<div dir="ltr">Hi Christian,<div><br></div><div>It's hard to tell without seeing the error message but I'd guess the problem is you need to link against against libXft</div><div><br></div><div>See the topic here on gerrit for how to add the lib using CMake  <a href="http://review.source.kitware.com/#/t/2433/">http://review.source.kitware.com/#/t/2433/</a> (but change the location in the source tree for your needs)</div>
<div><br></div><div>If you're going it alone on the command line add "-lXft"</div><div><br></div><div>If it's not this, post your build error message.</div><div><br></div><div>hth</div><div><br></div><div>
Goodwin</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Dec 25, 2013 at 5:04 PM, z3r0x <span dir="ltr"><<a href="mailto:christian.sandrini@me.com" target="_blank">christian.sandrini@me.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
I am trying to migrate to VTK6 and am having linking problems when using<br>
<br>
c++ -o loch -Wall  lxTR.o lxOGLFT.o lxSetup.o lxRender.o lxWX.o lxImgIO.o<br>
lxLRUD.o lxFile.o lxSTree.o lxData.o lxMath.o lxSView.o lxSScene.o lxGUI.o<br>
lxGLC.o lxOptDlg.o lxAboutDlg.o img.o -lz -L/usr/X11R6/lib<br>
-lwx_osx_cocoau_gl-2.9 -L/usr/local/Cellar/wxmac/<a href="http://2.9.5.0/lib" target="_blank">2.9.5.0/lib</a>   -framework<br>
IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework<br>
System -framework OpenGL -framework QuickTime -lwx_osx_cocoau-2.9<br>
-L/usr/local/lib/vtk-6.0 -lvtkHybrid -lvtkImaging -lvtkIO -lvtkGraphics<br>
-lvtkFiltering -lvtkCommon -lvtkjpeg -lvtkpng -lvtkzlib -lvtksys -lfreetype<br>
<br>
how should I proceed with that?<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Migration-to-VTK6-tp5725138.html" target="_blank">http://vtk.1045678.n5.nabble.com/Migration-to-VTK6-tp5725138.html</a><br>
Sent from the VTK - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br></div>