I work with a clean server running Solris 10 without companion CD or anything else
.
I install pkg-get from
http://www.blastwave.org/pkg-get.phpautoconf *** ok ***
automake *** ok ***
gd *** ok ***
gettext *** error ***
ERROR: gettext unrecognized
Perhaps you need to run pkg-get -U
*** But gettext is already installed by autoconf ***
gtk *** ok ***
gtk2 *** ok ***
libpng *** error ***
pkg-get -i libpng
WARNING: gpg not found
ERROR: libpng unrecognized
*** I install libpng-1.2.8-sol10-sparc-local.gz instead
binutils *** ok ***
I compil wxGTK-2.4.2 ** ok**
********* wxGTK-2.4.2 ./configure --with-gtk **********
Configured wxWindows 2.4.2 for `sparc-sun-solaris2.10'
....
....
t.o m_links.o m_list.o m_pre.o m_style.o m_tables.o winpars.o -pthreads -L/opt/csw/lib -lgtk -lgdk -lgmodule -lgthread -lglib -lthread -ldl -lXi -lXext -lX11 -lsocket -lnsl -lm -lpng -ljpeg -ltiff -lz -lposix4 -lnsl -lsocket -lm
cd ./lib \
&& ln -s libwx_gtk-2.4.so.0.1.1 libwx_gtk-2.4.so.0 \
&& ln -s libwx_gtk-2.4.so.0.1.1 libwx_gtk-2.4.so
******* make ok *******************
.......
.......
cd /usr/local/lib \
&& ln -s libwx_gtk-2.4.so.0.1.1 libwx_gtk-2.4.so.0 \
&& ln -s libwx_gtk-2.4.so.0.1.1 libwx_gtk-2.4.so
/export/home/softs/wxGTK-2.4.2/buildgtk/../install-sh -c -d /usr/local/share/aclocal
/export/home/softs/wxGTK-2.4.2/buildgtk/../install-sh -c -m 644 ../wxwin.m4 /usr/local/share/aclocal
The installation of wxWindows is finished.
I download aMuleCVS
./configure *** ok ***
I try ./configure --enable-webserver but I need libpng-devel and I can't find this library
................
.................
**** aMule Core ****
Prefix where aMule should be installed? /usr/local
Should aMule be compiled with i18n support? no
Should aMule be compiled in debug mode? yes
Should aMule be compiled with profiling? no
Should aMule be compiled with optimizations? no
Should aMule be compiled with taskbar icon support? yes
Should aMule be compiled with old GTK taskbar icon? yes
Should aMule be compiled with UTF-8 taskbar icon support? no
Should aMule be linked against patched gsocket? yes
Should aMule monolithic application be built? yes
Should aMule daemon version be built? no
Should aMule remote gui be built? (EXPERIMENTAL) no
Should aMule Kademlia code be compiled? (DOESN'T WORK) no
Crypto++ library/headers style? embedded
**** aMule TextClient ****
Should aMule Command Line Client be built? no
Should aMule GUI Client be built? no
**** aMule WebServer ****
Should aMule WebServer be built? no
Should aMule WebServer GUI be built? no
**** aMule ED2K Links Handler ****
Should aMule ED2K Links Handler be built? yes
**** aMuleLinkCreator ****
Should aMuleLinkCreator GUI version (alc) be built? no
Should aMuleLinkCreator for console (alcc) be built? no
**** aMule Statistics ****
Should C aMule Statistics (CAS) be built? no
Should aMule GUI Statistics (wxCas) be built? no
**** General Libraries and Tools ****
Should ccache support be enabled? no
Libraries aMule will use to build:
wxWidgets 2.4.2
crypto++ embedded
zlib 1.1.4
make *** error ***
from ../../src/ListenSocket.cpp:30:
/usr/include/sys/time.h:185:1: warning: this is the location of the previous definition
In file included from ../../src/ListenSocket.cpp:39:
../../src/ClientList.h:343:3: warning: #warning KAD TODO: Implement buddies for kademlia lowid support (firewalled)
../../src/ClientList.h:344:3: warning: #warning This is actually a much bigger import, the kademlia process list.
../../src/ClientList.h:345:3: warning: #warning So, check usage - they are already ported
In file included from ../../src/PartFile.h:38,
from ../../src/ListenSocket.cpp:42:
../../src/KnownFile.h:227:3: warning: #warning KAD TODO - Check usage
if g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -I/usr/local/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_BFD -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -MT amule-listctrl.o -MD -MP -MF ".deps/amule-listctrl.Tpo" \
-c -o amule-listctrl.o `test -f 'listctrl.cpp' || echo '../../src/'`listctrl.cpp; \
then mv -f ".deps/amule-listctrl.Tpo" ".deps/amule-listctrl.Po"; \
else rm -f ".deps/amule-listctrl.Tpo"; exit 1; \
fi
In file included from ../../src/listctrl.cpp:6:
******************** error ***********************************
../../src/extern/listctrl.242.cpp:65:25: gtk/gtk.h: No such file or directory
*****************************************************************************
In file included from ../../src/extern/listctrl.242.cpp:66,
from ../../src/listctrl.cpp:6:
/usr/local/include/wx/gtk/win_gtk.h:18:21: gdk/gdk.h: No such file or directory
/usr/local/include/wx/gtk/win_gtk.h:19:22: gdk/gdkx.h: No such file or directory
/usr/local/include/wx/gtk/win_gtk.h:20:30: gtk/gtkcontainer.h: No such file or directory
/usr/local/include/wx/gtk/win_gtk.h:21:31: gtk/gtkadjustment.h: No such file or directory
/usr/local/include/wx/gtk/win_gtk.h:23:29: gtk/gtkfeatures.h: No such file or directory
In file included from ../../src/extern/listctrl.242.cpp:66,
from ../../src/listctrl.cpp:6:
/usr/local/include/wx/gtk/win_gtk.h:54: error: `GtkContainer' does not name a type
/usr/local/include/wx/gtk/win_gtk.h:55: error: expected `;' before '*' token
/usr/local/include/wx/gtk/win_gtk.h:66: error: `GdkVisibilityState' does not name a type
**** My setting ***
AB_CARDCATALOG=/usr/dt/share/answerbooks/en_US.ISO8859-15/ab_cardcatalog
CPPFLAGS=-I /opt/csw/include
DISPLAY=:0.0
DTAPPSEARCHPATH=//.dt/appmanager:/usr/dt/appconfig/appmanager/%L:/usr/dt/appconfig/appmanager/C
DTDATABASESEARCHPATH=//.dt/types,/usr/dt/appconfig/types/%L,/usr/dt/appconfig/types/C
DTDEVROOT=
DTHELPSEARCHPATH=//.dt/help/root-unknown-0/%H://.dt/help/root-unknown-0/%H.sdl://.dt/help/root-unknown-0/%H.hv://.dt/help/%H://.dt/help/%H.sdl://.dt/help/%H.hv:/usr/dt/appconfig/help/%L/%H:/usr/dt/appconfig/help/%L/%H.sdl:/usr/dt/appconfig/help/%L/%H.hv:/usr/dt/appconfig/help/C/%H:/usr/dt/appconfig/help/C/%H.sdl:/usr/dt/appconfig/help/C/%H.hv
DTSCREENSAVERLIST=StartDtscreenSwarm StartDtscreenQix StartDtscreenFlame StartDtscreenHop StartDtscreenImage StartDtscreenLife StartDtscreenRotor StartDtscreenPyro StartDtscreenWorm StartDtscreenBlank
DTSOURCEPROFILE=true
DTUSERSESSION=root-unknown-0
DTXSERVERLOCATION=local
EDITOR=/usr/dt/bin/dtpad
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=C
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=>
PWD=/
SESSION_SVR=unknown
SHELL=/sbin/sh
TERM=dtterm
TERMINAL_EMULATOR=dtterm
TZ=Europe/Paris
USER=root
WINDOWID=13107211
XFILESEARCHPATH=/usr/openwin/lib/locale/%L/%T/%N%S:/usr/openwin/lib/%T/%N%S
XMBINDDIR=/usr/dt/lib/bindings
XMICONBMSEARCHPATH=//.dt/icons/%B%M.bm://.dt/icons/%B%M.pm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B
XMICONSEARCHPATH=//.dt/icons/%B%M.pm://.dt/icons/%B%M.bm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B
_=/usr/dt/bin/sdt_shell
dtstart_sessionlogfile=/dev/null
************************************************
I suppose that I must install something. But what ?.
Regards