Gregory John Casamento <[email protected]> writes:

> Type this on the command line:
>
> . ${GNUSTEP_MAKEFILES}/GNUstep.sh
>
> (this should resolve to
> /usr/GNUstep/System/Library/Makefiles/GNUstep.sh)
>
> This sets up all of the environment variables needed.
>
> Then you should be able to build Gorm and other apps.
>
> GC
> Gregory Casamento -- Principal Consultant - OLC, Inc
> # GNUstep Chief Maintainer

OK, I'm starting from Beginning.

Remove directory:
/usr/GNUstep/
and
/etc/GNUstep/GNUstep.conf

In the modules directory that I get from SVN repository:

 $ cd modules/core/make
 $ ./configure
 $ make
 $ sudo make install

 $ cd modules/core/make/Documentation
 $ make
 $ sudo make install

 $ . ${GNUSTEP_MAKEFILES}/GNUstep.sh

 $ cd modules/core/base
 $ ./configure

Now I get an error message:
./configure: line 1401: gnustep-config: command not found
configure: error: You must have the gnustep-make package installed and
set up the GNUSTEP_MAKEFILES environment variable to contain the path
to the makefiles directory before configuring!

Why I get this error?
Any advices will be appreciated!

--
Regards, Paul Chany



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to