Skip to content
This repository has been archived by the owner on May 7, 2018. It is now read-only.

Missing file: gst/gst.h #39

Open
angristan opened this issue Sep 8, 2017 · 4 comments
Open

Missing file: gst/gst.h #39

angristan opened this issue Sep 8, 2017 · 4 comments

Comments

@angristan
Copy link

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
@krofna
Copy link
Member

krofna commented Sep 8, 2017

Try libnpengine-new

@angristan
Copy link
Author

That's the one I'm using. I followed the instructions on http://dev.pulsir.eu/krofna/download.php and http://dev.pulsir.eu/krofna/docs.php

@krofna
Copy link
Member

krofna commented Sep 8, 2017

Can you try reverting f2e0c402da09a5476470c582eca72eb9a454e572 ?

@angristan
Copy link
Author

It worked, thanks.

(Also sorry for opening an issue in the wrong repo. :))

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants