Andy

I suggest you install macports if you don't already have it.
        http://www.macports.org/install.php

Once your all setup with it ( you may need to selfupdate etc... -force if needed etc.. )

from terminal you can check packages available, occasionally they are not yet in general release so you can also google macport and the library name, and then download the macport installer directly, I have just done some searches and they all seem to come back with packages you can install.

        sudo port search LibZ
        sudo port search Carbon
        sudo port search mysql
        sudo port search apache
        sudo port search pcre

I would like haxe to be a macport but documentation on ports is quite technical so I have not tried making one.

you can install a package with sudo port install .... you may find some of these in a single package.

If you have specific issues with installing there is a macport IRC on freenode that is usually very helpful but as always you have to be around awhile to catch the eye of the advanced users, it is fairly advanced so try to read a bit before you start asking questions so as not to annoy them.

I think some of the database stuff you can safely ignore especially for just using NME, i think sometimes it wants to install old and new versions, but if you just want latest Neko for haxe then not normally important? Sorry rather vague on this. I can have a go at a Neko version on my leopard that will probably work will on lion if you get stuck. Always backup your current version.

Best


Justin

On 18 Dec 2012, at 09:10, Andy Li wrote:

Hi,

I'm trying to compile Neko r1926 on Mac OSX 10.7.5, using `make os=osx`. The core part compiles fine, but it prompted for finding dependency of external libraries, i.e. LibZ, Apache 1.3.x, Carbon, PCRE, MySQL. Where should I get those? Is it just downloading and installing all of them one by one and then recompile?
FYI, my complete terminal log is over here.

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

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

Reply via email to