Compiling using gstreamer and gtk3

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
denniswagoner
In need of some credit
In need of some credit
Posts: 2
Joined: Tue Dec 04, 2018 12:38 pm

Compiling using gstreamer and gtk3

Post by denniswagoner »

I am experimenting with a wxWidgets app on Ubuntu 18.04. I am doing some develop using gstreamer and need to attach a gtk window to a wxnativewindow object. When building the project I keep getting the load failure message for -lwx_gtk3u_unofficial3_gtk-3.1. My wxWidgets version is 3.1.3, I am using Codelite 13.0.4, I have downloaded gstreamer 1.0 and gtk3, and can access those files and libraries with no problem. I can also see many gtk3u unoffical3 libraries, just not one for gtk-3.1.

I have search high and low. Where do I find this library?
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Compiling using gstreamer and gtk3

Post by ONEEYEMAN »

Hi,
Did you build wxWidgets?

Thank you.
stahta01
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 548
Joined: Fri Nov 03, 2006 2:00 pm

Re: Compiling using gstreamer and gtk3

Post by stahta01 »

Try looking for a wxgtk dev package?

Tim S.
Post Reply