Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I tried install haxe & nme in MacOSX 10.7.4

 brew install haxe
 brew install neko
 haxe -lib nme

but...

dyld: Library not loaded: @executable_path/libneko.dylib
  Referenced from: /usr/local/bin/haxelib
  Reason: no suitable image found.  Did find:
    /usr/local/bin/libneko.dylib: mach-o, but wrong architecture
    /Users/username/lib/libneko.dylib: stat() failed with errno=20

lipo -info /usr/local/bin/haxelib
Non-fat file: /usr/local/bin/haxelib is architecture: i386
lipo -info /usr/local/bin/libneko.dylib
Non-fat file: /usr/local/bin/libneko.dylib is architecture: x86_64

How should a problem be solved? Thanks.

share|improve this question
Sounds messy... Could you try uninstalling from brew, and then using the installer on the Haxe website instead? If that doesn't help post a comment and I'll ask someone on the mailing list to help answer... – Jason O'Neil Aug 1 '12 at 11:32

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.