Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


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

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.