Problems installing wxgtk2.6
Gary Jennejohn
gary.jennejohn at freenet.de
Wed Nov 28 11:45:02 PST 2007
On Wed, 28 Nov 2007 19:56:49 +0100
Jose Antonio Galache <jgalache at tlmat.unican.es> wrote:
> Hi all,
>
> I'm trying to install the wxgtk in my machine (FreeBSD 6.2), but after installing all wxgtk26 ports and trying the compilation of a simple code through the command
>
> #g++ hworld.cpp 'wx-config --libs' 'wx-config --cxxflags' -o hworld ,
>
> I get the following errors:
> - wx-config. Command not found. After googling a bit, theoretically the wx-config should be installed, verifying the version through the command #wx-config --version, but it is not installed at all. I have observed that in the files folder (within the wxgtk26 folder) there is a patch-wx-config.in file.__Should I run this patch in order to install wx-config or is there another better way to install it?.
> - Header files are not found. This goes with the fact that the path for '#include files' is not well specified. __Does it exist any way to set the right path (the one where wxgtk is installed) do that the '#include files' are found?. I have modified the LD_LIBRARY_PATH and run ldconfig, but it hasn't worked.
>
> I installed first wxgtk2.8, but as there is no patch for wx-config within wxgtk28, I decide to uninstall it and install version 2.6.
>
> Thanks a lot in advance for your help.
>
Hint:
root:peedub:x11-toolkits:bash:27> grep config ./wxgtk26/pkg-plist
bin/wxgtk2-2.6-config
root:peedub:x11-toolkits:bash:28> grep config ./wxgtk28/pkg-plist
bin/wxgtk2-2.8-config
They are named this way to avoid conflicts.
--
Gary Jennejohn
More information about the freebsd-x11
mailing list