Abdelrazak Younes wrote:
> Abdelrazak Younes wrote:
>> Joost Verburg wrote:
>>> Abdelrazak Younes wrote:
>>>> Try to launch "lyx.exe -dbg any" to see how far it goes. Peter did
>>>> you try the debug mode compilation? It would help resolving this crash.
>>>
>>> Now it all compiles quickly and without errors, but lyx.exe still
>>> crashes immediately. Even with "-dbg any" no output is shown.
>>
>> Is it trunk or my branch?
>>
>>> Could you please try again whether you can get it to work with both
>>> Qt4 and LyX compiled with MSVC 2005?
>>
>> I'll do that.
>
> But did not succeed. Do you have any idea Bo (or Peter)?
>
> link /nologo /OUT:msvc\qt4\lyx.exe /LIBPATH:msvc\libs
> /LIBPATH:D:\program\Qt\4.1\lib /LIBPATH:D:\program\Qt\4.1\lib
> /LIBPATH:D:\program\GnuWin32\lib lyxbase_pre.lib mathed.lib insets.lib
> frontends.lib qt4.lib controllers.lib graphics.lib support.lib
> lyxbase_post.lib included_boost_signals.lib included_boost_regex.lib
> included_boost_filesystem.lib included_boost_iostreams.lib QtCore4.lib
> QtGui4.lib shlwapi.lib gdi32.lib shell32.lib advapi32.lib zdll.lib
> msvc\common\main.obj
>
> 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