Error compiling release-deployment for v1.79-683b81a

For test results, bug reports, announcements of new builds etc.

Moderators: winston, another_commander, Getafix

Post Reply
User avatar
Tricky
---- E L I T E ----
---- E L I T E ----
Posts: 821
Joined: Sun May 13, 2012 11:12 pm
Location: Bradford, UK. (Anarchic)

Error compiling release-deployment for v1.79-683b81a

Post by Tricky »

Build environment Window 32-bit.

Obviously I understand this branch isn't ready for a deployment build, however I thought you might want the heads-up.

Usual Joystick and vorbis warnings before this...

Code: Select all

Compiling file src/Core/OOALBufferedSound.m ...
In file included from src/Core/OOALSoundDecoder.m:31:0:
C:/Msys_x2/1.0/mingw/../devlibs/include/vorbis/vorbisfile.h:82:21: warning: 'OV_CALLBACKS_NOCLOSE' defined but not used [-Wunused-variable]
C:/Msys_x2/1.0/mingw/../devlibs/include/vorbis/vorbisfile.h:89:21: warning: 'OV_CALLBACKS_STREAMONLY' defined but not used [-Wunused-variable]
C:/Msys_x2/1.0/mingw/../devlibs/include/vorbis/vorbisfile.h:96:21: warning: 'OV_CALLBACKS_STREAMONLY_NOCLOSE' defined but not used [-Wunused-variable]
...
Compiling file src/SDL/main.m ...
src/SDL/OOSDLJoystickManager.m: In function '-[OOSDLJoystickManager init]':
src/SDL/OOSDLJoystickManager.m:55:9: warning: array subscript is above array bounds [-Warray-bounds]
Actual error...

Code: Select all

Compiling file src/Core/Universe.m ...
src/Core/Universe.m: In function 'MaintainLinkedLists':
src/Core/Universe.m:4522:4: error: 'class' undeclared (first use in this function)
src/Core/Universe.m:4522:4: note: each undeclared identifier is reported only once for each function it appears in
src/Core/Universe.m:4522:4: error: 'format' undeclared (first use in this function)
make[4]: *** [obj.win.spk/oolite.obj/Universe.m.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [internal-objc_program-all_] Error 2
make[2]: *** [oolite.all.objc-program.variables] Error 2
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory `/c/cygwin/usr/local/repos/git/oolite'
make: *** [release-deployment] Error 2
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6634
Joined: Wed Feb 28, 2007 7:54 am

Re: Error compiling release-deployment for v1.79-683b81a

Post by another_commander »

Oops. Thanks for the report. Fixed in commit 128f485.
Post Reply