Re: Re: [glade--]Re: No rule to make target `1.c', needed by `1.o'. Stop.
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <OFFF7BAA12.C8F71A81-ON86256D10.0061281B-86256D10.0062DD15@conexant.com> |
Cristof / Baurjan, (Christof Petig <christof petig-baender de>) / (Baurjan Ismagulov <ibr ata cs hun edu tr>), Previously written Hello, On Mon, Sep 02, 2002 at 01:19:14AM +0300, Baurjan Ismagulov wrote: > src/Makefile.am:7: bad macro name `__SOURCES' > src/Makefile.am:18: bad macro name `__LDADD' > src/Makefile.am:7: invalid unused variable name: `__SOURCES' > src/Makefile.am:18: invalid unused variable name: `__LDADD' I found out that these errors were the cause of the problem. The project name consisted of a single digit, and it was replaced with an underscore, which, in turn, caused automake to fail. So I have some suggestions: I ran into the same problem with a project named 'CnxtConfigurator-1.2' when I ran 'autogen.sh' on a Red Hat 7.2 system (Glade 0.6.2 and GTK 1.2). I received the same two 'bad macro name' and the same two 'invalid unused variable name:' errors but with 'CnxtConfigurator-1.2_SOURCES' and 'CnxtConfigurator-1.2_LDADD'. I changed the project name to 'CnxtConfigurator' and everything worked fine after that. Just thought you might want to know, Dan Davidson [email protected]