Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build? #1

Open
spaceone opened this issue Mar 4, 2019 · 0 comments
Open

How to build? #1

spaceone opened this issue Mar 4, 2019 · 0 comments

Comments

@spaceone
Copy link

spaceone commented Mar 4, 2019

It's not clear how to build the package e.g. under debian:

I installed libgsl-dev libgsl23 but get the following error:

CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):                                                                                                                                               │··································
  Could NOT find GSL (missing: GSL_LIBRARY_1 GSL_LIBRARY_2)  

There are also a lot of other warnings/errors about missing files:

-- The imported target "vtkRenderingPythonTkWidgets" references the file                                                                                                                                                                      │··································
   "/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so"                                                                                                                                                                              │··································
but this file does not exist.  Possible reasons include:                                                                                                                                                                                      │··································
* The file was deleted, renamed, or moved to another location.                                                                                                                                                                                │··································
* An install or uninstall procedure did not complete successfully.                                                                                                                                                                            │··································
* The installation package was faulty and contained                                                                                                                                                                                           │··································
   "/usr/lib/cmake/vtk-7.1/VTKTargets.cmake"                                                                                                                                                                                                  │··································
but not all the files it references.                                                                                                                                                                                                          │··································
                                                                                                                                                                                                                                              │··································
-- The imported target "vtk" references the file                                                                                                                                                                                              │··································
   "/usr/bin/vtk"                                                                                                                                                                                                                             │··································
but this file does not exist.  Possible reasons include:                                                                                                                                                                                      │··································
* The file was deleted, renamed, or moved to another location.                                                                                                                                                                                │··································
* An install or uninstall procedure did not complete successfully.                                                                                                                                                                            │··································
* The installation package was faulty and contained                                                                                                                                                                                           │··································
   "/usr/lib/cmake/vtk-7.1/VTKTargets.cmake"                                                                                                                                                                                                  │··································
but not all the files it references.                                                                                                                                                                                                          │··································
                                                                                                                                                                                                                                              │··································
-- The imported target "pvtk" references the file                                                                                                                                                                                             │··································
   "/usr/bin/pvtk"                                                                                                                                                                                                                            │··································
but this file does not exist.  Possible reasons include:                                                                                                                                                                                      │··································
* The file was deleted, renamed, or moved to another location.                                                                                                                                                                                │··································
* An install or uninstall procedure did not complete successfully.                                                                                                                                                                            │··································
* The installation package was faulty and contained                                                                                                                                                                                           │··································
   "/usr/lib/cmake/vtk-7.1/VTKTargets.cmake"                                                                                                                                                                                                  │··································
but not all the files it references.   

Also it seems libboost is a build dependency? but not listed in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant