From: klaas.holwerda <kho...@xs...> - 2005-11-24 09:00:32
|
John Labenski wrote: >>Ha, but i get the error i sent (about wxSOUND_SYNC etc. ), is there not >> >> > >Really? You've rerun genwxbind.bat (or the equivalent code) to >regenerate the files in modules/wxbind. > > That was the next step, you wrote, does one need to do that step twice? ><define>WXLUA_CODE</define> >in modules/build/bakefile/modules.bkl >do you have it? > > Yes its there, and it is also found in the makefiles, so i assume you did regenerate them using bakefile. > > > This should be fixed, try to check it out again. I added I did check it out, and ran genwxbind.bat again, and the error is ALMOST the same. Does it need to be added elsewhere? (BTW how do you regenerate the makefiles from bakefile? ) Klaas cl /c /nologo /TP /Fomsvcd\wxbind_lib_wx_define.obj /MDd /DWIN32 /D__WXDEBUG__ /D__WXMSW__ /ID:\notebook\wxwin\wxWidget s-2.6.2\lib\vc_lib\mswd /ID:\notebook\wxwin\wxWidgets-2.6.2\include /I..\..\..\modules /W4 /Od /Zi /Fd..\..\..\lib\vc_lib\wxbind .pdb /D_DEBUG /ID:\notebook\wxwin\wxWidgets-2.6.2\contrib\include /GR /EHsc ..\..\wxbind\src\wx_define.cpp wx_define.cpp if exist ..\..\..\lib\vc_lib\wxbind.lib del ..\..\..\lib\vc_lib\wxbind.lib link /LIB /NOLOGO /OUT:..\..\..\lib\vc_lib\wxbind.lib @C:\DOCUME~1\klaas\LOCALS~1\Temp\nma02324. cd D:\notebook\wxluacvs\wxLua\build\msw cd ..\..\apps\build\msw NMAKE -f makefile.vc CC="cl" CXX="cl" CFLAGS="" CXXFLAGS="" CPPFLAGS="" LDFLAGS="" WX_DIR="D:\notebook\wxwin\wxWidgets-2. 6.2" WX_SHARED="0" WX_UNICODE="0" WX_DEBUG="1" WX_VERSION="26" USE_BIN2C="1" USE_WXLUADEBUG="1" USE_WXLUASOCKET="1" USE_UTIL=" 1" USE_APPS="1" Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. link /NOLOGO /OUT:..\..\..\bin\wxlua.exe /LIBPATH:D:\notebook\wxwin\wxWidgets-2.6.2\lib\vc_lib /DEBUG /LIBPATH:..\..\..\ lib\vc_lib @C:\DOCUME~1\klaas\LOCALS~1\Temp\nma01108. LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library wxlua.lib(wxlua_lib_interp.obj) : error LNK2001: unresolved external symbol _luaX_setfreethreadhandler wxlua.lib(wxlua_lib_interp.obj) : error LNK2001: unresolved external symbol _luaX_getfreethreadhandler wxlua.lib(wxlua_lib_interp.obj) : error LNK2001: unresolved external symbol _luaX_setnewthreadhandler wxlua.lib(wxlua_lib_interp.obj) : error LNK2001: unresolved external symbol _luaX_getnewthreadhandler ..\..\..\bin\wxlua.exe : fatal error LNK1120: 4 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. NMAKE : fatal error U1077: 'D:\vc6\VC98\bin\NMAKE.EXE' : return code '0x2' Stop. D:\notebook\wxluacvs\wxLua\build\msw> |