Cuberite Forum

Full Version: Linux Build Fails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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’
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.
Sorry about that. Should be fixed. A duplicate line slipped through.
Thanks. Compiles fine now. Smile
Smile Thanks.
The builds are failing again:

http://ci.berboe.co.uk:8080/job/MCServer...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...52/console
Thanks for reporting this problem. Should be fixed in r1111.
Thank Smile
Build failing again.

Since a few revs back:

http://ci.berboe.co.uk/job/MCServer%20Li...ld/console
could you post the error here? my kindle doesnt want to open the link Sad

Ah, finally got to a real connection, wifi and everything Smile

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)?
Pages: 1 2