i am running OS: openSUSE 11.3 and have some difficulty compiling.
the error message is as follows:
cousac@linux-zwvc:~/stonesense/build> sudo make
Linking CXX executable ../stonesense
CMakeFiles/stonesense.dir/MapLoading.cpp.o: In function `FollowCurrentDFWindow()':
MapLoading.cpp:(.text+0xa4a2): undefined reference to `DFHack::Context::getPosition()'
MapLoading.cpp:(.text+0xa4f4): undefined reference to `DFHack::Position::getWindowSize(int&, int&)'
MapLoading.cpp:(.text+0xa523): undefined reference to `DFHack::Position::getViewCoords(int&, int&, int&)'
CMakeFiles/stonesense.dir/MapLoading.cpp.o: In function `FollowCurrentDFCenter()':
MapLoading.cpp:(.text+0xa6a0): undefined reference to `DFHack::Context::getPosition()'
MapLoading.cpp:(.text+0xa6c0): undefined reference to `DFHack::Position::getWindowSize(int&, int&)'
MapLoading.cpp:(.text+0xa6dd): undefined reference to `DFHack::Position::getViewCoords(int&, int&, int&)'
CMakeFiles/stonesense.dir/MapLoading.cpp.o: In function `ReadMapSegment(DFHack::Context&, int, int, int, int, int, int)':
MapLoading.cpp:(.text+0x13b45): undefined reference to `DFHack::Context::getPosition()'
MapLoading.cpp:(.text+0x13dbf): undefined reference to `DFHack::Position::getCursorCoords(int&, int&, int&)'
MapLoading.cpp:(.text+0x13e5e): undefined reference to `DFHack::Maps::ReadLocalFeatures(std::map<DFHack::planecoord, std::vector<DFHack::t_feature*, std::allocator<DFHack::t_feature*> >, std::less<DFHack::planecoord>, std::allocator<std::pair<DFHack::planecoord const, std::vector<DFHack::t_feature*, std::allocator<DFHack::t_feature*> > > > >&)'
collect2: ld returned 1 exit status
make[2]: *** [../stonesense] Error 1
make[1]: *** [CMakeFiles/stonesense.dir/all] Error 2
make: *** [all] Error 2
Where did I go wrong?