Gentoo Archives: gentoo-dev

From: Stephane Wirtel <stephane.wirtel@××××××××.net>
To: Glade-Devel <glade-devel@××××××.com>
Cc: Gentoo-User Mailing List <gentoo-user@g.o>, Gentoo-Devel <gentoo-dev@g.o>
Subject: [gentoo-dev] BUG in the Makefile file generated by Glade 1.x.x
Date: Thu, 30 Jan 2003 18:47:52
Message-Id: 1043952048.15581.29.camel@stargate.lan
1 Hi all !
2
3 I have this problem, when i generate the source code with Glade, i have
4 the same problem, it's impossible to execute the Makefile because, there
5 is an error in the file, this error is at the line 170.
6 Version :
7 Glade : 1.1.3
8 Automake : 1.7.2 aka 1.4-p5
9 Autoconf : from autoconf --version ( 2.13 ) and from emarge -s autoconf
10 ( 2.57 )
11
12 Sorry, but i think that there is a big problem.
13 If somebody can help me, thanks
14
15 [stef@stargate:~/Projects/project3]$ make
16 cd . && /bin/sh ./config.status config.h
17 config.status: creating config.h
18 config.status: config.h is unchanged
19 make all-recursive
20 make[1]: Entering directory `/home/stef/Projects/project3'
21 Making all in src
22 make[2]: Entering directory `/home/stef/Projects/project3/src'
23 Makefile:179: *** missing separator. Stop.
24 make[2]: Leaving directory `/home/stef/Projects/project3/src'
25 make[1]: *** [all-recursive] Error 1
26 make[1]: Leaving directory `/home/stef/Projects/project3'
27 make: *** [all] Error 2
28 [stef@stargate:~/Projects/project3]$
29
30 Stephane Wirtel
31
32 Thanks
33
34
35 --
36 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] BUG in the Makefile file generated by Glade 1.x.x Moritz Schulte <moritz@×××××××××××××××.de>