how do you install wx-config in FreeBSD? Topic is solved

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
wwuster
Knows some wx things
Knows some wx things
Posts: 37
Joined: Mon Oct 31, 2005 7:23 am

how do you install wx-config in FreeBSD?

Post by wwuster »

I'm running FreeBSD 6.0 and have installed
wxgtk2-2.6.2_1 and wxgtk2-common-2.6.2.

VLC runs fine so I know that wxwidges is installed correctly. But I want to install the wxsamples and compile them. I copied wxsamples manually and try to compile using a script from an older freebsd system but it wants wx-config and I can't find out how to get that installed using the ports. Which port would include that?

thanks,
William
wwuster
Knows some wx things
Knows some wx things
Posts: 37
Joined: Mon Oct 31, 2005 7:23 am

Post by wwuster »

I had to create wx-config with a symbolic link for freebsd:

ln -sf /usr/X11R6/bin/wxgtk2-2.6-config wx-config
Post Reply