> 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 http://nekovm.org/_media/neko-1.3-osx.tar.gz?id=download&cache=cache Nicolas -- Neko : One VM to run them all (http://nekovm.org)
