<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Lucian Goron wrote:
<blockquote
 cite="mid:AANLkTik1_nI4dt8DrKEQS554iaPDyWAXT__8UKKRyip_@mail.gmail.com"
 type="cite">Back to square one ! <br>
I solved all the VTK problems, and now it gives me the same error as in
the beginning.<br>
  <br>
  <font style="font-family: courier new,monospace;" size="1">goron@schwarz:~/work/ransac/build$
make<br>
Linking CXX executable coloredElevationMap<br>
CMakeFiles/coloredElevationMap.dir/home/goron/work/common/CommonVTKRoutines.cc.o:
In function `Create2xRenderWindowAndInteractorMovie(vtkRenderer*,
vtkRenderer*, char const*, char const*, int, int, int)':<br>
CommonVTKRoutines.cc:(.text+0xa720): undefined reference to
`vtkFFMPEGWriter::New()'<br>
CMakeFiles/coloredElevationMap.dir/home/goron/work/common/CommonVTKRoutines.cc.o:
In function `Create4xRenderWindowAndInteractorMovie(vtkRenderer*,
vtkRenderer*, vtkRenderer*, vtkRenderer*, char const*, char const*,
int, int, int)':<br>
CommonVTKRoutines.cc:(.text+0xad84): undefined reference to
`vtkFFMPEGWriter::New()'<br>
CMakeFiles/coloredElevationMap.dir/home/goron/work/common/CommonVTKRoutines.cc.o:
In function `CreateRenderWindowAndInteractorMovie(vtkRenderer*, char
const*, char const*, int, int, int)':<br>
CommonVTKRoutines.cc:(.text+0xb6e3): undefined reference to
`vtkFFMPEGWriter::New()'<br>
collect2: ld returned 1 exit status<br>
make[2]: *** [coloredElevationMap] Error 1<br>
make[1]: *** [CMakeFiles/coloredElevationMap.dir/all] Error 2<br>
make: *** [all] Error 2<br>
goron@schwarz:~/work/ransac/build$</font><br>
  <br>
Yet again the error itself is not important, but the <br>
  <br>
  <font style="font-family: courier new,monospace;" size="1">(.text+0xa720)<br>
  </font><font style="font-family: courier new,monospace;" size="1">(.text+0xad84)<br>
  </font><font style="font-family: courier new,monospace;" size="1">(.text+0xb6e3)</font><br>
  <font style="font-family: courier new,monospace;" size="1"><br>
  </font>are ! wasn't it supposed to show me the line number where the
error occurs in <br>
  <br>
  <font style="font-family: courier new,monospace;" size="1">/home/lucian/work/common/CommonVTKRoutines.cc</font><br>
  <br>
how can I see the line numbers ?<br>
  <br>
</blockquote>
This is just a straight linki<font face="Times New Roman, Times, serif">ng
problem, you are not linking to all the required libraries, or you </font>have
a preprocessor directive that is not compiling this code for you to
link to.&nbsp; Either way you need to find <font
 face="Courier New, Courier, monospace">"</font>vtkFFMPEGWriter::New()"
and decide which of these two issues is applicable to you.&nbsp; There is no
line number to see.&nbsp; It is talking about a location in an object file,
not a text file.<br>
<blockquote
 cite="mid:AANLkTik1_nI4dt8DrKEQS554iaPDyWAXT__8UKKRyip_@mail.gmail.com"
 type="cite"><br>
  <br>
Michael, thank you for your advice. So for I did this<br>
  <br>
  <font size="1"><span style="font-family: courier new,monospace;">goron@schwarz:~/work/ransac/build$
cmake .</span><br style="font-family: courier new,monospace;">
  <span style="font-family: courier new,monospace;">-- Configuring done</span><br
 style="font-family: courier new,monospace;">
  <span style="font-family: courier new,monospace;">-- Generating done</span><br
 style="font-family: courier new,monospace;">
  <span style="font-family: courier new,monospace;">-- Build files have
been written to: /home/goron/work/ransac/build</span><br
 style="font-family: courier new,monospace;">
  <span style="font-family: courier new,monospace;">goron@schwarz:~/work/ransac/build$
  </span></font><br>
&nbsp;<br>
but the end result is the same. It still won't show me the line numbers
were the error occurs in <br>
  <br>
  <font style="font-family: courier new,monospace;" size="1">/home/lucian/work/common/CommonVTKRoutines.cc</font><br>
  <br>
Do you know what else should I try ?<br>
Or anybody, for that matter ? <br>
  <br>
Cheers, <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the CMake FAQ at: <a class="moz-txt-link-freetext" href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a></pre>
</blockquote>
</body>
</html>