aMule Forum

English => aMule Help => Topic started by: GuerreroPeludo on June 28, 2004, 08:59:32 AM

Title: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 08:59:32 AM
Hi,
The cvs verion not compile in SuSE 9.1
the new rc4 will work in newest os?
best regards
GuerreroPeludo
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: stefanero on June 28, 2004, 09:01:28 AM
huh?

I know a lot of people who use SuSE9.1 it has nothing to do with your OS....
check your libs or/and post the error...

stefanero
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 09:09:16 AM
./autogen.sh
./configure
...
...
Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                2.2.4
...
make
....
aking all in cas
make[5]: Entering directory `/home/mburda/Documents/tools/amule-cvs/src/utils/cas'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/include -D__GD__ -Wall -g -ggdb -fno-inline -D__DEBUG__   -MT cas-cas.o -MD -MP -MF ".deps/cas-cas.Tpo" -c -o cas-cas.o `test -f 'cas.c' || echo './'`cas.c; \
then mv -f ".deps/cas-cas.Tpo" ".deps/cas-cas.Po"; else rm -f ".deps/cas-cas.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/include -D__GD__ -Wall -g -ggdb -fno-inline -D__DEBUG__   -MT cas-functions.o -MD -MP -MF ".deps/cas-functions.Tpo" -c -o cas-functions.o `test -f 'functions.c' || echo './'`functions.c; \
then mv -f ".deps/cas-functions.Tpo" ".deps/cas-functions.Po"; else rm -f ".deps/cas-functions.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/include -D__GD__ -Wall -g -ggdb -fno-inline -D__DEBUG__   -MT cas-configfile.o -MD -MP -MF ".deps/cas-configfile.Tpo" -c -o cas-configfile.o `test -f 'configfile.c' || echo './'`configfile.c; \
then mv -f ".deps/cas-configfile.Tpo" ".deps/cas-configfile.Po"; else rm -f ".deps/cas-configfile.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/include -D__GD__ -Wall -g -ggdb -fno-inline -D__DEBUG__   -MT cas-graphics.o -MD -MP -MF ".deps/cas-graphics.Tpo" -c -o cas-graphics.o `test -f 'graphics.c' || echo './'`graphics.c; \
then mv -f ".deps/cas-graphics.Tpo" ".deps/cas-graphics.Po"; else rm -f ".deps/cas-graphics.Tpo"; exit 1; fi
graphics.c:5:16: gd.h: Aucun fichier ou répertoire de ce type
graphics.c: In function `createimage':
graphics.c:17: error: `FILE' undeclared (first use in this function)
graphics.c:17: error: (Each undeclared identifier is reported only once
graphics.c:17: error: for each function it appears in.)
graphics.c:17: error: `in' undeclared (first use in this function)
graphics.c:17: error: `out' undeclared (first use in this function)
graphics.c:17: warning: left-hand operand of comma expression has no effect
graphics.c:19: error: `gdImagePtr' undeclared (first use in this function)
graphics.c:19: error: parse error before "im"
graphics.c:23: warning: implicit declaration of function `fopen'
graphics.c:24: warning: implicit declaration of function `printf'
graphics.c:27: warning: implicit declaration of function `fclose'
graphics.c:34: error: `im' undeclared (first use in this function)
graphics.c:34: warning: implicit declaration of function `gdImageCreateFromPng'
graphics.c:35: warning: implicit declaration of function `gdImageColorResolve'
graphics.c:39: warning: implicit declaration of function `gdImageStringFT'
graphics.c:51: warning: implicit declaration of function `gdImagePng'
graphics.c:54: warning: implicit declaration of function `gdImageDestroy'
make[5]: *** [cas-graphics.o] Erreur 1
make[5]: Leaving directory `/home/mburda/Documents/tools/amule-cvs/src/utils/cas'
make[4]: *** [all-recursive] Erreur 1
make[4]: Leaving directory `/home/mburda/Documents/tools/amule-cvs/src/utils'
make[3]: *** [all-recursive] Erreur 1
make[3]: Leaving directory `/home/mburda/Documents/tools/amule-cvs/src'
make[2]: *** [all] Erreur 2
make[2]: Leaving directory `/home/mburda/Documents/tools/amule-cvs/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/mburda/Documents/tools/amule-cvs'
make: *** [all] Erreur 2
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 09:11:55 AM
i see in YaST gtk1 is instaled but configure not find him
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: stefanero on June 28, 2004, 09:17:08 AM
so....

so check that you have also gtk-devel or something alike installed....

what wxGTK packages you have installed? the once from our side or the once from suse? or compiled yourself?
also recheck the link, taht is looks like shown in amule HowTO, this is also really importand!!

the once from our side are linked agains gtk1 so would be good if amule configure could find it...
also don't forget the libcryptopp packages we provide you need those also...

stefanero
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 09:25:56 AM
from SuSE 9.1
gtk adn gtk dev 1.2.10
wxGTK 2.4.2.4
and wxBase from amule
libcripto++ from amule
i go see the link
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: stefanero on June 28, 2004, 09:27:44 AM
hey

remove the wxGTK from SuSE its buggy....
install ours and also our wxGTK-dev!!

then recheck the link!

stefanero
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 09:42:35 AM
hmmm..
  Configure script has finished system check.

  Configured aMule CVS for 'i686-suse-linux'.

  Should aMule be compiled in debug mode?                  yes
  Should aMule be compiled with verbose console output?    no
  Should aMule be compiled with upload speed sense?        no
  Should aMule be compiled with profiling?                 no
  Should aMule be compiled with optimizations?             no
  Should aMule be compiled with systray?                   yes
  Should aMule be compiled with safe systray?              no
  Should aMule be compiled with pure GTK code?             yes
  Should aMule be compiled without bar drawing?            no
  Should aMule be linked against patched gsocket?          yes
  Should ccache support be enabled?                        no
  Should aMule command line client be built?               no
  Should aMule GUI client be built?                        no
  Should aMule WebServer be built?                         no
  Should aMule WebServer GUI be built?                     no
  Should aMule ed2k links handler be built?                yes
  Should C aMule Statistics (CAS) be built?                yes
  Should aMule GUI Statistics (wxCas) be built?            yes
  Crypto++ library/headers style?                          mdk_suse_fc

  Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                Not detected


:-( in SuSE 9.0 a no was these problems with amule
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 09:52:05 AM
gtk 1 and dev are installed but i can't fin it
i instal cripto for fedora but i think this is not the problem old amule are the some problem.
is wx is suse really bugy? SuSE has to correct it!

Thx for your help
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: stefanero on June 28, 2004, 10:01:41 AM
hey

you miss some gtk packages....
here is a list of mine from my vmware suse91....

#rpm -qa | grep gtk
gtk-qt-engine-0.3-44
gtk-1.2.10-877
gtk2-2.2.4-121
gtk-engines-0.12-956
gtk2-engines-2.2.0-393
gtkzip-0.5.1-1045
gtksourceview-0.7.0-129
gtk2-themes-0.1-634
gtk2-devel-2.2.4-121
gtkspell-2.0.5-53
gtkcomm-0.5.13-836
libgtkhtml-devel-2.4.1-140
rep-gtk-0.17-34
gtkhtml2-3.0.10-16
libgtkhtml-2.4.1-140
gtkglarea-1.2.2-889
libexif-gtk-0.3.3-304
gtkam-0.1.11dev2-43
gtk-devel-1.2.10-877
gtk2-doc-2.2.4-121

you miss one of those which is importand...
and probably its gtk-devel package but you said you installed it...

try : $whereis gtk-config

stefanero
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 10:03:28 AM
hmm i am trying to compile the wxGTK instead to install the rpm package and i am the some problem with gtk 1
checking for GTK - version >= 1.2.7... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking for gtk-config... (cached) no
checking for GTK - version >= 1.2.3... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error:
Please check that gtk-config is in path, the directory
where GTK+ libraries are installed (returned by
'gtk-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and GTK+ is version 1.2.3 or above.

but YaST say gtk and gtk-dev are installed!
now i remmember that: in suse 9.0 i need to install a SuSE package for the gtk-config but i not find it in the newest distro!
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: stefanero on June 28, 2004, 10:04:01 AM
Quote
Originally posted by GuerreroPeludo
gtk 1 and dev are installed but i can't fin it
i instal cripto for fedora but i think this is not the problem old amule are the some problem.
is wx is suse really bugy? SuSE has to correct it!

Thx for your help

well its not really "buggy" but linux distributors tend to make there own version of some things....
so the version from suse is 2.4.2-4 and the once we have and the once provided by wxwidgets is 2.4.2-1
so teh changes suse does to some packages affect that they are not working anymore correctly with amule

stefanero
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: stefanero on June 28, 2004, 10:06:48 AM
try

whereis gtk-config

and then check that the path probably /opt/gnome/bin/gtk-config
is in your $PATH variable...if not add it ....

stefanero
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 10:12:41 AM
Quote
Originally posted by stefanero
hey

you miss some gtk packages....
here is a list of mine from my vmware suse91....

#rpm -qa | grep gtk
gtk-qt-engine-0.3-44
gtk-1.2.10-877
gtk2-2.2.4-121
gtk-engines-0.12-956
gtk2-engines-2.2.0-393
gtkzip-0.5.1-1045
gtksourceview-0.7.0-129
gtk2-themes-0.1-634
gtk2-devel-2.2.4-121
gtkspell-2.0.5-53
gtkcomm-0.5.13-836
libgtkhtml-devel-2.4.1-140
rep-gtk-0.17-34
gtkhtml2-3.0.10-16
libgtkhtml-2.4.1-140
gtkglarea-1.2.2-889
libexif-gtk-0.3.3-304
gtkam-0.1.11dev2-43
gtk-devel-1.2.10-877
gtk2-doc-2.2.4-121

you miss one of those which is importand...
and probably its gtk-devel package but you said you installed it...

try : $whereis gtk-config

stefanero

Ok i am theses ones
alila:/home/mburda/Documents/tools/wxGTK-2.4.2 # rpm -qa | grep gtk
gtk-engines-0.12-956
gtkam-0.1.11dev2-43
gtk2-themes-0.1-634
gtkhtml2-devel-3.0.10-16
gtk-1.2.10-877
gtklp-0.9p-166
libexif-gtk-0.3.3-304
gtk2-doc-2.2.4-121
gtkhtml-1.1.10-195
gtk2-2.2.4-121
libgtkhtml-2.4.1-140
gtkglarea-1.2.2-889
gtksourceview-0.7.0-129
gtkhtml2-3.0.10-16
python-gtk-2.0.0-212
gtk2-devel-2.2.4-121
gtk-devel-1.2.10-877
gtk2-engines-2.2.0-393
gtkmm-1.2.10-297
gtkspell-2.0.5-53
libgtkhtml-devel-2.4.1-140
gtkdoc-1.2-59
dalila:/home/mburda/Documents/tools/wxGTK-2.4.2 # whereis gtk-config
gtk-config: /opt/gnome/bin/gtk-config
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: stefanero on June 28, 2004, 10:14:29 AM
hey

so you have it....
and now
$echo $PATH

stefanero
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: stefanero on June 28, 2004, 10:19:20 AM
btw, you run configure as user? or as root??

when I do as root
#echo $PATH
/usr/sbin:/bin:/usr/bin:/sbin:/usr/X11R6/bin

as user I get
$echo $PATH
home/stefanero/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/opt/gnome/bin:/usr/games:/opt/kde3/bin:/usr/lib/java/jre/bin

so as user you should detect gtk-config, if I would run as root I would also net detect it, since its not in my PATH variable

stefanero
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 10:40:23 AM
I enter in su to install rpm and i forget to quit
i can't continue this today my pc has STOP OF WORK!
i am using my girlfriend pc to excuce me to you. i will continue this post when i repare my pc.
:'-(
thx you for all of yours comments. Probably ./configure hast to make a warning if is called as root, after all this is a feature request post ;-)

GuerreroPeludo
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 11:28:56 AM
Ok, i am lost 256M of ram, but i still with the other 256M. That is not so bad!

ok the problem with amule continue the compile error is the some as  the begin of post:

make[5]: Entering directory `/home/mburda/Documents/tools/amule-cvs/src/utils/cas'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/include -D__GD__ -Wall -g -ggdb -fno-inline -D__DEBUG__   -MT cas-graphics.o -MD -MP -MF ".deps/cas-graphics.Tpo" -c -o cas-graphics.o `test -f 'graphics.c' || echo './'`graphics.c; \
then mv -f ".deps/cas-graphics.Tpo" ".deps/cas-graphics.Po"; else rm -f ".deps/cas-graphics.Tpo"; exit 1; fi
graphics.c:5:16: gd.h: Aucun fichier ou répertoire de ce type
graphics.c: In function `createimage':
graphics.c:17: error: `FILE' undeclared (first use in this function)
graphics.c:17: error: (Each undeclared identifier is reported only once
graphics.c:17: error: for each function it appears in.)
graphics.c:17: error: `in' undeclared (first use in this function)
graphics.c:17: error: `out' undeclared (first use in this function)
graphics.c:17: warning: left-hand operand of comma expression has no effect
graphics.c:19: error: `gdImagePtr' undeclared (first use in this function)
graphics.c:19: error: parse error before "im"
graphics.c:23: warning: implicit declaration of function `fopen'
graphics.c:24: warning: implicit declaration of function `printf'
graphics.c:27: warning: implicit declaration of function `fclose'
graphics.c:34: error: `im' undeclared (first use in this function)
graphics.c:34: warning: implicit declaration of function `gdImageCreateFromPng'
graphics.c:35: warning: implicit declaration of function `gdImageColorResolve'
graphics.c:39: warning: implicit declaration of function `gdImageStringFT'
graphics.c:51: warning: implicit declaration of function `gdImagePng'
graphics.c:54: warning: implicit declaration of function `gdImageDestroy'
make[5]: *** [cas-graphics.o] Erreur 1
make[5]: Leaving directory `/home/mburda/Documents/tools/amule-cvs/src/utils/cas'
make[4]: *** [all-recursive] Erreur 1
make[4]: Leaving directory `/home/mburda/Documents/tools/amule-cvs/src/utils'
make[3]: *** [all-recursive] Erreur 1
make[3]: Leaving directory `/home/mburda/Documents/tools/amule-cvs/src'
make[2]: *** [all] Erreur 2
make[2]: Leaving directory `/home/mburda/Documents/tools/amule-cvs/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/mburda/Documents/tools/amule-cvs'
make: *** [all] Erreur 2

yes, i think the problems is me!  i am recompiled wxGTK from source insted rpm and no changes. and problem still.

./configure
checking build system type... i686-suse-linux
checking host system type... i686-suse-linux
checking target system type... i686-suse-linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for strip... strip
checking for ar... ar
checking for ld... ld
checking for windres... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ranlib... (cached) ranlib
checking for library containing strerror... none required
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.875, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.4.2... yes (version 2.4.2)
checking for wxbase-2.4-config... /usr/bin/wxbase-2.4-config
checking for wxWidgets base version >= 2.4.2... yes (version 2.4.2)
checking for curl >= 7.9.5... yes (version 7.11.0)
checking for gdlib-config... /usr/bin/gdlib-config
checking for gdlib version >= 2.0.0... yes (version 2.0.22)
checking if wxWidgets was linked with GTK2... no
checking for gtk-config... /opt/gnome/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking if wxWidgets version >=2.5.0 ... no
checking for crypto++ version >= 5.1... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether SysTray should be compiled... yes
checking whether SysTray should be compiled in safe mode... no
checking whether pure GTK code should be compiled... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for locale.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... no
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for floor... no
checking for ftruncate... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for putenv... (cached) yes
checking for select... yes
checking for setlocale... (cached) yes
checking for sqrt... no
checking for strcasecmp... (cached) yes
checking for strchr... yes
checking for strdup... (cached) yes
checking for strrchr... yes
checking for strstr... yes
checking for strtoul... (cached) yes
checking for getrlimit... yes
checking for setrlimit... yes
checking whether ccache support should be added... no
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/pixmaps/Makefile
config.status: creating src/utils/Makefile
config.status: creating src/utils/cas/Makefile
config.status: creating src/utils/wxCas/Makefile
config.status: creating src/utils/wxCas/doc/Makefile
config.status: creating src/utils/wxCas/pixmaps/Makefile
config.status: creating src/utils/wxCas/src/Makefile
config.status: creating src/utils/xas/Makefile
config.status: creating src/webserver/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating docs/Makefile
config.status: creating Makefile
config.status: creating Compilation.flags
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile


  Configure script has finished system check.

  Configured aMule CVS for 'i686-suse-linux'.

  Should aMule be compiled in debug mode?                  yes
  Should aMule be compiled with verbose console output?    no
  Should aMule be compiled with upload speed sense?        no
  Should aMule be compiled with profiling?                 no
  Should aMule be compiled with optimizations?             no
  Should aMule be compiled with systray?                   yes
  Should aMule be compiled with safe systray?              no
  Should aMule be compiled with pure GTK code?             yes
  Should aMule be compiled without bar drawing?            no
  Should aMule be linked against patched gsocket?          yes
  Should ccache support be enabled?                        no
  Should aMule command line client be built?               no
  Should aMule GUI client be built?                        no
  Should aMule WebServer be built?                         no
  Should aMule WebServer GUI be built?                     no
  Should aMule ed2k links handler be built?                yes
  Should C aMule Statistics (CAS) be built?                yes
  Should aMule GUI Statistics (wxCas) be built?            yes
  Crypto++ library/headers style?                          mdk_suse_fc

  Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                1.2.10
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: stefanero on June 28, 2004, 12:37:16 PM
hey

did you try to do a
make clean
in the direcory? so that no leftover from the failing make are left?
anohter suggestion would be to use configure with
--disable-cas --disable-wxcas

und check first if amule comiles.. cas and wxcas are just extra programms...
but they should compile fine...

stefanero

PS
in /usr/bin
ls -l | grep wx-config
and in /usr/local/bin
ls -l | grep wx-config
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 12:47:53 PM
Quote
Originally posted by stefanero
hey

did you try to do a
make clean
in the direcory? so that no leftover from the failing make are left?
[/quate]
yes a am already try it
Quote
anohter suggestion would be to use configure with
--disable-cas --disable-wxcas

compilie
that is nice. it work!!!
but wat is the problem
thx very mach
Quote
und check first if amule comiles.. cas and wxcas are just extra programms...
but they should compile fine...

stefanero

PS
in /usr/bin
ls -l | grep wx-config
and in /usr/local/bin
ls -l | grep wx-config
lrwxrwxrwx   1 root root          16 2004-06-28 09:20 wx-config -> wxgtk-2.4-config
yes. it is there
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 12:54:17 PM
./configure --disable-cas
is ok, that compile
but ./configure --disable-wxcas
do error at complile time.
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: stefanero on June 28, 2004, 12:58:21 PM
hey

so with --disable-cas everything workes ok???

and you can now run new cvs-amule??

stefanero
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 01:10:17 PM
Apparently all work ok.
test is in progres , but all work until now
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: stefanero on June 28, 2004, 01:14:46 PM
ok thnx,
this is proabably due to the fact taht the gd-lib for cas is outdatet aswell in SuSE or something alike.
I don'T have that lib here on my suse system, so configure skips it and also cas while compiling...thats why I did not get taht error....

but also configure should show an info about your gd-lib version
does it complain or something?

stefanero
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: GuerreroPeludo on June 28, 2004, 01:26:16 PM
Quote
Originally posted by stefanero
ok thnx,
this is proabably due to the fact taht the gd-lib for cas is outdatet aswell in SuSE or something alike.
I don'T have that lib here on my suse system, so configure skips it and also cas while compiling...thats why I did not get taht error....

but also configure should show an info about your gd-lib version
does it complain or something?

stefanero
checking for gdlib version >= 2.0.0... yes (version 2.0.22)
and not any else. Exept the error ;-)

Thx to you

GuerreroPeludo
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: stefanero on June 28, 2004, 01:28:39 PM
ok

thnx, I will report this to falso who is dev of cas...
have fun with a working amule ;)

stefanero
Title: Re: SuSE 9.1 (gtk2 kernel 2.6)
Post by: deltaHF on June 28, 2004, 03:09:50 PM
Quote
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.4.2... yes (version 2.4.2)
checking for wxbase-2.4-config... /usr/bin/wxbase-2.4-config
checking for wxWidgets base version >= 2.4.2... yes (version 2.4.2)