Bo Peng a écrit :
> Please test the attached patch. I changed the names of included
> boost_* and intl to included_boost_* and included_intl, just to be
> safe. Other changes are trivial.

All my problems are solved Bo. While you are maybe right about -L ordering I think this renaming is a safe bet and it is informative as a bonus.
I noticed a two problems though:

1) a very minor glitch when compiling qt4: Both -ID:\program\Qt\4.1\include\QtCore4 and -ID:\program\Qt\4.1\include\QtCore are passed (same for QtGui). The first one is not useful (and would never exists), please remove. The trailing '4' is only possible for libraries.

2) After I typed:

D:\cygwin\home\yns\lyx\trunk\development\scons>scons CCFLAGS="-O3 -w" qt_dir=d:/program/Qt/4.1 extra_inc_path=d:/program/Aspell-0.60.4/include extra_lib_path=d:/program/Aspell-0.60.4/lib fast_start=no nls=yes gettext=included -j3

Everything compiled with "-03 -w" in 35 minutes. That's twice as fast as autotools (with -j3) :-)

Then "scons install" restarted the compilation from the beginning. The full scons call with "fast_start=no" and "install" works correctly.

Abdel.

Reply via email to