chronozphere
17-10-2010, 08:55 AM
Hey everyone,
I'm trying to do this, but I'm stuck. I've checked out the sources with SVN:
http://svn.freepascal.org/svn/lazarus/trunk
By using TortoiseSVN. Then I downloaded the GNU Make tool from:
http://gnuwin32.sourceforge.net/packages/make.htm
And now I CD'ed to the root of my SVN working directory and tried "make".
But it seems to be using the Borland Make tool (It gives about 2000 errors). How to I force it to use GNU Make?
I allready tried with the full path:
G:\laz\laz>C:\Program Files\GnuWin32\bin\make.exe
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Also I'm a bit clueless about what to next. Can I make lazarus use the old FPC version I installed from binaries (at C:/Lazarus/FPC/)? Or should I download the latest FPC version?
Can somebody help me?
thanks
I'm trying to do this, but I'm stuck. I've checked out the sources with SVN:
http://svn.freepascal.org/svn/lazarus/trunk
By using TortoiseSVN. Then I downloaded the GNU Make tool from:
http://gnuwin32.sourceforge.net/packages/make.htm
And now I CD'ed to the root of my SVN working directory and tried "make".
But it seems to be using the Borland Make tool (It gives about 2000 errors). How to I force it to use GNU Make?
I allready tried with the full path:
G:\laz\laz>C:\Program Files\GnuWin32\bin\make.exe
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Also I'm a bit clueless about what to next. Can I make lazarus use the old FPC version I installed from binaries (at C:/Lazarus/FPC/)? Or should I download the latest FPC version?
Can somebody help me?
thanks