gstreamer compile from source and gst-plugins-base 1.16.2 getting error

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

gstreamer compile from source and gst-plugins-base 1.16.2 getting error

Jerry Geis-2
Hi all,

I am getting this error:

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/bin:/sbin:/bin:/usr/sbin

cc: fatal error: cannot execute âcc1objâ: execvp: No such file or directory
compilation terminated.
cc: fatal error: cannot execute âcc1objâ: execvp: No such file or directory
compilation terminated.
The Meson build system
Version: 0.53.2
Source dir: gst-plugins-base-1.16.2
Build dir: gst-plugins-base-1.16.2/build
Build type: native build
Project name: gst-plugins-base
Project version: 1.16.2

meson build --prefix=/usr  --libdir=/usr/lib/x86_64-linux-gnu
ninja -C build
ninja -C build install


Other parts like gstreamer-1.16.2 with the same build commands work just fine.
What is up ?

Jerry


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer compile from source and gst-plugins-base 1.16.2 getting error - solved

Jerry Geis-2
Seems I did not have installed gobjc  "apt -y install gobjc"

Installing that the error no longer prints.  I had installed "build-essential" before. I did not know the difference. Glad it's working now.
Thanks

Jerry

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel