Guest User

Untitled

a guest
Jan 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. Haxe CONFIG : Debug-iphonesim
  2.  
  3.  
  4. mkdir -p build/Debug-iphonesim
  5.  
  6.  
  7. haxe Build.hxml -D iphone -D iphonesim -cpp build/Debug-iphonesim -debug
  8.  
  9.  
  10. haxelib run hxcpp Build.xml haxe -Ddebug -Dcpp -Ddebug -Dhaxe_207 -Diphone -Diphonesim -Dnme -Dnme_install_tool -Dtrue
  11.  
  12.  
  13. Creating hxcpp.h.gch...
  14.  
  15.  
  16. /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 -Iinclude -c -g -fmessage-length=0 -pipe -Wno-trigraphs -fno-stack-protector -fpascal-strings -fasm-blocks -Wreturn-type -Wunused-variable -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fvisibility=hidden -miphoneos-version-min=4.3 -DIPHONE -DIPHONESIM -DHXCPP_DEBUG -DSTATIC_LINK -I/Users/kuba/hxcpp//include -fvisibility-inlines-hidden -frtti -o hxcpp.h.gch /Users/kuba/hxcpp//include/hxcpp.h
  17.  
  18.  
  19. /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 -I. -Iinclude -c -g -fmessage-length=0 -pipe -Wno-trigraphs -fno-stack-protector -fpascal-strings -fasm-blocks -Wreturn-type -Wunused-variable -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fvisibility=hidden -miphoneos-version-min=4.3 -DIPHONE -DIPHONESIM -DHXCPP_DEBUG -DSTATIC_LINK -I/Users/kuba/hxcpp//include -x c++ -fvisibility-inlines-hidden -frtti ./src/org/flixel/ImgStep.cpp -oobj/iphonesim-dbg//src/org/flixel/ImgStep.o
  20.  
  21.  
  22. /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 -I. -Iinclude -c -g -fmessage-length=0 -pipe -Wno-trigraphs -fno-stack-protector -fpascal-strings -fasm-blocks -Wreturn-type -Wunused-variable -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fvisibility=hidden -miphoneos-version-min=4.3 -DIPHONE -DIPHONESIM -DHXCPP_DEBUG -DSTATIC_LINK -I/Users/kuba/hxcpp//include -x c++ -fvisibility-inlines-hidden -frtti ./src/org/flixel/ImgRestart.cpp -oobj/iphonesim-dbg//src/org/flixel/ImgRestart.o
  23.  
  24.  
  25. /Users/kuba/hxcpp//include/hx/Object.h: In constructor 'hx::ObjectPtr<O>::ObjectPtr(const hx::ObjectPtr<SOURCE_>&) [with SOURCE_ = hx::Object, OBJ_ = nme::display::BitmapData_obj]':
  26.  
  27.  
  28. ./src/org/flixel/ImgStep.cpp:34: instantiated from here
  29.  
  30.  
  31. /Users/kuba/hxcpp//include/hx/Object.h:141: error: cannot dynamic_cast '((hx::Object*)inObjectPtr->hx::ObjectPtr<hx::Object>::mPtr)->hx::Object::__GetRealObject()' (of type 'class hx::Object*') to type 'struct nme::display::BitmapData_obj*' (target is not pointer or reference to complete type)
  32.  
  33.  
  34. /Users/kuba/hxcpp//include/hx/Object.h: In constructor 'hx::ObjectPtr<O>::ObjectPtr(const hx::ObjectPtr<SOURCE_>&) [with SOURCE_ = hx::Object, OBJ_ = nme::display::BitmapData_obj]':
  35.  
  36.  
  37. ./src/org/flixel/ImgRestart.cpp:34: instantiated from here
  38.  
  39.  
  40. /Users/kuba/hxcpp//include/hx/Object.h:141: error: cannot dynamic_cast '((hx::Object*)inObjectPtr->hx::ObjectPtr<hx::Object>::mPtr)->hx::Object::__GetRealObject()' (of type 'class hx::Object*') to type 'struct nme::display::BitmapData_obj*' (target is not pointer or reference to complete type)
  41.  
  42.  
  43. /Users/kuba/hxcpp//include/hx/Object.h:143: error: invalid use of incomplete type 'struct nme::display::BitmapData_obj'
  44.  
  45.  
  46. include/nme/display/Bitmap.h:10: error: forward declaration of 'struct nme::display::BitmapData_obj'
  47.  
  48.  
  49. /Users/kuba/hxcpp//include/hx/Object.h:143: error: invalid use of incomplete type 'struct nme::display::BitmapData_obj'
  50.  
  51.  
  52. include/nme/display/Bitmap.h:10: error: forward declaration of 'struct nme::display::BitmapData_obj'
  53.  
  54.  
  55. Called from ? line 1
  56.  
  57.  
  58. Called from BuildTool.hx line 1100
  59.  
  60.  
  61. Called from BuildTool.hx line 501
  62.  
  63.  
  64. Called from a C function
  65.  
  66.  
  67. Called from BuildTool.hx line 538
  68.  
  69.  
  70. Called from BuildTool.hx line 657
  71.  
  72.  
  73. Called from BuildTool.hx line 729
  74.  
  75.  
  76. Uncaught exception - Error in building thread
  77.  
  78.  
  79. if ( !(cmp -s build/Debug-iphonesim/ApplicationMain-debug.iphonesim.a ../lib/ApplicationMain.a) ); then echo "Copy library..."; cp build/Debug-iphonesim/ApplicationMain-debug.iphonesim.a ../lib/ApplicationMain.a; fi
  80.  
  81.  
  82. Copy library...
  83.  
  84.  
  85. cp: build/Debug-iphonesim/ApplicationMain-debug.iphonesim.a: No such file or directory
  86.  
  87.  
  88. make: *** [build-haxe] Error 1
Add Comment
Please, Sign In to add comment