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.