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><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>
<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>