|
From: Helmut O. <mu...@ho...> - 2007-05-31 21:23:45
|
zuerst: vielen Dank für die schnelle Unterstützung!
lieder ist mein Problem noch nicht gelöst:
da ich die libXft.so.1 nicht habe, habe ich qt neu installiert
(qt-x11-free-3.3.8) und die libqt.so.3 verlinkt (/usr/local/qt/lib -
/usr/lib/)
neuerliches configure funktioniert
make bringt folgenden Fehler:
make[5]: Leaving directory
`/root/box/udrec/udrec_suite-0.4.1/src/usgui/images'
make[5]: Entering directory `/root/box/udrec/udrec_suite-0.4.1/src/usgui'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I../common -I./xmltv
-I/usr/local/qt/include -g -O2 -MT udrec_suite_gui-usgui.o -MD -MP -MF
".deps/udrec_suite_gui-usgui.Tpo" \
-c -o udrec_suite_gui-usgui.o `test -f 'usgui.cpp' || echo
'./'`usgui.cpp; \
then mv -f ".deps/udrec_suite_gui-usgui.Tpo"
".deps/udrec_suite_gui-usgui.Po"; \
else rm -f ".deps/udrec_suite_gui-usgui.Tpo"; exit 1; \
fi
usgui.cpp: In member function 'void Usgui::deleteUdRecord(UdRecord*, bool,
bool, bool, bool, bool, bool)':
usgui.cpp:369: error: conversion from 'int' to non-scalar type
'std::_List_iterator<UdRecord*>' requested
usgui.cpp:378: error: no match for 'operator!=' in 'firstInvalid != 0'
/usr/include/c++/4.1.3/bits/stl_list.h:173: note: candidates are: bool
std::_List_iterator<_Tp>::operator!=(const std::_List_iterator<_Tp>&) const
[with _Tp = UdRecord*]
/usr/local/qt/include/qcstring.h:307: note: bool
operator!=(const QCString&, const QCString&)
/usr/local/qt/include/qcstring.h:310: note: bool
operator!=(const QCString&, const char*)
/usr/local/qt/include/qcstring.h:313: note: bool
operator!=(const char*, const QCString&)
/usr/local/qt/include/qstring.h:317: note: bool
operator!=(QChar, QChar)
/usr/local/qt/include/qstring.h:322: note: bool
operator!=(char, QChar)
/usr/local/qt/include/qstring.h:327: note: bool
operator!=(QChar, char)
/usr/local/qt/include/qstring.h:1014: note: bool
operator!=(const QString&, const QString&)
/usr/local/qt/include/qstring.h:1021: note: bool
operator!=(const QString&, const char*)
/usr/local/qt/include/qstring.h:1027: note: bool
operator!=(const char*, const QString&)
/usr/local/qt/include/qpoint.h:150: note: bool
operator!=(const QPoint&, const QPoint&)
/usr/local/qt/include/qsize.h:164: note: bool
operator!=(const QSize&, const QSize&)
/usr/local/qt/include/qrect.h:152: note: bool
operator!=(const QRect&, const QRect&)
make[5]: *** [udrec_suite_gui-usgui.o] Fehler 1
make[5]: Leaving directory `/root/box/udrec/udrec_suite-0.4.1/src/usgui'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory `/root/box/udrec/udrec_suite-0.4.1/src/usgui'
make[3]: *** [all] Fehler 2
make[3]: Leaving directory `/root/box/udrec/udrec_suite-0.4.1/src/usgui'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/root/box/udrec/udrec_suite-0.4.1/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/root/box/udrec/udrec_suite-0.4.1'
make: *** [all] Fehler 2
Ich bitte neuerlich um Hilfe -- Vielen Dank
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
|