|
From: Ryan P. <rpu...@gm...> - 2006-09-20 18:45:07
|
On 9/20/06, Jason Perkins <st...@gm...> wrote: > > There aren't any makefiles in svn...where did yours come from? well in this step I was tring the source tarball for version 3.1. This looks like a bug in the makefile. Can you send it to me? It is the makefile right out of the source tarball for version 3.1. FYI, Premake is "self-hosting", If you want to build it from the svn > sources, you must first grab an earlier version of premake and then > run: > > $ cd premake; premake --target gnu > > To generate the makefiles. Or you can the latest source code package, > which includes makefiles. > > Jason Ok. I went to the svn source and I used premake version 3.1 to generate makefiles and now I get this: C:\devel\progs\premake>mingw32-make ==== Building Premake ==== arg.c 'cc' is not recognized as an internal or external command, operable program or batch file. mingw32-make[1]: *** [obj/Debug/arg.o] Error 1 mingw32-make: *** [Premake] Error 2 Now I need to be clear here. I don't use MSYS or Cygwin. I just use comspec. -- Regards, Ryan RJP Computing |