使用cmake的debian jessie(8.0)上的box2d编译问题

使用cmake的debian jessie(8.0)上的box2d编译问题,box2d,Box2d,我想用cmake在debian jessie(8.0)上编译box2d。 我遵循了Readme.txt和Building.txt文件中的每一步,但它没有编译 $git clone https://github.com/erincatto/Box2D.git 然后我完全按照Building.txt告诉我的做了: $cd Box2D/Build cmake -DBOX2D_INSTALL=ON -DBOX2D_BUILD_SHARED=ON .. make make install 现在

我想用cmake在debian jessie(8.0)上编译box2d。 我遵循了Readme.txt和Building.txt文件中的每一步,但它没有编译

$git clone https://github.com/erincatto/Box2D.git
然后我完全按照Building.txt告诉我的做了:

$cd Box2D/Build
cmake -DBOX2D_INSTALL=ON -DBOX2D_BUILD_SHARED=ON ..
make
make install    
现在我得到的是:

[...]
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so  
You have called ADD_LIBRARY for library glfw without any source files. This typically indicates a problem with your CMakeLists.txt file
-- Configuring done
CMake Error at Testbed/CMakeLists.txt:84 (add_executable):
  Cannot find source file:

    Framework/imgui.h

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx


CMake Error: Cannot determine link language for target "glfw".
CMake Error: CMake can not determine linker language for target: glfw
-- Generating done
-- Build files have been written to: /home/stuv/mywork/programming/c/lib/Box2D/Box2D/Build

我希望这里有人能帮我。

我已经把粘贴箱移到了问题的位置。尝试在问题中包含所有信息。我已将粘贴箱移至问题。尽量把所有信息都包括在问题中。