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

Need to install libxxf86vm-dev package for Linux build #142

Open
ghpenguin opened this issue Mar 19, 2023 · 0 comments
Open

Need to install libxxf86vm-dev package for Linux build #142

ghpenguin opened this issue Mar 19, 2023 · 0 comments

Comments

@ghpenguin
Copy link

In Devuan Linux, source build failed at the linking stage.

[ 97%] Building C object CMakeFiles/InstantMeshes.dir/ext/rply/rply.c.o
[ 98%] Linking CXX executable "Instant Meshes"
/usr/bin/ld: cannot find -lXxf86vm
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/InstantMeshes.dir/build.make:435: Instant Meshes] Error 1
make[1]: *** [CMakeFiles/Makefile2:183: CMakeFiles/InstantMeshes.dir/all] Error 2
make: *** [Makefile:149: all] Error 2

After installation libxxf86vm-dev package, it built successfully.
[ 2%] Built target bin2c
[ 15%] Built target glfw_objects
[ 42%] Built target nanogui-obj
[ 43%] Built target nanogui
[ 78%] Built target tbb_static
[ 79%] Linking CXX executable "Instant Meshes"
[ 98%] Built target InstantMeshes
Scanning dependencies of target glfw
[100%] Linking C static library libglfw3.a
[100%] Built target glfw

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