Linux Build Fails - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Linux Build Fails (/thread-658.html) Pages:
1
2
|
Linux Build Fails - bearbin - 12-22-2012 Linux builds are failing and have been failing for a while. http://ci.berboe.co.uk:8080/ Look on there for some logs. This is the specific error: make: *** [build/debug/source/DispenserEntity.o] Error 1 make: *** Waiting for unfinished jobs.... In file included from source/Pawn.cpp:8:0: source/Player.h:33:16: error: redeclaration of ‘typedef class cPawn cPlayer::super’ source/Player.h:24:16: note: previous declaration ‘typedef class cPawn cPlayer::super’ RE: Linux Build Fails - gandl - 12-22-2012 I'm also having problems compiling the code for the pi. -o build/release/source/LuaCommandBinder.o In file included from source/LuaCommandBinder.cpp:5:0: source/Player.h:33:16: error: redeclaration of 'typedef class cPawn cPlayer::super' source/Player.h:24:16: note: previous declaration 'typedef class cPawn cPlayer::super' make: *** [build/release/source/LuaCommandBinder.o] Error 1 Greetings. RE: Linux Build Fails - xoft - 12-22-2012 Sorry about that. Should be fixed. A duplicate line slipped through. RE: Linux Build Fails - gandl - 12-22-2012 Thanks. Compiles fine now. RE: Linux Build Fails - bearbin - 12-22-2012 Thanks. RE: Linux Build Fails - bearbin - 12-27-2012 The builds are failing again: http://ci.berboe.co.uk:8080/job/MCServer%20Linux-ARM/48/console Actually, might not be. Tried a make clean and it seemed to work. Nope, seemed to fail again... http://ci.berboe.co.uk:8080/job/MCServer%20Linux-x86-64/52/console RE: Linux Build Fails - Luksor - 12-27-2012 Thanks for reporting this problem. Should be fixed in r1111. RE: Linux Build Fails - bearbin - 12-27-2012 Thank RE: Linux Build Fails - bearbin - 01-27-2013 Build failing again. Since a few revs back: http://ci.berboe.co.uk/job/MCServer%20Linux-x86-64/lastFailedBuild/console RE: Linux Build Fails - xoft - 01-27-2013 could you post the error here? my kindle doesnt want to open the link Ah, finally got to a real connection, wifi and everything Your error messages are weird - they report errors in file ComposableGenerator.h, line 208, but my copy of ComposableGenerator.h has only 178 lines. Can you perhaps clean the sources folder (remove everything, checkout anew)? |