| Issue 239: | runtime/libs/nekoapi doesn't seem to compile w/ neko2 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Install neko 2.0 2. cd to the 'runtime' directory 3. Run 'haxelib run hxcpp BuildLibs.xml" What is the expected output? What do you see instead? Expected to build dynamic libraries for regexp, std, zlib and nekoapi Actually builds libraries only for regexp, std, zlib. The nekoapi library fails with unresolved symbols that appear to be related to Int32 simulation support in neko. Comparing 'nm' output with installed libneko from 1.8.2 and 2.0, it appears these symbols were removed, yet there are hard coded references to them in the nekoapi/neko.h code. What version of the product are you using? On what operating system? SVN version 699 ond OSX Please provide any additional information below.
May 2, 2013
I have updated the 32 bit mac binaries, and this should be fixed now.
Status:
Fixed
|
In particular the link error is Undefined symbols for architecture i386: "_neko_k_int32", referenced from: _api_alloc_int32 in NekoAPI.o _api_alloc_best_int in NekoAPI.o ld: symbol(s) not found for architecture i386