Bug 52946 - compile error in smoke/qt/x_QDomElement.cpp post RC6 KDE_3_1_BRANCH cvs
Summary: compile error in smoke/qt/x_QDomElement.cpp post RC6 KDE_3_1_BRANCH cvs
Status: RESOLVED FIXED
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-13 12:22 UTC by jeremyhu
Modified: 2003-07-14 17:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jeremyhu 2003-01-13 12:22:02 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.2.1 
OS:          Linux

make[3]: Entering directory `/opt/src/kde/kdebindings/smoke/qt'
source='x_QDomElement.cpp' object='x_QDomElement.lo' libtool=yes \
depfile='.deps/x_QDomElement.Plo' tmpdepfile='.deps/x_QDomElement.TPlo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/opt/kde-3/include -I/opt/qt/include -I/usr/X11R6/include  -I/usr/local/include  -DQT_THREAD_SUPPORT -I/opt/Mesa3D/include -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -march=pentium2 -O3 -pipe -fomit-frame-pointer -fno-exceptions -fno-check-new  -c -o x_QDomElement.lo `test -f 'x_QDomElement.cpp' || echo './'`x_QDomElement.cpp
x_QDomElement.cpp: In member function `void
   x_QDomElement::x_8(Smoke::StackItem*)':
x_QDomElement.cpp:55: call of overloaded `setAttribute(const QString&, long int
   )' is ambiguous
/opt/qt/include/qdom.h:469: candidates are: void
   QDomElement::setAttribute(const QString&, int)
/opt/qt/include/qdom.h:470:                 void
   QDomElement::setAttribute(const QString&, unsigned int)
/opt/qt/include/qdom.h:471:                 void
   QDomElement::setAttribute(const QString&, double)
x_QDomElement.cpp: In member function `void
   x_QDomElement::x_9(Smoke::StackItem*)':
x_QDomElement.cpp:60: call of overloaded `setAttribute(const QString&, long
   unsigned int)' is ambiguous
/opt/qt/include/qdom.h:469: candidates are: void
   QDomElement::setAttribute(const QString&, int)
/opt/qt/include/qdom.h:470:                 void
   QDomElement::setAttribute(const QString&, unsigned int)
/opt/qt/include/qdom.h:471:                 void
   QDomElement::setAttribute(const QString&, double)
Comment 1 Dirk Mueller 2003-07-14 17:31:33 UTC
please upgrade to a newer kdebindings release.