Abdelrazak Younes wrote:
> Peter Kümmel wrote:
>> Abdelrazak Younes wrote:
> 
>>> LINK : fatal error LNK1104: cannot open file
>>> 'libboost_signals-vc80-mt-s-1_33_1.
>>> lib'
>>> scons: *** [msvc\qt4\lyx.exe] Error 1104
>>> scons: building terminated because of errors.
>>>
>>>
>> Have you used the boost=included option?
>> Peter
> 
> Yes
> 
> scons use_vc=yes build_dir=msvc frontend=qt4 qt_dir=d:/program/Qt/4.1
> extra_inc_path=d:/program/GnuWin32/include
> extra_lib_path=d:/program/GnuWin32/lib boost=included nls=no warnings=no
> -j3 prefix=d:/program/lyx-msvc fast_start=no install
> 
> 
> 
I've no problems here with the scons build.
You could check if there is
#define BOOST_ALL_NO_LIB 1
in config.h, and if config.h is really included when a boost
header is used (is there a  -DBOOST_USER_CONFIG="<config.h>" compiler
option in the log file, log_file=yes)?

Peter

Reply via email to