I would like to compile ARToolKit
source code on Linux, download the source code, and in accordance with the ARToolKit
document, configuration GLUT
, OpenGL
, libjpeg
other libraries.
Go to the ARToolKit
directory and type ./Configer
Configer information image.
Enter the make
command,The error occurs.
What are the causes of these errors? How can I solve? thanks.
according to your configuration screenshot you miss a gstreamer installation. Please do: sudo apt-get install libgstreamer0.10-dev
see here for more information: http://artoolkit.org/documentation/doku.php?id=8_Advanced_Topics:build_artoolkit
Let me know if that works for you
Edit: Just saw that there are 3 more comments and that you already installed libgstreamer to fix the issue thanks to Michael O.