AlanaMelo / b-tk

Automatically exported from code.google.com/p/b-tk
0 stars 0 forks source link

Mokka fails to compile on Ubuntu 12.10 because of wrong include path to FileFormatXMove.h #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout trunk revision 1515
2. configure using cmake
3. run make

What is the expected output? What do you see instead?
proper compilation, but instead I get:
Open3DMotion/MotionFile/Formats/XMOVE/FileFormatXMove.h: File or directory not 
found.

What version of the product are you using? On what operating system?
revision 1515, Ubuntu 12.10 64bit, vtk-5.8 (provided by ubuntu)

Please provide any additional information below.
Changing line 40 in the file from:
#include "Open3DMotion/MotionFile/Formats/XMOVE/FileFormatXMove.h"
to:
#include "Open3DMotion/MotionFile/Formats/XMove/FileFormatXMove.h"
solves the problem for me.

Original issue reported on code.google.com by andreas....@googlemail.com on 15 Jan 2013 at 4:17

GoogleCodeExporter commented 8 years ago
Thanks to your report. The problem is now fixed in the revision r1516.

Original comment by arnaud.barre on 16 Jan 2013 at 8:05