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
Original issue reported on code.google.com by
andreas....@googlemail.com
on 15 Jan 2013 at 4:17