Hi,

Trying to build aqbanking 3.1.0 on x86_64/FC8 but I get this error:
.....
 g++ -DHAVE_CONFIG_H -DBUILDING_QBANKING -DQT3_SUPPORT
-I. -I. -I../../../../.. -I/opt/qbanking/include/gwenhywfar3 
-I/opt/qt4/include -I/opt/qt4/include/Qt
-I/opt/qt4/include/QtCore -I/opt/qt4/include/QtGui 
-I/opt/qt4/include/Qt3Support -I../../../../../headers
-I../dialogs -I.. -I../../../../../src/libs/aqbanking 
-fvisibility=hidden -g -Wall
-MT qguiprogress.lo -MD -MP -MF .deps/qguiprogress.Tpo -c qguiprogress.cpp 
-fPIC -DPIC -o .libs/qguiprogress.o

qguiprogress.cpp: In constructor 'QGuiProgress::QGuiProgress(uint32_t, 
const char*, uint32_t, uint64_t)':
qguiprogress.cpp:36: error: no match for 'operator=' in 
'((QGuiProgress*)this)->QGuiProgress::_title
= std::basic_string<char, std::char_traits<char>, std::allocator<char> 
 >(title, ((const std::allocator<char>&)
((const std::allocator<char>*)(& std::allocator<char>()))))'
/opt/qt4/include/Qt/qstring.h:93: note: candidates are: QString& 
QString::operator=(QChar)
/opt/qt4/include/Qt/qstring.h:94: note:                 QString& 
QString::operator=(const QString&)
/opt/qt4/include/Qt/qstring.h:655: note:                 QString& 
QString::operator=(const QLatin1String&)
/opt/qt4/include/Qt/qstring.h:374: note:                 QString& 
QString::operator=(const char*)
/opt/qt4/include/Qt/qstring.h:376: note:                 QString& 
QString::operator=(const QByteArray&)
/opt/qt4/include/Qt/qstring.h:378: note:                 QString& 
QString::operator=(char)
/opt/qt4/include/Qt/qstring.h:459: note:                 QString& 
QString::operator=(const QString::Null&)
make[8]: *** [qguiprogress.lo] Error 1

I built qt-x11-opensource-src-4.3.3 (and installed in /opt/qt4),
then built gwenhywfar-3.1.0, libchipcard-4.0.0 (and installed in 
/opt/qbanking).

Then I configured aqbanking-3.1.0 with:
  export QTDIR=/opt/qt4 PATH=/opt/qt4/bin:/opt/qbanking/bin:$PATH
  ./configure --prefix=/opt/qbanking  \
     qt3_libs="-L/opt/qt4/lib -lQtCore -lQtGui -lQt3Support" \
     qt3_includes="-I$QTDIR/include -I$QTDIR/include/Qt 
-I$QTDIR/include/QtCore -I$QTDIR/include/QtGui 
-I$QTDIR/include/Qt3Support" \
      --with-backends="aqhbci" --with-frontends="cbanking qbanking"

Then ran:
  make qt4-port

Everything looked ok but make fails on qguiprogress,cpp.

Regards,
Alan




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to