Advertisement
Guest User

flixel failed android build

a guest
Apr 29th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. arm-linux-androideabi-g++ -Iobj/android-v7/__pch/haxe -Iinclude "--sysroot=Z:\Development\Android NDK/platforms/android-9/arch-arm" "-IZ:\Development\Android NDK/sources/cxx-stl/gnu-libstdc++/4.4.3/include" "-IZ:\Development\Android NDK/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include" -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=0 -IZ:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include -Iinclude -fpic -fvisibility=hidden -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums "-D_LINUX_STDDEF_H " -Wno-psabi -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -fomit-frame-pointer -fexceptions -fno-strict-aliasing -finline-limit=10000 -DANDROID=ANDROID -Wa,--noexecstack -O2 -DNDEBUG -c -x c++ -frtti ./src/flixel/system/frontEnds/CameraFrontEnd.cpp -oobj/android-v7/113e0135_CameraFrontEnd.obj
  2. arm-linux-androideabi-g++ -Iobj/android-v7/__pch/haxe -Iinclude "--sysroot=Z:\Development\Android NDK/platforms/android-9/arch-arm" "-IZ:\Development\Android NDK/sources/cxx-stl/gnu-libstdc++/4.4.3/include" "-IZ:\Development\Android NDK/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include" -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=0 -IZ:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include -Iinclude -fpic -fvisibility=hidden -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums "-D_LINUX_STDDEF_H " -Wno-psabi -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -fomit-frame-pointer -fexceptions -fno-strict-aliasing -finline-limit=10000 -DANDROID=ANDROID -Wa,--noexecstack -O2 -DNDEBUG -c -x c++ -frtti ./src/flixel/system/frontEnds/BitmapLogFrontEnd.cpp -oobj/android-v7/113e0135_BitmapLogFrontEnd.obj
  3. Error: In file included from Z:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include/hxcpp.h:185:
  4. Z:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include/hx/Object.h: In constructor 'hx::ObjectPtr<O>::ObjectPtr(const SOURCE_*) [with SOURCE_ = flixel::util::loaders::CachedGraphics_obj, OBJ_ = hx::Object]':
  5. Z:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include/Dynamic.h:52: instantiated from 'Dynamic::Dynamic(const hx::ObjectPtr<T>&) [with SOURCE_ = flixel::util::loaders::CachedGraphics_obj]'
  6. Z:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include/cpp/FastIterator.h:27: instantiated from 'Dynamic cpp::FastIterator_obj<T>::_dynamicNext() [with T = hx::ObjectPtr<flixel::util::loaders::CachedGraphics_obj>]'
  7. ./src/flixel/system/frontEnds/BitmapLogFrontEnd.cpp:185: instantiated from here
  8. Z:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include/hx/Object.h:186: error: no matching function for call to 'hx::ObjectPtr<hx::Object>::CastPtr(flixel::util::loaders::CachedGraphics_obj*)'
  9. Z:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include/hx/Object.h:154: note: candidates are: void hx::ObjectPtr<O>::CastPtr(hx::Object*) [with OBJ_ = hx::Object]
  10. Z:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include/hx/Object.h: In member function 'void hx::ObjectPtr<O>::CastPtr(hx::Object*) [with OBJ_ = flixel::util::loaders::CachedGraphics_obj]':
  11. Z:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include/hx/Object.h:179: instantiated from 'hx::ObjectPtr<O>::ObjectPtr(const hx::ObjectPtr<SOURCE_>&) [with SOURCE_ = hx::Object, OBJ_ = flixel::util::loaders::CachedGraphics_obj]'
  12. Z:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include/cpp/FastIterator.h:46: instantiated from 'T cpp::DynamicIterator<T>::next() [with T = hx::ObjectPtr<flixel::util::loaders::CachedGraphics_obj>]'
  13. ./src/flixel/system/frontEnds/BitmapLogFrontEnd.cpp:185: instantiated from here
  14. Z:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include/hx/Object.h:158: error: cannot dynamic_cast 'inPtr->hx::Object::__GetRealObject()' (of type 'class hx::Object*') to type 'struct flixel::util::loaders::CachedGraphics_obj*' (target is not pointer or reference to complete type)
  15. Z:/HaxeToolkit/haxe/lib/hxcpp/3,1,30/include/hx/Object.h:160: error: invalid use of incomplete type 'struct flixel::util::loaders::CachedGraphics_obj'
  16. include/flixel/system/frontEnds/BitmapFrontEnd.h:12: error: forward declaration of 'struct flixel::util::loaders::CachedGraphics_obj'
  17. Build halted with errors (haxelib.exe).
  18. Done(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement