Skip to Content.
Sympa Menu

cgal-discuss - installation problem CGAL 3.2.1 +QT on linux

Subject: CGAL users discussion list

List archive

installation problem CGAL 3.2.1 +QT on linux


Chronological Thread 
  • From:
  • To:
  • Subject: installation problem CGAL 3.2.1 +QT on linux
  • Date: Fri, 16 Mar 2007 07:16:03 +0100

Hi All,

Hope this is the place to e-mail this to.

When installing CGAL 3.2.1 on T60 IBM running Ubuntu linux kernel
2.6.17-10, BOOST 1.33.1, QT 3.3.7 (I also tried other 3.x versions),
using:

./install_cgal --BOOST_INCL_DIR /usr/local/include/boost-1_33_1
--BOOST_LIB_DIR /usr/local/lib --with-QT3MT --QT_INCL_DIR
/usr/local/qt/include" -i


All tests run fine, QT, BOOST, X11 is found fine, but when I compile CGAL:

libCGALQt static library fails to compile when attempting to compile
Kinetic_Qt_widget_2_core.cpp

--------------------------------------------
Kinetic_Qt_window_2.moc:30: error: no `void
CGAL::Kinetic::internal::Qt_window_2::initMetaObject()' member function
declared in class `CGAL::Kinetic::internal::Qt_window_2'
Kinetic_Qt_window_2.moc: In member function `void
CGAL::Kinetic::internal::Qt_window_2::initMetaObject()':
Kinetic_Qt_window_2.moc:34: error: `badSuperclassWarning' undeclared (first
use
this function)
Kinetic_Qt_window_2.moc:34: error: (Each undeclared identifier is reported
only
once for each function it appears in.)
Kinetic_Qt_window_2.moc: At global scope:
Kinetic_Qt_window_2.moc:41: error: prototype for `QString
CGAL::Kinetic::internal::Qt_window_2::tr(const char*)' does not match any in
class `CGAL::Kinetic::internal::Qt_window_2'
/home/alena/CGAL-3.2.1/include/CGAL/Kinetic/IO/internal/Qt_window_2.h:53:
error: candidate
is: static QString CGAL::Kinetic::internal::Qt_window_2::tr(const char*,
const char*)
Kinetic_Qt_window_2.moc: In static member function `static QMetaObject*
CGAL::Kinetic::internal::Qt_window_2::staticMetaObject()':
Kinetic_Qt_window_2.moc:68: error: no matching function for call to `
QMetaObject::new_metaobject(const char[37], const char[14], int, int, int,
int, int, int, int, int, int, int)'
/usr/local/qt/include/qmetaobject.h:211: error: candidates are: static
QMetaObject* QMetaObject::new_metaobject(const char*, QMetaObject*, const
QMetaData*, int, const QMetaData*, int, const QMetaProperty*, int, const
QMetaEnum*, int, const QClassInfo*, int)
/usr/local/qt/include/qmetaobject.h:219: error: static
QMetaObject* QMetaObject::new_metaobject(const char*, QMetaObject*, const
QMetaData*, int, const QMetaData*, int, const QMetaProperty*, int, const
QMetaEnum*, int, bool (*)(QObject*, int, int, QVariant*), const QClassInfo*,
int)
Kinetic_Qt_window_2.moc:69: error: `set_slot_access' undeclared (first use
this
function)
-------------------------------
If I compile CGAL 3.2.0 it compiles fine with QT 3.3.7 and other 3.x.

Any help is greatly appreciated!

Thanks,
Alena



Archive powered by MHonArc 2.6.16.

Top of Page