hvfrancesco / lpmt

little projection mapping tool
http://www.hv-a.com/lpmt
GNU General Public License v3.0
150 stars 37 forks source link

Compilation failure of lpmt #10

Open arunlee opened 8 years ago

arunlee commented 8 years ago

Hi,

I am trying to compile lpmt in an ubuntu 14.04 PC.

The install dependencies of OF is success without any error, but i get the following compilation error.

In file included from ../../OF/openFrameworks/libs/openFrameworks/video/ofGstVideoGrabber.h:3:0, from ../../OF/openFrameworks/libs/openFrameworks/video/ofVideoGrabber.h:31, from ../../OF/openFrameworks/libs/openFrameworks/ofMain.h:96, from /home/aravind2/lpmt/lpmt/src/quad.h:5, from /home/aravind2/lpmt/lpmt/src/markers.cpp:1: ../../OF/openFrameworks/libs/openFrameworks/video/ofGstUtils.h:12:21: fatal error: gst/gst.h: No such file or directory

include <gst/gst.h>

                 ^

compilation terminated. make[1]: * [obj/linux64/Release/src/markers.o] Error 1 make[1]: Leaving directory `/home/aravind2/lpmt/lpmt' make: * [Release] Error 2

Do you know this issue and any resolutions?

regards Arun

Giladx commented 8 years ago

try sudo apt-get install libgstreamer0.10-dev or sudo apt-get install libgstreamer1.0-dev

arunlee commented 8 years ago

Nope it doesn't work. Same error.

regards Arun