Building a project on ubuntu - will not link - undefined reference Topic is solved

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.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7477
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Building a project on ubuntu - will not link - undefined reference

Post by ONEEYEMAN »

Hi,
I don't know how Ubuntu handles dependencies, but you may manually install webkit-gtk and/or gstreamer to satisfy them.

Thank you.
DavidKlecker
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 232
Joined: Sun Nov 29, 2009 10:35 am

Re: Building a project on ubuntu - will not link - undefined reference

Post by DavidKlecker »

DavidHart wrote:
So I have the correct development libraries installed, yet error continues to come up
Do:
sudo apt-cache search wxgtk
(or look in e.g. synaptic) and you'll see that the media and webview libs and dev packages are separate. You need to install whichever of those that you need and aren't currently installed.
This was the ultimate solution here however some of the information in the past responses helped too.

Thank you!
Post Reply