Hi Nicolas,

I have really tried to do this, downloading the GC and installing it, and then
trying to compile the source:

delin$ make
mkdir bin 2>/dev/null
make: [createbin] Error 1 (ignored)
cc -o bin/libneko.dylib vm/alloc.o vm/builtins.o vm/callback.o vm/context.o vm/interp.o vm/load.o vm/objtable.o vm/others.o vm/hash.o vm/module.o vm/jit_x86.o -ldl -lgc -lm -dynamiclib -single_module -install_name @executable_path/libneko.dylib
/usr/bin/libtool: can't locate file for: -lgc
/usr/bin/libtool: file: -lgc is not an object file (not allowed in a library)
make: *** [bin/libneko.dylib] Error 1

I dont have the faintest idea of what I need to do, but I just really want to be able to
compile so I can start using the mysql.ndll module.  Because, I cannot live without
MySQL, it's just rocks.

If you have any tricks up your sleeve that you can share, I'll be all ears.

Thanks,

Marcus


On Aug 29, 2006, at 3:22 PM, Nicolas Cannasse wrote:

Hi Nicolas,

Yes I am running on OSX/PPC 10.4.6.


mb$ nekoc test.neko
Called from neko/Main.nml line 128
Called from core/Args.nml line 50
Called from neko/Main.nml line 29
Exception : (file_contents, test.neko)

Ok, everything is right then.

and when I run this (which is from the SPOD tutorial):
mb$ neko app
Called from neko/db/Mysql.hx line 29
Uncaught exception - load.c(214) : Failed to load library :  
mysql.ndll (dlopen(mysql.ndll, 1): image not found)

Normal.

The only way to get MySQL working with Haxe/Neko is to compile
it from the source? Because I do remember seeing that file  
(mysql.ndll) somewhere...

It was maybe a PPC specific version, as part of Neko 1.3 PPC package


Nicolas

-- 
Neko : One VM to run them all

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to