Warning/error when compiling 1.76-maintenance

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

Moderators: winston, another_commander, Getafix

Post Reply
User avatar
Gimi
---- E L I T E ----
---- E L I T E ----
Posts: 2073
Joined: Tue Aug 29, 2006 5:02 pm
Location: Norway

Warning/error when compiling 1.76-maintenance

Post by Gimi »

Get the following warning when building Oolite 1.76-maintenance revision 4895:

Code: Select all

 /d/myoolite/1.76-maintenance
$ make debug=yes
Making all for objc_program oolite...
 Compiling file src/Core/Entities/PlayerEntity.m ...
 Compiling file src/Core/Entities/PlayerEntityContracts.m ...
 Compiling file src/Core/Entities/PlayerEntityControls.m ...
 Compiling file src/Core/Entities/PlayerEntityLoadSave.m ...
 Compiling file src/Core/Entities/PlayerEntityStickMapper.m ...
 Compiling file src/Core/GuiDisplayGen.m ...
src/Core/GuiDisplayGen.m: In function '-[GuiDisplayGen drawGalaxyChart::::]':
src/Core/GuiDisplayGen.m:1644: warning: 'PlayerEntity' may not respond to '-clearPlanetSearchString'
src/Core/GuiDisplayGen.m:1644: warning: (Messages without a matching method signature
src/Core/GuiDisplayGen.m:1644: warning: will be assumed to return 'id' and accept
src/Core/GuiDisplayGen.m:1644: warning: '...' as arguments.)
 Linking objc_program oolite ...
/OOgstep/System/Library/Makefiles/mkinstalldirs oolite.app
/OOgstep/System/Library/Makefiles/mkinstalldirs oolite.app/Resources
cp -rf -u Resources oolite.app
cp -rf -u Schemata oolite.app/Resources
cp -rf -u deps/Cross-platform-deps/espeak-data oolite.app/Resources
cp -rf -u src/Cocoa/Info-Oolite.plist oolite.app/Resources/Info-gnustep.plist
cp -rf -u obj.spk.dbg/oolite.exe oolite.app/oolite.dbg.exe
cp -rf -u deps/Windows-x86-deps/DLLs/*.dll oolite.app
rm -f oolite.app/js32ECMAv5.dll
System: Windows 7 64 bit.
Environment set up using the "build Oolite the easy way" by AC
"A brilliant game of blasting and trading... Truly a mega-game... The game of a lifetime."
(Gold Medal Award, Zzap!64 May 1985).
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6634
Joined: Wed Feb 28, 2007 7:54 am

Re: Warning/error when compiling 1.76-maintenance

Post by another_commander »

Try updating to r4897. I forgot to include a header on commit r4895.
User avatar
Gimi
---- E L I T E ----
---- E L I T E ----
Posts: 2073
Joined: Tue Aug 29, 2006 5:02 pm
Location: Norway

Re: Warning/error when compiling 1.76-maintenance

Post by Gimi »

another_commander wrote:
Try updating to r4897. I forgot to include a header on commit r4895.
No errors, thanks.

Code: Select all

/d/myoolite/1.76-maintenance
$ make debug=yes
Making all for objc_program oolite...
 Compiling file src/Core/GuiDisplayGen.m ...
 Linking objc_program oolite ...
/OOgstep/System/Library/Makefiles/mkinstalldirs oolite.app
/OOgstep/System/Library/Makefiles/mkinstalldirs oolite.app/Resources
cp -rf -u Resources oolite.app
cp -rf -u Schemata oolite.app/Resources
cp -rf -u deps/Cross-platform-deps/espeak-data oolite.app/Resources
cp -rf -u src/Cocoa/Info-Oolite.plist oolite.app/Resources/Info-gnustep.plist
cp -rf -u obj.spk.dbg/oolite.exe oolite.app/oolite.dbg.exe
cp -rf -u deps/Windows-x86-deps/DLLs/*.dll oolite.app
rm -f oolite.app/js32ECMAv5.dll
"A brilliant game of blasting and trading... Truly a mega-game... The game of a lifetime."
(Gold Medal Award, Zzap!64 May 1985).
Post Reply