From: <luk...@o2...> - 2008-07-17 18:07:23
|
Hello, I am struggling with following problem: I've built qwtplot3d with mingw32 (v.5.1.4) on my Windoze XP sp2. I am trying to run some examples project, but my IDE (CodeBlocks v. 8.02) returns the following compilation report: /*******************************************************************************************/ Compiling: ..\..\Desktop\qwtplot3d\examples\autoswitch\autoswitchM.cpp Compiling: ..\..\Desktop\qwtplot3d\examples\autoswitch\autoswitch.cpp Linking executable: C:\Documents and Settings\Lukasz\Moje dokumenty\CppProjects\CodeBlocks\Diff3Dplot.exe Info: resolving Qwt3D::SurfacePlot::staticMetaObject by linking to __imp___ZN5Qwt3D11SurfacePlot16staticMetaObjectE (auto-import) Info: resolving vtable for Qwt3D::Functionby linking to __imp___ZTVN5Qwt3D8FunctionE (auto-import) .objs\Desktop\qwtplot3d\examples\autoswitch\autoswitch.o(.text$_ZN5Qwt3D8FunctionD2Ev[Qwt3D::Function::~Function()]+0xb):autoswitch.cpp: variable 'vtable for Qwt3D::Function' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details. collect2: ld returned 1 exit status Process terminated with status 1 (0 minutes, 6 seconds) 0 errors, 0 warnings /*******************************************************************************************/ I've created the moc file with qt's meta object tool, and added the output .cpp file to the project. The project is linked against the libs created during the qwtplot3d build process. Can Anybody help me with this issue? Best, Lukasz |