[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compile problem with core/base
From: |
Jeff Sciortino |
Subject: |
compile problem with core/base |
Date: |
Thu, 12 Jul 2001 14:26:40 -0400 |
Hi,
I downloaded the latest snapshot yesterday, and updated from cvs today, but I
am getting the folllowing errors:
debian:~/GNUstep/Downloads/core/base$ .
/usr/lib/GNUstep/System/Makefiles/GNUstep.sh
debian:~/GNUstep/Downloads/core/base$ make
rm -f Headers/Foundation
rm -f Source/Foundation
ln -s gnustep/base Headers/Foundation
Making all in Source...
make[1]: Entering directory `/home/jjs/GNUstep/Downloads/core/base/Source'
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `if [ "" != "" ]; then echo Making all in subprojects
of library libgnustep-base...; for f in ; do mf=GNUmakefile; if [ ! -f
$f/$mf -a -f $f/Makefile ]; then mf=Makefile; echo "WARNING: No GNUmakefile
found for subproject $f; using 'Makefile'"; fi; if make -C $f -f $mf
--no-keep-going all FRAMEWORK_NAME=""
FRAMEWORK_VERSION_DIR_NAME="..//Versions/A" DERIVED_SOURCES="../"
SUBPROJECT_ROOT_DIR=""."/$f" ; then :; else exit $?; fi; done; fi'
make[1]: *** [libgnustep-base.all.library.subprojects] Error 2
make[1]: Leaving directory `/home/jjs/GNUstep/Downloads/core/base/Source'
make: *** [internal-all] Error 2
[3]+ Done $TDIR/$LIBRARY_COMBO/make_services
debian:~/GNUstep/Downloads/core/base$
Any ideas?
Another question. I see the latest version is 0.7 . The version file in my
download seems to think it's 6.7:
debian:~/GNUstep/Downloads/core$ cat Version
# This file is included in various Makefile's to get version information.
# Compatible with Bourne shell syntax, so it can included there too.
# The gcc version required to compile the library.
GNUSTEP_GCC=2.8.0
# The version number of this release.
GNUSTEP_MAJOR_VERSION=0
GNUSTEP_MINOR_VERSION=6
GNUSTEP_SUBMINOR_VERSION=7
GNUSTEP_VERSION=${GNUSTEP_MAJOR_VERSION}.${GNUSTEP_MINOR_VERSION}.${GNUSTEP_SUBMINOR_VERSION}
VERSION=${GNUSTEP_VERSION}
# Other Products we depend on
GNUSTEP_LIBTIFF=3.4
GNUSTEP_DGS=0.5.10
GNUSTEP_DPSCLIENT=6.1
GNUSTEP_FTP_MACHINE=ftp.gnu.org
GNUSTEP_FTP_DIRECTORY=gnu/gstep
GNUSTEP_SNAP_FTP_MACHINE=alpha.gnu.org
GNUSTEP_SNAP_FTP_DIRECTORY=gnu/gnustep
GNUSTEP_ALT_FTP_MACHINE=ftp.gnustep.org
GNUSTEP_ALT_FTP_DIRECTORY=pub/gnustep/core
debian:~/GNUstep/Downloads/core$
Thanks!
-Jeff Sciortino
- compile problem with core/base,
Jeff Sciortino <=