another kdeprint build failure

Kurt Pfeifle k1pfeifle at gmx.net
Fri Nov 25 23:13:35 CET 2005


On Friday 25 November 2005 20:00, Jonathan Riddell wrote:
> 
> Another build failure, any help appreciated..
> 
> g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
> -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith
> -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2
> -DDEBIAN_VERSION=4:3.5-rc2-0ubuntu3 -Wformat-security
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
> -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT
> -D_REENTRANT
> /build/buildd/kdelibs-3.5-rc2/./kdeprint/cups/cupsdconf2/cupsd.conf.template.cpp

Strange. I do not have a file cupsd.conf.template.cpp, only cupsd.conf.template.
Also, for my builddir != srcdir setup, here it doesnt try to create a *.cpp from
the naked template either (gcc < 4.0).

cupsd.conf.template serves the purpose to create a .pot file for translations, 
according to these lines in Makefile.am describing the "messages" target:

    messages:
        perl cupsdcomment.pl < cupsd.conf.template > cupsd.conf.template.cpp
        $(XGETTEXT) *.cpp -o $(podir)/cupsdconf.pot

But the next Makefile.am line already should delete the *.cpp again:

       rm -f cupsd.conf.template.cpp


Cheers,
Kurt


More information about the kde-print mailing list