<br><div class="gmail_quote">On Sat, May 30, 2009 at 12:28 PM, Gabriele <span dir="ltr"><<a href="mailto:zibalmail@gmail.com">zibalmail@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks David,<br>
<br>
So, is this a known bug?<br>
<br>
Recompiling with your patch is not that easy for me as I am on a managed machine. I have just tried to compile VTK on my home directory and everything seemed to go fine, but when I later tried to compile my application (which uses vtk), I get all sort of undefined reference errors at link time, mainly opengl related...<br>
<br>
I'll keep trying, but if anyone has a guess it'll be highly appreciated.<br>
<br>
Cheers,<br>
G<br>
<br></blockquote><div><br>Gabriele -<br>
<br>
It's not a bug - it seems like it has been left out on purpose since
vtkOBJWriter does not exist. We'll leave it to the experts to explain
why, but it seems to me that OBJ is a very commonly used format that it
would be convenient to be able to read and write to.<br>
<br>
I'd say you have to change your PATH to reflect the new location of
your vtk libraries, are you using window or linux? In linux you'd put
something like this in your ~/.bashrc :<br>
<br>
export VTK_DIR="/home/your_user_name/bin/VTK"<br>
<br>
I don't know why the linking errors would be openGL specific though. Can you show us the exact errors you are getting?<br>
<br clear="all">Thanks,<br><br>David <br></div></div>