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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to