Am Dienstag, 4. Oktober 2005 02:44 schrieb Eric Belanger:
> On Mon, 3 Oct 2005, Joe Giles wrote:
> > Hey all,
> >
> > I was having a problem with compiling Kmymoney2 on Arch. I have compiled
> > it on Gentoo, Fedora, and Mandriva to test to see if it was a bad
> > download, but it compiles fine on those distro's. I am not using testing
> > or unstable on the machine I am trying to install it on.
> >
> > I keep getting this compile error:
> >
> > /opt/qt/bin/moc kcurrencycalculatordecl.h -o kcurrencycalculatordecl.moc
> > rm -f kcurrencycalculatordecl.cpp
> > echo '#include <kdialog.h>' > kcurrencycalculatordecl.cpp
> > echo '#include <klocale.h>' >> kcurrencycalculatordecl.cpp
> > /opt/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr
> > tr2i18n -i kcurrencycalculatordecl.h ./kcurrencycalculatordecl.ui >
> > kcurrencycalculatordecl.cpp.temp ; ret=$?; \
> > /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g"
> > kcurrencycalculatordecl.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\,
> > \"\" ),QString::null,g" | /usr/bin/perl -pe
> > "s,image([0-9][0-9]*)_data,img\$1_kcurrencycalculatordecl,g" |
> > /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >>
> > kcurrencycalculatordecl.cpp ;\
> > rm -f kcurrencycalculatordecl.cpp.temp ;\
> > if test "$ret" = 0; then echo '#include "kcurrencycalculatordecl.moc"'
> >
> >  >> kcurrencycalculatordecl.cpp; else rm -f kcurrencycalculatordecl.cpp
> >
> > ; exit $ret ; fi
> > if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/kde/include
> > -I/opt/qt/include -I/usr/X11R6/include   -I../.. -I.
> > -DQT_THREAD_SUPPORT  -D_REENTRANT -DKMM_DEBUG=0  -Wnon-virtual-dtor
> > -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
> > -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith
> > -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute
> > -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden
> > -fvisibility-inlines-hidden -fexceptions  -MT kcurrencycalculatordecl.o
> > -MD -MP -MF ".deps/kcurrencycalculatordecl.Tpo" -c -o
> > kcurrencycalculatordecl.o kcurrencycalculatordecl.cpp; \
> > then mv -f ".deps/kcurrencycalculatordecl.Tpo"
> > ".deps/kcurrencycalculatordecl.Po"; else rm -f
> > ".deps/kcurrencycalculatordecl.Tpo"; exit 1; fi
> > kcurrencycalculatordecl.cpp:26:26: error: kmymoneyedit.h: No such file
> > or directory
>
> Does  kmymoneyedit.h exist in the source tarball or elsewhere on your
> system?
>
> > make[3]: *** [kcurrencycalculatordecl.o] Error 1
> > make[3]: Leaving directory
> > `/home/******/Temp/kmymoney2-0.8/kmymoney2/dialogs'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/home/******/Temp/kmymoney2-0.8/kmymoney2'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/******/Temp/kmymoney2-0.8'
> > make: *** [all] Error 2
> >
> >
> > I have sent e-mails to the Kmymoney mail list and they stipulate that it
> > must be the way Arch packagers package the program.
> >
> > This is also a machine that is a fresh install since yesterday and
> > updated today.
> >
> > Can someone help me with this? Bills are coming due and I don't have a
> > clue who to pay this month :)
> >
> > Thanks!!!
> >
> > Joe
> >
> > _______________________________________________
> > arch mailing list
> > [email protected]
> > http://www.archlinux.org/mailman/listinfo/arch
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
Hi
tell the devs we are using qt 3.3.5 ;)
it's easy to patch this just remove this header from the file. It's mostly at 
the bottom called includehints
greetings
tpowa
-- 
Tobias Powalowski
Archlinux Package Maintainer (tpowa)
http://www.archlinux.org
[EMAIL PROTECTED]

Attachment: pgp69zr1kOJ9b.pgp
Description: PGP signature

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to