Subject: CGAL users discussion list
List archive
- From: ayongwust_sjtu <>
- To:
- Subject: [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo
- Date: Thu, 17 May 2012 18:20:24 -0700 (PDT)
Thanks, Andreas Fabri.
You are right. Cmake warns the include folder of QGLViewer can not be found.
After setting the path, polyheron demo project can be generated by using
cmake.
Unfornately, the compilation failed.
Most errors like this. Perhaps this is the problem pointed out by Randall.
But I don't know how to get it resolved.
5>Scene_textured_polyhedron_item.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: int __thiscall QColor::red(void)const
"
(__imp_?red@QColor@@QBEHXZ)
referenced in function "void __cdecl
`anonymous namespace'::CGALglcolor(class QColor,int)"
(?CGALglcolor@?A0x382775b3@@YAXVQColor@@H@Z)
5>Scene_textured_polyhedron_item.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: int __thiscall
QColor::green(void)const "
(__imp_?green@QColor@@QBEHXZ)
referenced in
function "void __cdecl `anonymous namespace'::CGALglcolor(class QColor,int)"
(?CGALglcolor@?A0x382775b3@@YAXVQColor@@H@Z)
5>Scene_textured_polyhedron_item.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: int __thiscall QColor::blue(void)const
"
(__imp_?blue@QColor@@QBEHXZ)
referenced in function "void __cdecl
`anonymous namespace'::CGALglcolor(class QColor,int)"
(?CGALglcolor@?A0x382775b3@@YAXVQColor@@H@Z)
5>Scene_textured_polyhedron_item.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: int __thiscall
QColor::alpha(void)const "
(__imp_?alpha@QColor@@QBEHXZ)
referenced in
function "void __cdecl `anonymous namespace'::CGALglcolor(class QColor,int)"
(?CGALglcolor@?A0x382775b3@@YAXVQColor@@H@Z)
5>Scene_textured_polyhedron_item.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: class QColor & __thiscall
QColor::operator=(class QColor const &)"
(__imp_??4QColor@@QAEAAV0@ABV0@@Z)
referenced in function "void __cdecl `anonymous
namespace'::CGALglcolor(class QColor,int)"
(?CGALglcolor@?A0x382775b3@@YAXVQColor@@H@Z)
5>Scene_textured_polyhedron_item.obj : error LNK2019: unresolved external
symbol "__declspec(dllimport) public: class QColor __thiscall
QColor::darker(int)const "
(__imp_?darker@QColor@@QBE?AV1@H@Z)
referenced in
function "void __cdecl `anonymous namespace'::CGALglcolor(class QColor,int)"
(?CGALglcolor@?A0x382775b3@@YAXVQColor@@H@Z)
5>Scene_textured_polyhedron_item.obj : error LNK2001: unresolved external
symbol "public: virtual bool __thiscall QObject::event(class QEvent *)"
(?event@QObject@@UAE_NPAVQEvent@@@Z)
5>Scene_textured_polyhedron_item.obj : error LNK2001: unresolved external
symbol "public: virtual bool __thiscall QObject::eventFilter(class QObject
*,class QEvent *)"
(?eventFilter@QObject@@UAE_NPAV1@PAVQEvent@@@Z)
5>Scene_textured_polyhedron_item.obj : error LNK2001: unresolved external
symbol "protected: virtual void __thiscall QObject::timerEvent(class
QTimerEvent *)"
(?timerEvent@QObject@@MAEXPAVQTimerEvent@@@Z)
5>Scene_textured_polyhedron_item.obj : error LNK2001: unresolved external
symbol "protected: virtual void __thiscall QObject::childEvent(class
QChildEvent *)"
(?childEvent@QObject@@MAEXPAVQChildEvent@@@Z)
5>Scene_textured_polyhedron_item.obj : error LNK2001: unresolved external
symbol "protected: virtual void __thiscall QObject::customEvent(class QEvent
*)"
(?customEvent@QObject@@MAEXPAVQEvent@@@Z)
5>Scene_textured_polyhedron_item.obj : error LNK2001: unresolved external
symbol "protected: virtual void __thiscall QObject::connectNotify(char const
*)"
(?connectNotify@QObject@@MAEXPBD@Z)
-----
-------------
Regards,
Xianyong Liu
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/where-is-QT-SCRIPT-LIB-defined-in-ployhedron-demo-tp4642922p4643935.html
Sent from the cgal-discuss mailing list archive at Nabble.com.
- [cgal-discuss] where is QT_SCRIPT_LIB defined in ployhedron demo, ayongwust_sjtu, 05/17/2012
- Re: [cgal-discuss] where is QT_SCRIPT_LIB defined in ployhedron demo, Laurent Rineau (GeometryFactory), 05/17/2012
- [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, ayongwust_sjtu, 05/17/2012
- Re: [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, Andreas Fabri, 05/17/2012
- Re: [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, Randy Creasi, 05/17/2012
- [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, ayongwust_sjtu, 05/17/2012
- [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, ayongwust_sjtu, 05/17/2012
- Re: [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, Andreas Fabri, 05/17/2012
- [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, ayongwust_sjtu, 05/18/2012
- [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, ayongwust_sjtu, 05/18/2012
- [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, ayongwust_sjtu, 05/18/2012
- [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, ayongwust_sjtu, 05/18/2012
- [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, ayongwust_sjtu, 05/17/2012
- Re: [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, Randy Creasi, 05/17/2012
- Re: [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, Andreas Fabri, 05/17/2012
- [cgal-discuss] Re: where is QT_SCRIPT_LIB defined in ployhedron demo, ayongwust_sjtu, 05/17/2012
- Re: [cgal-discuss] where is QT_SCRIPT_LIB defined in ployhedron demo, Laurent Rineau (GeometryFactory), 05/17/2012
Archive powered by MHonArc 2.6.16.