Hi all,
I have updated from CVS and built base on Solaris 8 successfully
yesterday. I did the same on another machine today and now when
building base/back I get
bash-2.03# pwd
/usr/src/core/back
bash-2.03# ./configure
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
...
checking Backend name... back
configure: creating ./config.status
config.status: creating back.make
config.status: creating config.make
config.status: creating config.h
config.status: config.h is unchanged
bash-2.03# make
Making all in Source...
make[1]: Entering directory `/usr/share/src/core/back/Source'
../config.make:17: *** missing separator. Stop.
make[1]: Leaving directory `/usr/share/src/core/back/Source'
make: *** [internal-all] Error 2
Has anybody applied changes to CVS tonight that might cause this
problem? I looked into config.make and it looks a bit weird to me.
# -*-makefile-*-
# Extra make variables for backend library
#
WITH_WRASTER=yes
WITH_XFT=no
GRAPHIC_LIBS=-lwraster -ltiff -lz -ljpeg -lXext -lX11 -lsocket -lnsl -lm
GRAPHIC_CFLAGS=-I/usr/local/include
GRAPHIC_LFLAGS=-L/usr/local/lib
X_PRE_LIBS= -lSM -lICE
BUILD_SERVER=x11
BUILD_GRAPHICS=xlib
<<<<<<< config.make.in
BACKEND_NAME=back
=======
BACKEND_NAME=back
>>>>>>> 1.3
but since I do not understand this file anyway I did not know what
could be wrong here.
Thanks,
Andreas
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://mail.gnu.org/mailman/listinfo/discuss-gnustep