Topic: link error svn r4044
ptah_alexs Topic Opener |
Posted at: 2009-05-09, 07:55
Debian Sid, Widelands svn4044 Linking ==> 'build/native-debug/widelands'
/home/alexs/test/widelands/src/logic/worker.cc:1627: undefined reference to ![]() ![]() |
Nasenbaer![]() |
Posted at: 2009-05-09, 11:50
Jepp ... the problem is on all linux platforms. We are working on fixing this problem. A partly workaround is, to change the file src/Sconscript and to add a: add_sconscript('logic') between the add_sconscript('economy') and add_sconscript('map_io') so that it looks like that: [...] add_sconscript('logic') add_sconscript('economy') add_sconscript('logic') add_sconscript('map_io') [...] ![]() ![]() |
Magor |
Posted at: 2009-05-09, 20:32
Good. It is weekend, my wife is away and the kids are asleep. And widelands does not build...
Tried, failed on 4050. I put a report on the sf.net tracker (actually, before I found this thread). Yours, Magor Edited: 2009-05-09, 20:32
![]() ![]() |
Nasenbaer![]() |
Posted at: 2009-05-10, 09:57
Yes it first seemed to me as well, as if it failed, but actually the compilation process of widelands is working with the workaround - just the test suits are failing, but those aren't needed by widelands... So if you change the Sconscript you will get a working binary Cheers Nasenbaer ![]() ![]() |
Magor |
Posted at: 2009-05-11, 18:49
Hmm, this is not very clear from the build output.
Well, I've build 4061 now, and it works Yours, Magor ![]() ![]() |
Dwarik |
Posted at: 2009-05-11, 19:31
i still had to change the Sconscript file with build 4061 ![]() ![]() |