Bo Peng wrote:
Hi, Joost,

I use your lyx-windows-deps-msvc2008 and the latest MS VC express.
When I build the latest trunk, I get

link /nologo /debug /map /OUT:debug\lyx.exe /LIBPATH:debug\libs /LIBPATH:F:\LYX-
DE~1\LYX-1~1.6-R\lyx-windows-deps-msvc2008\lib /LIBPATH:F:\LYX-DE~1\LYX-1~1.6-R\
lyx-windows-deps-msvc2008\qt-4\lib /LIBPATH:F:\LYX-DE~1\LYX-1~1.6-R\lyx-windows-
deps-msvc2008\qt-4\lib lyxbase_pre.lib mathed.lib insets.lib frontends.lib qt4.l
ib graphics.lib support.lib included_boost_signals.lib included_boost_regex.lib
lyxbase_post.lib QtCored4.lib QtGuid4.lib intl.lib iconv.lib ole32.lib shlwapi.l
ib shell32.lib advapi32.lib zdll.lib gdi32.lib Aiksaurus.lib debug\src\main.obj
debug\libs\lyx.res
qt4.lib(GuiApplication.obj) : error LNK2001: unresolved external symbol "char co
nst * const lyx::wmf_mime_type" ([EMAIL PROTECTED]@@3QBDB)
qt4.lib(GuiApplication.obj) : error LNK2001: unresolved external symbol "char co
nst * const lyx::emf_mime_type" ([EMAIL PROTECTED]@@3QBDB)
debug\lyx.exe : fatal error LNK1120: 2 unresolved externals
scons: *** [debug\lyx.exe] Error 1120
scons: building terminated because of errors.


Did you see this problem before? It looks like a problem with qt4.lib.
These strings are uniquely defined in GuiClipboard.cpp since rev 24928. Compilation is OK with CMake, I guess you need to force scons to recompile GuiClipboard.cpp.

Abdel.

Reply via email to