Issue 239: runtime/libs/nekoapi doesn't seem to compile w/ neko2
Status:  Fixed
Owner: ----
Closed:  May 2013
Reported by Richard....@gmail.com, Apr 29, 2013
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.

Apr 29, 2013
#1 Richard....@gmail.com
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
May 2, 2013
Project Member #2 gameh...@gmail.com
I have updated the 32 bit mac binaries, and this should be fixed now.
Status: Fixed