Date: Wed, 28 Nov 2007 20:44:59 +0100 From: Gary Jennejohn <gary.jennejohn@freenet.de> To: Jose Antonio Galache <jgalache@tlmat.unican.es> Cc: freebsd-x11@freebsd.org Subject: Re: Problems installing wxgtk2.6 Message-ID: <20071128204459.3838092d@peedub.jennejohn.org> In-Reply-To: <474DB9F1.3020306@tlmat.unican.es> References: <474DB9F1.3020306@tlmat.unican.es>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 28 Nov 2007 19:56:49 +0100 Jose Antonio Galache <jgalache@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071128204459.3838092d>