Re: compilation fails with blackberry target

Hi, I found the problem. I have committed it to SVN for HXCPP, but you can fix it on your own pretty easily. Open "/usr/lib/haxe/lib/hxcpp/2,09,1/build-tool/blackberry-toolchain.xml", and optionally, the BlackBerry x86 toolchain XML as well. At t…

Viewing 1 to 1 (1 Total)
Re: compilation fails with blackberry target

singmajesty

singmajesty
Total Posts: 2146
Joined: August 25, 2011

Hi,

I found the problem. I have committed it to SVN for HXCPP, but you can fix it on your own pretty easily.

Open "/usr/lib/haxe/lib/hxcpp/2,09,1/build-tool/blackberry-toolchain.xml", and optionally, the BlackBerry x86 toolchain XML as well.

At the top of each file, QNX_HOST should be defined as "${BLACKBERRY_NDK_ROOT}/host/macosx/x86" instead of ${BLACKBERRY_NDK_ROOT}/host/macos/x86"

I was missing the "x" in "macosx"

Posted on May 11, 2012 at 11:27 AM