minutes of ESC call ...

bjoern bjoern.michaelsen at canonical.com
Mon Nov 11 03:23:05 PST 2013


On Mon, Nov 11, 2013 at 05:07:19AM -0600, Norbert Thiebaud wrote:
>  and iirc Windows is sensitive to the number of -I on the command line.. and
>  that would impact all include not just the ""

MSVC is sensitive to the number of dirs it has to check before finding the
header. So having 20 -I switches dont hurt much as long 95% of the headers are
found in the first path. A quick nonrepresentative look at the commandline of a
compile on Linux shows:

 -I$S/sal/textenc/ -I$W/UnpackedTarball/boost  -I$S/include  -I/usr/lib/jvm/java-7-openjdk-amd64/include -I/usr/lib/jvm/java-7-openjdk-amd64/include/linux -I$S/config_host

likely resorting this to start with:

 -I$S/include

might help quite a bit.

Best,

Bjoern


More information about the LibreOffice mailing list