missing variable PO in Makefile.am

W. Tasin tasin at e-technik.fh-muenchen.de
Fri Mar 3 16:15:50 UTC 2000


Falk Brettschneider wrote:
> 
> Hi,
> 
> I did a workaround for now:
> I removed the po/Makefile entry from the last line of configure.in in
> the project's root directory. This works because I don't need
> translation at the time and I can do that manually.

also an solution, but you should also remove the entry in the
top-level Makefile.am:
SUBDIRS = ..... po ....


> 
> > > aclocal
> > > autoheader
> > > automake
> > > po/Makefile.am:10: variable 'POFILES' not defined
> > > po/Makefile.am:1: variable 'POFILES' not defined
> > > make: *** [all] Error 1
> > > *** Fehler ***
> >
> > this means POFILES will not be defined inside po/Makefile.am.
> >
> > KDevelop will create an entry in Makefile.am which is like:
> >
> > ####### kdevelop will overwrite this part!!! (begin)##########
> > POFILES =
> >
> > ####### kdevelop will overwrite this part!!! (end)############
> >
> > but only for KDE-Applications !!!!
> > Unfortunately the described error occurs only on some machines :-(
> Hmmm...what didn't I install?:
> In KDevelop1.1 itself:
> - The C/C++ reference
> - KDE-libs documentation
> What didn't I choose in the Wizard?:
> - GNU-standard files (INSTALL,README,COPYING)
> - user documentation
> - lsm-file
> - program icon
> - mini icon
> - no author entry, no email address
> - no VCS support
> - no file header templates
> 
> Maybe there's something important disabled (?).

No, you have misunderstood...

on some machines or sitautions automake ignores the fact that the env.
variable POFILES= isn't defined, on others it would go ahead without
complaining about it.

Means if I would do the same (under bash) no complaining! If _you_ do
this it complains...
with the same files.

I´m convinced if you would do another workaround...
inserting in the first line of po/Makefile.am:
POFILES=

it would also work!
> 
> 
> Ciao + Thanks anyway, Walter,
> --Falk
> 

Ciao + you're welcome Falk ;-)

Walter
--
oohhh sveglia.... il mondo e' ammalato, ma x colpa di chi.........
(Zucchero)
:-------W. Tasin, FB 04,
FHM-------------------PGP-KeyID:0x7961A645----------:
<Key-Fingerprint: 1610 835F 0080 32F4 6140  6CF7 A7D0 44CD 7961A645>
<http://wwwkeys.pgp.net:11371/pks/lookup?op=index&search=0x7961A645&fingerprint=on>




More information about the KDevelop-devel mailing list