Page 1 of 1

I can´t compile the latest build from Sep 08, 2012.

PostPosted: Sunday, 09.September 2012, 10:23
by erbsen
I can´t compile the latest build from Sep 08, 2012.
Here is the error message, any ideas?

Code: Select all
8>fr067_shader.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
8>chaosfx_shader.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
8>  wz4frlib.vcxproj -> F:\altona_wz4\wz4\werkkzeug4\release_dx9_Win32\wz4frlib.lib
9>------ Rebuild All started: Project: werkkzeug4, Configuration: release_dx9 Win32 ------
9>  main.cpp
9>main.obj : error LNK2019: unresolved external symbol "void __cdecl AddOps_screens4_ops(int)" (?AddOps_screens4_ops@@YAXH@Z) referenced in function "void __cdecl RegisterWZ4Classes(void)" (?RegisterWZ4Classes@@YAXXZ)
9>main.obj : error LNK2019: unresolved external symbol "void __cdecl AddTypes_screens4_ops(int)" (?AddTypes_screens4_ops@@YAXH@Z) referenced in function "void __cdecl RegisterWZ4Classes(void)" (?RegisterWZ4Classes@@YAXXZ)
9>F:\altona_wz4\wz4\werkkzeug4\release_dx9_Win32\werkkzeug4.exe : fatal error LNK1120: 2 unresolved externals
========== Rebuild All: 8 succeeded, 1 failed, 0 skipped ==========

Re: I can´t compile the latest build from Sep 08, 2012.

PostPosted: Sunday, 09.September 2012, 11:43
by Skinnytorus
Hmmm... Mine builds fine..
Were you building werkkzeug4.vcxproj or sln?

Re: I can´t compile the latest build from Sep 08, 2012.

PostPosted: Sunday, 09.September 2012, 11:56
by erbsen
I overwrote the entire "altona_wz4" folder and build the sln.

Re: I can´t compile the latest build from Sep 08, 2012.

PostPosted: Sunday, 09.September 2012, 12:18
by Skinnytorus
Try deleting and then recreating the entire wz svn folder and then building werkkzeug4.vcxproj.
I know that it's 'vodoo magic' ;) but it may help...

Re: I can´t compile the latest build from Sep 08, 2012.

PostPosted: Sunday, 09.September 2012, 16:21
by erbsen
Thanks Skinnytorus, i´ve erased everything, started it from scratch and build .wz4 from svn, everything works fine now.