libfetion / libfetion-gui

Automatically exported from code.google.com/p/libfetion-gui
2 stars 0 forks source link

build failure on ubuntu 10.10 maverick #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
BUG REPRODUCE STEPS:
g++ -c -pipe -I./libfetion/include -I./src -I./.ui -O2 -Wall -W -D_REENTRANT 
-DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB 
-DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml 
-I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4 -I. -I.moc -I.ui -o 
.tmp/fxcontactinfo.o src/fxcontactinfo.cpp
src/fxcontactinfo.cpp: In member function 'QString 
FxContactInfo::getContactInfo()':
src/fxcontactinfo.cpp:203: error: call of overloaded 'QString(NULL)' is 
ambiguous
/usr/include/qt4/QtCore/qstring.h:428: note: candidates are: 
QString::QString(const QByteArray&)
/usr/include/qt4/QtCore/qstring.h:426: note:                 
QString::QString(const char*)
/usr/include/qt4/QtCore/qstring.h:727: note:                 
QString::QString(const QString&)
/usr/include/qt4/QtCore/qstring.h:106: note:                 
QString::QString(QChar)
/usr/include/qt4/QtCore/qstring.h:105: note:                 
QString::QString(const QChar*)
src/fxcontactinfo.cpp:206: error: call of overloaded 'QString(NULL)' is 
ambiguous
/usr/include/qt4/QtCore/qstring.h:428: note: candidates are: 
QString::QString(const QByteArray&)
/usr/include/qt4/QtCore/qstring.h:426: note:                 
QString::QString(const char*)
/usr/include/qt4/QtCore/qstring.h:727: note:                 
QString::QString(const QString&)
/usr/include/qt4/QtCore/qstring.h:106: note:                 
QString::QString(QChar)
/usr/include/qt4/QtCore/qstring.h:105: note:                 
QString::QString(const QChar*)
src/fxcontactinfo.cpp:212: error: call of overloaded 'QString(NULL)' is 
ambiguous
/usr/include/qt4/QtCore/qstring.h:428: note: candidates are: 
QString::QString(const QByteArray&)
/usr/include/qt4/QtCore/qstring.h:426: note:                 
QString::QString(const char*)
/usr/include/qt4/QtCore/qstring.h:727: note:                 
QString::QString(const QString&)
/usr/include/qt4/QtCore/qstring.h:106: note:                 
QString::QString(QChar)
/usr/include/qt4/QtCore/qstring.h:105: note:                 
QString::QString(const QChar*)
make[1]: *** [.tmp/fxcontactinfo.o] Error 1
make[1]: Leaving directory `/build/buildd/linux-fetion-2.0.0+svn20100913.r543'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

EXPECTED OUTCOME:

ACTUAL OUTCOME:

LIBFETION VERSION:
OS:

OTHERS:

Original issue reported on code.google.com by libfet...@gmail.com on 13 Sep 2010 at 12:20

GoogleCodeExporter commented 9 years ago
fix in r544.

Original comment by libfet...@gmail.com on 13 Sep 2010 at 12:22