PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Probleme mit qalculate



BloodyBastard
25.03.04, 22:24
Hallo

ich hab mir qalculate-gtk-0.4-1.i686.rpm gezogen und wollte es installieren, jedoch meldete er folgenden Fehler:

error: qalculate-gtk-0.4-1.i686.rpm: MD5 digest: BAD Expected(11e978a0753f66be88dd226bcbdbb602) != (63d5b8172df36f22049e3417258c825a)
error: qalculate-gtk-0.4-1.i686.rpm cannot be installed

an was liegt das?

Dann hab ich mir halt das tar.gz gezogen und wollte es kompilieren. Da er meldete, dass CLN nicht installiert sei, hab ich das halt installiert + das cln-devel. Leider kam aber immer noch bei ./configure diesen Fehler:

checking for cln-config... /usr/bin/cln-config
checking for CLN - version >= 1.1.0... no
*** Could not run CLN test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means CLN was incorrectly installed
*** or that you have moved CLN since it was installed. In the latter case, you
*** may want to edit the cln-config script: /usr/bin/cln-config.
configure: error: No suitable installed version of CLN could be found.


Nun hab ich alle möglichen Variablen angepasst:
export CPPFLAGS=-I/usr/include
export LDFLAGS=-L/usr/lib
export CXXFLAGS=-I/usr/include
export LD_LIBRARY_PATH=/usr/lib

Das half jedoch auch nichts. Auch ./configure --with-cln-prefix=/usr/include brachte keinen Erfolg. Dann hab ich ./configure --disable-clntest gemacht und es lief durch.
Aber bei make kam dann das nächste Problem:

In file included from /usr/include/c++/3.3.2/i386-redhat-linux/bits/c++locale.h:44,
from /usr/include/c++/3.3.2/iosfwd:46,
from /usr/include/c++/3.3.2/bits/stl_algobase.h:70,
from /usr/include/c++/3.3.2/vector:67,
from calclib/includes.h:200,
from calclib/qalculate.h:16,
from main.h:40,
from callbacks.h:24,
from main.cc:22:
/usr/include/libintl.h:40: error: syntax error before `__const'
/usr/include/libintl.h:44: error: syntax error before `__const'
/usr/include/libintl.h:51: error: syntax error before `__const'
/usr/include/libintl.h:81: error: syntax error before `__const'
/usr/include/libintl.h:85: error: syntax error before `__const'
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/home/gugi/misc/qalculate-gtk-0.4.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gugi/misc/qalculate-gtk-0.4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gugi/misc/qalculate-gtk-0.4.1'
make: *** [all] Error 2


Nun bin ich mit meinem Latein am Ende. Ich hoffe jemand weiss einen Rat!
Danke im Voraus.

ah ja, ich benutze Fedora Core 1 mit 2.4.22-1.2115.nptl ;-)