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 May 7, 2018. It is now read-only.
I'm using Arch Linux, I've also tried with the AUR package.
[angristan@xps]: ~/sg/libnpa>$ cd ../libnpengine/
[angristan@xps]: ~/sg/libnpengine>$ cmake . && make
-- Configuring libnpengine version 0.5.1-2136f25586
-- The CXX compiler identification is GNU 7.1.1
-- Check for working CXX compiler: /bin/c++
-- Check for working CXX compiler: /bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found NPA in /usr/include/libnpa
-- Found GLEW: /usr/include
-- Found JPEG: /usr/lib/libjpeg.so
-- Found PkgConfig: /bin/pkg-config (found version "0.29.2")
-- Checking for module 'gstreamer-1.0 >= '
-- Comparison operator but no version after package name 'gstreamer-1.0' in file '(command line arguments)'
-- Checking for module 'gstreamer-base-1.0 >= '
-- Comparison operator but no version after package name 'gstreamer-base-1.0' in file '(command line arguments)'
-- Checking for module 'gstreamer-app-1.0 >= '
-- Comparison operator but no version after package name 'gstreamer-app-1.0' in file '(command line arguments)'
-- Checking for module 'gstreamer-audio-1.0 >= '
-- Comparison operator but no version after package name 'gstreamer-audio-1.0' in file '(command line arguments)'
-- Checking for module 'gstreamer-fft-1.0 >= '
-- Comparison operator but no version after package name 'gstreamer-fft-1.0' in file '(command line arguments)'
-- Checking for module 'gstreamer-gl-1.0>=1.5.0'
-- Found gstreamer-gl-1.0, version 1.12.2
-- Checking for module 'gstreamer-mpegts-1.0>=1.4.0'
-- Found gstreamer-mpegts-1.0, version 1.12.2
-- Checking for module 'gstreamer-pbutils-1.0 >= '
-- Comparison operator but no version after package name 'gstreamer-pbutils-1.0' in file '(command line arguments)'
-- Checking for module 'gstreamer-tag-1.0 >= '
-- Comparison operator but no version after package name 'gstreamer-tag-1.0' in file '(command line arguments)'
-- Checking for module 'gstreamer-video-1.0 >= '
-- Comparison operator but no version after package name 'gstreamer-video-1.0' in file '(command line arguments)'
-- Found GStreamer: GSTREAMER_INCLUDE_DIRS;GSTREAMER_LIBRARIES;GSTREAMER_VERSION;GSTREAMER_BASE_INCLUDE_DIRS;GSTREAMER_BASE_LIBRARIES
-- Found FLEX: /bin/flex (found version "2.6.4")
-- Found BISON: /bin/bison (found version "3.0.4")
-- Checking for one of the modules 'sdl2'
-- Checking for one of the modules 'libpng'
-- Checking for one of the modules 'pangocairo'
-- Configuring done
-- Generating done
-- Build files have been written to: /home/angristan/sg/libnpengine
[ 5%] [FLEX][lexer] Building scanner with flex 2.6.4
[ 10%] [BISON][parser] Building parser with bison 3.0.4
/home/angristan/sg/libnpengine/src/parser.y:22.9-18: avertissement: %define variable 'api.prefix' requires '{...}' values [-Wdeprecated]
%define api.prefix xml
^^^^^^^^^^
Scanning dependencies of target npengine
[ 15%] Building CXX object CMakeFiles/npengine.dir/src/Window.cpp.o
[ 21%] Building CXX object CMakeFiles/npengine.dir/src/NSBInterpreter.cpp.o
In file included from /home/angristan/sg/libnpengine/include/Movie.hpp:21:0,
from /home/angristan/sg/libnpengine/src/NSBInterpreter.cpp:23:
/home/angristan/sg/libnpengine/include/Playable.hpp:21:10: erreur fatale: gst/gst.h : Aucun fichier ou dossier de ce type
#include <gst/gst.h>
^~~~~~~~~~~
compilation terminée.
make[2]: *** [CMakeFiles/npengine.dir/build.make:98: CMakeFiles/npengine.dir/src/NSBInterpreter.cpp.o] エラー 1
make[1]: *** [CMakeFiles/Makefile2:68: CMakeFiles/npengine.dir/all] エラー 2
make: *** [Makefile:152: all] エラー 2
The text was updated successfully, but these errors were encountered:
I'm using Arch Linux, I've also tried with the AUR package.
The text was updated successfully, but these errors were encountered: