| Issue 187: | BuildTool.hx wrong paths | |
| 1 person starred this issue and may be notified of changes. | Back to list |
nme test build.nmml mac ... 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 "bin/cpp/mac/obj/ApplicationMain" does not exist correct path is bin/cpp/mac/obj/src/ApplicationMain
Jul 12, 2012
Project Member
#1
gameh...@gmail.com
Jul 12, 2012
ok there is full listing nme test build.nmml mac haxelib run hxcpp Build.xml haxe -Dcpp -Ddesktop -Dhaxe_208 -Dhaxe_209 -Dhaxe_210 -Dmac -Dnme -Dnme_install_tool -Dsys -Dtrue Creating hxcpp.h.gch... g++ -Iinclude -c -fvisibility=hidden -O2 -I/usr/lib/haxe/lib/hxcpp/2,09,3//include -DHX_MACOS -m32 -DHXCPP_SET_PROP -frtti -o hxcpp.h.gch /usr/lib/haxe/lib/hxcpp/2,09,3//include/hxcpp.h g++ -I. -Iinclude -c -fvisibility=hidden -O2 -I/usr/lib/haxe/lib/hxcpp/2,09,3//include -DHX_MACOS -m32 -DHXCPP_SET_PROP -x c++ -frtti ./src/sys/io/FileSeek.cpp -oobj/darwin//src/sys/io/FileSeek.o ./src/sys/io/FileSeek.cpp:53: error: variable or field ‘sVisitStatic’ declared void ./src/sys/io/FileSeek.cpp:53: error: ‘HX_VISIT_PARAMS’ was not declared in this scope ./src/sys/io/FileSeek.cpp: In static member function ‘static void sys::io::FileSeek_obj::__register()’: ./src/sys/io/FileSeek.cpp:70: error: ‘sVisitStatic’ 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 "bin/cpp/mac/obj/ApplicationMain" does not exist My actions: install latest haxe, neko, nme, hxcpp from the box git clone https://github.com/elsassph/nme-bunnymark.git and nme test build.nmml mac
Jul 13, 2012
And of course i have XCode and gcc
Jul 13, 2012
also i have the same problem with cpp helloworld http://haxe.org/doc/start/cpp
Jul 13, 2012
ok, i am understand my mistake. Iam used unstable haxe 2.10 compile from source. With 2.09 all is ok. Good luck!
Jan 30, 2013
(No comment was entered for this change.)
Status:
Invalid
|