google-code-export / nekonme

Automatically exported from code.google.com/p/nekonme
1 stars 0 forks source link

nme rebuild crashes on Mac OS 10.8 with SVN v.1978 #259

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checked out the latest trunk (v.1978)
2. tried rebuilding nme tools: nme rebuild

What is the expected output? What do you see instead?

Uncaught exception - Error : 256 - build cancelled
g++ -o ../ndll/Mac/nme-debug.ndll -fpic -fPIC -dynamiclib -m32 -framework Cocoa 
-isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/S
DKs/MacOSX10.8.sdk -fvisibility=hidden -debug -framework IOKit -framework 
CoreAudio -framework Carbon -framework AudioToolbox -framework AudioUnit 
-framework ForceFeedback -framework Cocoa -framework OpenGL -framework 
QuickTime -framework AppKit @all_objs ../../sdl-static/lib/Mac/libfreetype.a 
../../sdl-static/lib/Mac/libjpeg.a ../../sdl-static/lib/Mac/libpng.a 
../../sdl-static/lib/Mac/libz.a ../../sdl-static/lib/Mac/libSDL_mixer.a 
../../sdl-static/lib/Mac/libSDL.a ../../sdl-static/lib/Mac/libvorbis.a 
../../sdl-static/lib/Mac/libogg.a ../../sdl-static/lib/Mac/libsmpeg.a 
../../sdl-static/lib/Mac/libcurl_ssl.a
Undefined symbols for architecture i386:
  "nme::DisplayObjectContainer::GetExtent(nme::Transform const&, nme::Extent2D<float>&, bool)", referenced from:
      vtable for nme::ManagedStagein ManagedStage.o
      vtable for nme::SDLStagein SDLStage.o
     (maybe you meant: nme::DisplayObjectContainer::GetExtent(nme::Transform const&, nme::Extent2D<float>&, bool, bool))
ld: symbol(s) not found for architecture i386

Maybe that error message helps?
maybe you meant: nme::DisplayObjectContainer::GetExtent(nme::Transform const&, 
nme::Extent2D<float>&, bool, bool)
Seems to be missing a param.

What version of the product are you using? On what operating system?
Mac OS 10.8, NME SVN v.1978

Original issue reported on code.google.com by tobias.r...@gmail.com on 18 Aug 2012 at 5:08