weimingtom / nekonme

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

missing HX_VISIT_PARAMS definition #246

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Attempting to build Actuate Example to Android with latest SVN (2012-06-23)

Output of "nme test Actu*nmml android":

arm-linux-androideabi-g++ -Iinclude 
--sysroot=/opt/android-ndk/platforms/android-5/arch-arm 
-I/opt/android-ndk/sources/cxx-stl/gnu-libstdc++/include 
-I/opt/android-ndk/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include 
-DHXCPP_SET_PROP -I/usr/local/lib/haxe/lib/hxcpp/2,09,3//include -Iinclude 
-fpic -fvisibility=hidden -ffunction-sections -funwind-tables -fstack-protector 
-fno-short-enums -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ 
-D__ARM_ARCH_5TE__ -D_LINUX_STDDEF_H  -Wno-psabi -march=armv5te -mtune=xscale 
-msoft-float -fomit-frame-pointer -fexceptions -fno-strict-aliasing 
-finline-limit=10000 -DANDROID -Wa,--noexecstack -O2 -DNDEBUG -c -frtti -o 
hxcpp.h.gch /usr/local/lib/haxe/lib/hxcpp/2,09,3//include/hxcpp.h
arm-linux-androideabi-g++ -I. -Iinclude 
--sysroot=/opt/android-ndk/platforms/android-5/arch-arm 
-I/opt/android-ndk/sources/cxx-stl/gnu-libstdc++/include 
-I/opt/android-ndk/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include 
-DHXCPP_SET_PROP -I/usr/local/lib/haxe/lib/hxcpp/2,09,3//include -Iinclude 
-fpic -fvisibility=hidden -ffunction-sections -funwind-tables -fstack-protector 
-fno-short-enums -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ 
-D__ARM_ARCH_5TE__ -D_LINUX_STDDEF_H  -Wno-psabi -march=armv5te -mtune=xscale 
-msoft-float -fomit-frame-pointer -fexceptions -fno-strict-aliasing 
-finline-limit=10000 -DANDROID -Wa,--noexecstack -O2 -DNDEBUG -c -x c++ -frtti 
./src/sys/io/Process.cpp -oobj/android/src/sys/io/Process.obj
In file included from ./src/sys/io/Process.cpp:4:
include/cpp/Lib.h:29: error: 'HX_VISIT_PARAMS' has not been declared
In file included from ./src/sys/io/Process.cpp:7:
include/haxe/io/Input.h:34: error: 'HX_VISIT_PARAMS' has not been declared
In file included from ./src/sys/io/Process.cpp:10:
include/haxe/io/Output.h:35: error: 'HX_VISIT_PARAMS' has not been declared
In file included from ./src/sys/io/Process.cpp:13:
include/sys/io/Process.h:32: error: 'HX_VISIT_PARAMS' has not been declared
In file included from ./src/sys/io/Process.cpp:16:
include/sys/io/_Process/Stdin.h:34: error: 'HX_VISIT_PARAMS' has not been 
declared
In file included from ./src/sys/io/Process.cpp:19:
include/sys/io/_Process/Stdout.h:34: error: 'HX_VISIT_PARAMS' has not been 
declared
./src/sys/io/Process.cpp: In member function 'Void 
sys::io::Process_obj::__construct(String, Array<String>)':
./src/sys/io/Process.cpp:26: error: 'HX_STACK_PUSH' was not declared in this 
scope
./src/sys/io/Process.cpp: In static member function 'static Dynamic 
sys::io::Process_obj::__construct(String, 
Array<String>)::_Function_1_1::Block(String&, Array<String>&)':
./src/sys/io/Process.cpp:30: error: use of 'auto' variable from containing 
function
./src/sys/io/Process.cpp:26: error:   '<typeprefixerror>HX_STACK_PUSH' declared 
here
./src/sys/io/Process.cpp:32: error: 'HX_STACK_LINE' was not declared in this 
scope
./src/sys/io/Process.cpp:33: error: expected ';' before 'try'
./src/sys/io/Process.cpp:37: error: expected primary-expression before 'catch'
./src/sys/io/Process.cpp:37: error: expected ';' before 'catch'
./src/sys/io/Process.cpp:47: error: expected '}' at end of input
./src/sys/io/Process.cpp:47: error: expected '}' at end of input
./src/sys/io/Process.cpp: In member function 'Void 
sys::io::Process_obj::__construct(String, Array<String>)':
./src/sys/io/Process.cpp:49: error: 'HX_STACK_LINE' was not declared in this 
scope
./src/sys/io/Process.cpp:50: error: expected ';' before 'this'
./src/sys/io/Process.cpp:52: error: expected ';' before 'this'
./src/sys/io/Process.cpp:54: error: expected ';' before 'this'
./src/sys/io/Process.cpp:56: error: expected ';' before 'this'
./src/sys/io/Process.cpp: In member function 'virtual int 
sys::io::Process_obj::getPid()':
./src/sys/io/Process.cpp:76: error: 'HX_STACK_PUSH' was not declared in this 
scope
./src/sys/io/Process.cpp:77: error: 'HX_STACK_THIS' was not declared in this 
scope
./src/sys/io/Process.cpp:78: error: 'HX_STACK_LINE' was not declared in this 
scope
./src/sys/io/Process.cpp:79: error: expected ';' before 'return'
./src/sys/io/Process.cpp: In member function 'virtual int 
sys::io::Process_obj::exitCode()':
./src/sys/io/Process.cpp:86: error: 'HX_STACK_PUSH' was not declared in this 
scope
./src/sys/io/Process.cpp:87: error: 'HX_STACK_THIS' was not declared in this 
scope
./src/sys/io/Process.cpp:88: error: 'HX_STACK_LINE' was not declared in this 
scope
./src/sys/io/Process.cpp:89: error: expected ';' before 'return'
./src/sys/io/Process.cpp: In member function 'virtual Void 
sys::io::Process_obj::close()':
./src/sys/io/Process.cpp:97: error: 'HX_STACK_PUSH' was not declared in this 
scope
./src/sys/io/Process.cpp:98: error: 'HX_STACK_THIS' was not declared in this 
scope
./src/sys/io/Process.cpp:99: error: 'HX_STACK_LINE' was not declared in this 
scope
./src/sys/io/Process.cpp:100: error: expected ';' before '::' token
./src/sys/io/Process.cpp: In member function 'virtual Void 
sys::io::Process_obj::kill()':
./src/sys/io/Process.cpp:110: error: 'HX_STACK_PUSH' was not declared in this 
scope
./src/sys/io/Process.cpp:111: error: 'HX_STACK_THIS' was not declared in this 
scope
./src/sys/io/Process.cpp:112: error: 'HX_STACK_LINE' was not declared in this 
scope
./src/sys/io/Process.cpp:113: error: expected ';' before 'hx'
./src/sys/io/Process.cpp: At global scope:
./src/sys/io/Process.cpp:144: error: variable or field '__Visit' declared void
./src/sys/io/Process.cpp:144: error: 'HX_VISIT_PARAMS' was not declared in this 
scope
./src/sys/io/Process.cpp:237: error: variable or field 'sVisitStatics' declared 
void
./src/sys/io/Process.cpp:237: error: 'HX_VISIT_PARAMS' was not declared in this 
scope
./src/sys/io/Process.cpp: In static member function 'static void 
sys::io::Process_obj::__register()':
./src/sys/io/Process.cpp:251: error: 'sVisitStatics' was not declared in this 
scope
Called from ? line 1
Called from BuildTool.hx line 1246
Called from BuildTool.hx line 554
Called from a C function
Called from BuildTool.hx line 591
Called from BuildTool.hx line 710
Called from BuildTool.hx line 746
Called from BuildTool.hx line 200
Uncaught exception - Error : 256 - build cancelled
Error: Source path "Export/android/obj/libApplicationMain.so" does not exist
[gordon@gerbil tothetop]$ 

Original issue reported on code.google.com by ghollenb...@gmail.com on 23 Jun 2012 at 8:43

GoogleCodeExporter commented 9 years ago
You need the SVN version of hxcpp to build the SVN version of NME.

Original comment by tyn...@gmail.com on 9 Jul 2012 at 2:37