[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trouble compiling a program in Windows XP
From: |
Riccardo Mottola |
Subject: |
Re: Trouble compiling a program in Windows XP |
Date: |
Mon, 25 May 2009 00:17:35 +0200 |
Hi,
there is a bug open on this.
I advise you to either enter the full mingw path for make, for example:
/c/GNUstep/bin/make.exe
or you can just go to the shell and type make, since at that point
ProjectCenter will have generated the makefiles.
If you get the svn trunk version of ProjectCenter (from svn or from the
daily snapshots) there is now a button to get a browser and select the
executable.
Riccardo
----- Original Message -----
From: "Nicolaus Andratschke" <koegli@yahoo.com>
To: <discuss-gnustep@gnu.org>
Sent: Wednesday, May 20, 2009 9:28 PM
Subject: Trouble compiling a program in Windows XP
>
> Hi there,
>
> I installed the latest GNUSStep environment on Windows XP and tried to
> compile
> a simple emty test app in ProjectCenter.
> But when I hit the build button I get the following message in a
> dialog box:
> Build terminated
> Build tool not found. File "/usr/bin/make" doesn't exist.
>
> This happens when I call ProjectCenter from the Start menu AND from
> the msys
> command prompt.
>
> How do I need to configure the environment to get this message
vanish?
>
> Best regards,
>