[Glade-users] BIG BUG - in the Makefile
Stephane Wirtel
stephane.wirtel@belgacom.net
30 Jan 2003 11:26:07 +0100
Hi all !
When i create an application with Glade 1.X.X , I always have the same
error in my Makefile,
I think that an error of Automake or Autoconf.
Here is the error :
bash-2.05b$ make
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/stef/Projects/project1'
Making all in src
make[2]: Entering directory `/home/stef/Projects/project1/src'
Makefile:179: *** missing separator. Stop.
make[2]: Leaving directory `/home/stef/Projects/project1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/stef/Projects/project1'
make: *** [all] Error 2
bash-2.05b$
If somebody has a solution, could you send me it ?
thanks
stephane