Hi skolnick
gtk has been installed with pkg-get -i gtk
pkg-get -i gtk
WARNING: gpg not found
No worries... you already have version 1.2.10 of gtk
pkg-get -i gtk2
WARNING: gpg not found
No worries... you already have version 2.6.4,REV=2005.04.13 of gtk2
If you doubt this message, run 'pkg-get -U', then run
'pkg-get upgrade gtk2'
wxGTK-2.4.1 has been downloaded and installed from
http://www.wxwidgets.orgI try to compil wxGTK-2.6.2 but I have an error very similar that the make in aMule.
********** wxGTK-2.6.2 ./configure --with-gtk ******************
checking for GTK+ version...
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error:
The development files for GTK+ were not found. For GTK+ 2, please
ensure that pkg-config is in the path and that gtk+-2.0.pc is
installed. For GTK+ 1.2 please check that gtk-config is in the path,
and that the version is 1.2.3 or above. Also check that the
libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
--libs' are in the LD_LIBRARY_PATH or equivalent.
**********************************************************************
#which pkg-config
/usr/bin/pkg-config
# gtk-config --libs
-L/opt/csw/lib -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lsocket -lnsl -lm
# pkg-config gtk+-2.0 --libs
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
#gtk-config --version
1.2.10
# echo $LD_LIBRARY_PATH
/usr/local/lib:/opt/csw/lib:/usr/sfw/lib:/usr/lib
# echo $PATH
/usr/local/bin:/opt/csw/bin:/usr/sfw/bin:/usr/bin
item 7 is setted
# set
AB_CARDCATALOG=/usr/dt/share/answerbooks/en_US.ISO8859-15/ab_cardcatalog
COLORTERM=gnome-terminal
CPPFLAGS=-I /opt/csw/include
DESKTOP_STARTUP_ID=
DISPLAY=:0.0
DTAPPSEARCHPATH=//.dt/appmanager:/usr/dt/appconfig/appmanager/%L:/usr/dt/appconfig/appmanager/C
.........
..........
GNOME_DESKTOP_SESSION_ID=Default
GNOME_KEYRING_SOCKET=/var/tmp/keyring-k3wMSQ/socket
GTK_RC_FILES=/etc/gtk/gtkrc://.gtkrc-1.2-gnome2
G_BROKEN_FILENAMES=yes
G_FILENAME_ENCODING=@locale,UTF-8
HELPPATH=/usr/openwin/lib/locale:/usr/openwin/lib/help
HOME=/
IFS=
LANG=en_US.ISO8859-15
LC_COLLATE=en_US.ISO8859-15
LC_CTYPE=en_US.ISO8859-15
LC_MESSAGES=en_US.ISO8859-15
LC_MONETARY=en_US.ISO8859-15
LC_NUMERIC=en_US.ISO8859-15
LC_TIME=en_US.ISO8859-15
LD_LIBRARY_PATH=/usr/local/lib:/opt/csw/lib:/usr/sfw/lib:/usr/lib
LOGNAME=root
MAIL=/var/mail/root
MAILCHECK=600
MANPATH=/usr/dt/man:/usr/man:/usr/openwin/share/man
OPENWINHOME=/usr/openwin
OPTIND=1
PATH=/usr/local/bin:/opt/csw/bin:/usr/sfw/bin:/usr/bin
PS1=#
PS2=>
........
.........
dtstart_sessionlogfile=/dev/null
Regards