[taskjuggler-devel] svn compile problem

From: zebulon (zzebulonn_at_hotmail.com)
Date: Mon Nov 14 2005 - 01:08:53 CET


From: zebulon <zzebulonn@hotmail.com>
Message-ID: <181c.4377d595@www.taskjuggler.org>
Date: Mon, 14 Nov 2005 01:08:53 +0100 (CET)
Subject: [taskjuggler-devel] svn compile problem


whith the 11/11/2005 svn source under macosx i've the following error:

/sw/bin/moc ./taskjuggler.h -o taskjuggler.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../taskjuggler -I/sw/include -I/sw/lib/qt3mac/include -I/usr/X11R6/include -I/sw/include -DQT_THREAD_SUPPORT -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -MT taskjuggler.o -MD -MP -MF ".deps/taskjuggler.Tpo" -c -o taskjuggler.o taskjuggler.cpp; \
then mv -f ".deps/taskjuggler.Tpo" ".deps/taskjuggler.Po"; else rm -f ".deps/taskjuggler.Tpo"; exit 1; fi
taskjuggler.cpp: In member function `void TaskJuggler::enableActions(bool)':
taskjuggler.cpp:206: error: no match for `std::_Rb_tree_iterator<const char*,
   const char* const&, const char* const*> != int' operator
/sw/lib/qt3mac/include/qcstring.h:308: error: candidates are: bool
   operator!=(const QCString&, const QCString&)
/sw/lib/qt3mac/include/qcstring.h:311: error: bool
   operator!=(const QCString&, const char*)
/sw/lib/qt3mac/include/qcstring.h:314: error: bool
   operator!=(const char*, const QCString&)
/sw/lib/qt3mac/include/qstring.h:318: error: bool
   operator!=(QChar, QChar)
/sw/lib/qt3mac/include/qstring.h:323: error: bool
   operator!=(char, QChar)
/sw/lib/qt3mac/include/qstring.h:328: error: bool
   operator!=(QChar, char)
/sw/lib/qt3mac/include/qstring.h:1014: error: bool
   operator!=(const QString&, const QString&)
/sw/lib/qt3mac/include/qstring.h:1021: error: bool
   operator!=(const QString&, const char*)
/sw/lib/qt3mac/include/qstring.h:1027: error: bool
   operator!=(const char*, const QString&)
/sw/lib/qt3mac/include/qpoint.h:151: error: bool
   operator!=(const QPoint&, const QPoint&)
/sw/lib/qt3mac/include/qsize.h:165: error: bool
   operator!=(const QSize&, const QSize&)
/sw/lib/qt3mac/include/qrect.h:152: error: bool
   operator!=(const QRect&, const QRect&)
make[3]: *** [taskjuggler.o] Error 1
make[2]: *** [all-recursive] Error 1

removing the test allow the build to complete

-- 
To unsubscribe, email: taskjuggler-devel-unsubscribe@suse.com
For additional commands, email: taskjuggler-devel-help@suse.com


This archive was generated by hypermail 2.1.7 : Mon Nov 14 2005 - 01:08:56 CET