RE: [wxVTK] cannot find -lvtkHybrid
Brought to you by:
malat
|
From: Nigel N. <nN...@au...> - 2005-11-12 02:06:40
|
Hi Francesco,
vtkHybrid is optional (including GUI widgets, etc.)
You need to tell CMake to make vtkHybrid.
Nigel
-----Original Message-----
From: wxv...@li...
On Behalf Of Francesco Montorsi
Sent: Saturday, 12 November 2005 9:40 AM
To: wxv...@li...
Subject: [wxVTK] cannot find -lvtkHybrid
Hi,
I did:
1) compiled CMake on my FC4 (64bit) with GCC 4
2) compiled VTK-4.4; almost all samples compile & run without problems
3) tried to compile wxVTK.=20
After a successfull "cmake ." I get the following:
[frm@Linux wxVTK]$ make
Linking CXX executable bin/Sample
/usr/bin/ld: cannot find -lvtkHybrid
collect2: ld returned 1 exit status
make[2]: *** [bin/Sample] Error 1
make[1]: *** [CMakeFiles/Sample.dir/all] Error 2
make: *** [all] Error 2
and in fact, I cannot find any vtkHybrid in the "bin" folder of VTK:
[snip]
So, why wxVTK tried to link against vtkHybrid ?
I've compiled wx2.7.0 (cvs) with opengl and static options=20
enabled, if that makes any difference.
Thanks,
Francesco Montorsi
|