You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
Trying to configure with different versions of aten on ubuntu16.04LTS
recieving same error with each version. Cmake is complete but make fails to link executable binary
got this when I re-etered : make
~/aten-2.1.7/src$ make
[ 1%] Built target plugins
[ 59%] Built target gui
[ 60%] Built target treegui
[ 60%] Built target fourierdata
[ 61%] Built target messenger
[ 67%] Built target base
[ 68%] Built target sg
[ 68%] Built target math
[ 73%] Built target command
[ 81%] Built target parser
[ 84%] Built target ff
[ 86%] Built target methods
[ 88%] Built target render
[ 93%] Built target model
[ 96%] Built target main
[100%] Built target undo
[100%] Linking CXX executable bin/aten
/usr/bin/ld: cannot find -lqcustomplot
collect2: error: ld returned 1 exit status
CMakeFiles/aten.dir/build.make:122: recipe for target 'bin/aten' failed
make[2]: *** [bin/aten] Error 1
CMakeFiles/Makefile2:82: recipe for target 'CMakeFiles/aten.dir/all' failed
make[1]: *** [CMakeFiles/aten.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to configure with different versions of aten on ubuntu16.04LTS
recieving same error with each version. Cmake is complete but make fails to link executable binary
got this when I re-etered : make
~/aten-2.1.7/src$ make
[ 1%] Built target plugins
[ 59%] Built target gui
[ 60%] Built target treegui
[ 60%] Built target fourierdata
[ 61%] Built target messenger
[ 67%] Built target base
[ 68%] Built target sg
[ 68%] Built target math
[ 73%] Built target command
[ 81%] Built target parser
[ 84%] Built target ff
[ 86%] Built target methods
[ 88%] Built target render
[ 93%] Built target model
[ 96%] Built target main
[100%] Built target undo
[100%] Linking CXX executable bin/aten
/usr/bin/ld: cannot find -lqcustomplot
collect2: error: ld returned 1 exit status
CMakeFiles/aten.dir/build.make:122: recipe for target 'bin/aten' failed
make[2]: *** [bin/aten] Error 1
CMakeFiles/Makefile2:82: recipe for target 'CMakeFiles/aten.dir/all' failed
make[1]: *** [CMakeFiles/aten.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: