help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mac OSX build errors-


From: Yen-Ju Chen
Subject: Re: Mac OSX build errors-
Date: Mon, 11 Feb 2008 14:52:11 -0800

There is a situation depending on how you want to use GNUstep.
If you want to use GNUstep-make + Apple Foundation + Apple AppKit,
it is what you have now. You do not need anything else.
If you want to use GNUstep-make + GNUstep Base + GNUstep GUI as you
describe, you need to compile GCC.
This document may help:
http://www.gnustep.org/resources/documentation/User/GNUstep/README.Darwin
Or you need to search the maillist.

If you happen to have a Mac/Intel machine, I feel running a Linux/BSD
virtual machine (VMware/Parallel/Q.app/virtualbox) may be easier and
the speed is good.

Yen-Ju

On Feb 11, 2008 2:44 PM, Brent Austin <brent1a@yahoo.com> wrote:
> I've gotten a little further I can ./configure
> gnustep-core
> gnustep-back
> gnustep-gui
> but then they are failing to build now.
>
>
> Yen-Ju Chen <yjchenx@gmail.com> wrote:
>  The first one (set | grep GNUSTEP) is to see whether you have the
> correct environment variables. Since it returns nothing, you do not
> have the correct variables.
>
> The second one (source ...) is to set the environment variables
> correct. After that, you can check the variables again with `set |
> grep GNUSTEP`. Only the second one is necessary to run GNUstep. The
> first one is just a way to debug.
>
> I also notice that you try to install GNUstep under /usr/GNUstep wit
> `make; make install`.
> Do you have root privilege when you do that ?
> You can see whether you have GNUstep under /usr/GNUstep/.
> Otherwise, use `sudo make` and `sudo make install` to install GNUstep
> under /usr/GNUstep/
>
> Yen-Ju
>
> On Feb 11, 2008 2:10 PM, Brent Austin wrote:
> > I do both and I still get the error.....exactly how do I apply those two
> > lines?
> > Macintosh:~ brent1a$ set | grep GNUSTEP
> > Macintosh:~ brent1a$ source
> /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
> > Macintosh:~ brent1a$
> >
> > ....or do I need to cd somewhere and apply specifically?
> > thanks
> > -Brent
> >
> >
>
> > Yen-Ju Chen wrote:
> > A quick check is to do
> >
> > set | grep GNUSTEP
> >
> > and see whether the environment variables are correctly set.
> >
> > And if you use default Leopard, your shell should be bash.
> > Then you can do this:
> >
> > source /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
> >
> > Note that instead of using 'csh', you use 'sh' here.
> >
> > Yen-Ju
> >
> > On Feb 11, 2008 1:49 PM, Brent Austin wrote:
> > > How exactly do I "source the GNUstep.sh script before running make
> here."
> > > I'm certain I'm missing something here.
> > > thanks
> > > -Brent
> > >
> >
> > > Brent Austin wrote:
> > > (on leopard 10.5)
> > > I do this for gnustep-make:
> > > ./configure --prefix=/usr/GNUstep --enable-native-objc-exceptions
> > --with-layout=gnustep
> > --with-config-file=/usr/GNUstep/Local/Configuration/GNUstep.conf
> > > make
> > > make install
> > >
> > > then this:
> > > . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
> > >
> > > source /usr/GNUstep/System/Library/Makefiles/GNUstep.csh
> > >
> > > but I still get the following error when I try to configure
> gnustep-base:
> > >
> > > "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!"
> > >
> > > thanks for any help,
> > > -Brent
> > >
> > > ________________________________
> > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try
> > it now._______________________________________________
> > > Help-gnustep mailing list
> > > Help-gnustep@gnu.org
> > > http://lists.gnu.org/mailman/listinfo/help-gnustep
> > >
> > >
> > >
> > >
> > > ________________________________
> > Looking for last minute shopping deals? Find them fast with Yahoo! Search.
> > >
> > >
> > > _______________________________________________
> > > Help-gnustep mailing list
> > > Help-gnustep@gnu.org
> > > http://lists.gnu.org/mailman/listinfo/help-gnustep
> > >
> > >
> >
> >
> >
> >
> > ________________________________
> > Looking for last minute shopping deals? Find them fast with Yahoo! Search.
> >
> >
>
>
>
>
>  ________________________________
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it
> now.
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]