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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: