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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 > [email protected] > http://lists.gnu.org/mailman/listinfo/help-gnustep > > > > > ________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. > > > _______________________________________________ > Help-gnustep mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-gnustep > > _______________________________________________ Help-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnustep
