Okay, I’ve got so far….

 

I installed the MinGw32-make and modified the MakeFile for windows using this make version… This required changing the Lib**.so for Neko.dll and replacing some *.o for *.c.  The problem I now have is quite late in the MakeFile.  It currently errors here:

 

compiler:

      (cd src; ${NEKO_EXEC} nekoml -v neko/Main.nml nekoml/Main.nml)

      (cd src; ${NEKO_EXEC} nekoc -link ../bin/nekoc.n neko/Main)

      (cd src; ${NEKO_EXEC} nekoc -link ../bin/nekoml.n nekoml/Main)

 

With the error:

 

Process_begin: CreateProcess((Null), (cd src; LD_LIBRARY_PATH=../bin: NEKOPATH=../boot:../bin ../bin/neko nekoml –v neko/Main.nml nekoml/Main.nml), ...) failed.

Make (e=2): The system cannot find the file specified.  Mingw32-make: *** [compiler] Error 2

 

Now, I’m assuming it means the compiler label (I don’t know a huge amount about MakeFiles).  Is there something here I can modify to complete the compilation?

 

Thanks,

Lee

 

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee McColl-Sylvester
Sent: 17 February 2006 10:12
To: Neko intermediate language mailing list
Subject: RE: [Neko] Compiling Neko

 

Wow.  I’ve just read the 1.1 changes blog.  The part about how you now use NekoML to build Neko itself etc etc…. I think I have a new idol!

 

I do have one question… Do you plan on rewriting parts of Haxe using NekoML so that Ocaml is no longer needed there either?  I’ve sat down and started to learn Ocaml so I could start adding features I needed to Mtasc and Haxe, but it’s like no other language I’ve ever used before.  It’s like learning Mandarine calligraphy when you don’t really speak the language. :-S  However, NekoML I do understand, so should Haxe be ported to this, I should have no problem extending it.

 

Regards,

Lee

 

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee McColl-Sylvester
Sent: 17 February 2006 10:00
To: [email protected]
Subject: [Neko] Compiling Neko

 

Hi Nicolas,

 

I’m trying to compile Neko on a Windows XP Pro machine, but I don’t have Make setup.  What do I need to compile the NML projects and where do I get it?

 

Regards,

Lee

 

 

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

Reply via email to