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

Compilation failure of lpmt #10

Open
arunlee opened this issue Dec 1, 2015 · 2 comments
Open

Compilation failure of lpmt #10

arunlee opened this issue Dec 1, 2015 · 2 comments

Comments

@arunlee
Copy link

arunlee commented Dec 1, 2015

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
Copy link

Giladx commented Dec 1, 2015

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

@arunlee
Copy link
Author

arunlee commented Dec 1, 2015

Nope it doesn't work. Same error.

regards
Arun

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

2 participants