(being proactive here and contacting the maintainer as well)

Using a PowerPC with XCode 2.2.1 in the 10.4 tree.

It builds for a while and then fails with the following output:

...
/sw/bin/moc xsldbgconfig.h -o xsldbgconfig.moc
rm -f xsldbgconfig.cpp
echo '#include <kdialog.h>' > xsldbgconfig.cpp
echo '#include <klocale.h>' >> xsldbgconfig.cpp
/sw/bin/uic -L /sw/lib/kde3/plugins/designer -nounload -tr tr2i18n -i xsldbgconfig.h ./xsldbgconfig.ui > xsldbgconfig.cpp.temp ; ret=$?; \ /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" xsldbgconfig.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*) _data,img\$1_xsldbgconfig,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> xsldbgconfig.cpp ;\
rm -f xsldbgconfig.cpp.temp ;\
if test "$ret" = 0; then echo '#include "xsldbgconfig.moc"' >> xsldbgconfig.cpp; else rm -f xsldbgconfig.cpp ; exit $ret ; fi
make[4]: *** [xsldbgconfig.cpp] Error 132
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

--akh


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to