aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: [1] 2

Author Topic: Problem under 9.2 (wxGetLocalTimeMillis)  (Read 11070 times)

4Helmut

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
  • IT - UNIX Service specialist
Problem under 9.2 (wxGetLocalTimeMillis)
« on: April 23, 2005, 10:25:35 PM »

Dear People,
I'm a newbie in this stuff but not in unix. I have some problem to build aMule as a daemon. I will run it as an background deamon.

First I'll build: wx-GTK-2.6.0 and wxBase-2.6.0.
For wx-GTK... I'll use ./configure --disable-gtk2  --with-gtk
make and as root make install.

after that I'll do make of wxBase and as root make install

after that I'll do make install (as root) for wx-GTK-2.6.0 again. Because there are some problems with wx-config --basename.
Now it is  wx_gtk. I think it is OK.

Now I'll do
./configure  --enable-amule-daemon --enable-webserver --enable-webservergui

for the aMule-rc08.
after that I'll start with make.

Thats the last lines of the make output with my problem:

if g++ -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/local/lib/wx/include/gtk-ansi-release-2.6 -I/usr/local/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -DAMULE_DAEMON  -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0   -MT amuled-otherfunctions.o -MD -MP -MF ".deps/amuled-otherfunctions.Tpo" -c -o amuled-otherfunctions.o `test -f 'otherfunctions.cpp' || echo './'`otherfunctions.cpp; \
then mv -f ".deps/amuled-otherfunctions.Tpo" ".deps/amuled-otherfunctions.Po"; else rm -f ".deps/amuled-otherfunctions.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/local/lib/wx/include/gtk-ansi-release-2.6 -I/usr/local/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -DAMULE_DAEMON  -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0   -MT amuled-packets.o -MD -MP -MF ".deps/amuled-packets.Tpo" -c -o amuled-packets.o `test -f 'packets.cpp' || echo './'`packets.cpp; \
then mv -f ".deps/amuled-packets.Tpo" ".deps/amuled-packets.Po"; else rm -f ".deps/amuled-packets.Tpo"; exit 1; fi
packets.cpp:180:26: warning: #warning Phoenix - why??? Check this info and clean!
packets.cpp:391:18: warning: #warning we need to add the new tag types before 2.0.0
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/local/lib/wx/include/gtk-ansi-release-2.6 -I/usr/local/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -DAMULE_DAEMON  -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0   -MT amuled-PartFile.o -MD -MP -MF ".deps/amuled-PartFile.Tpo" -c -o amuled-PartFile.o `test -f 'PartFile.cpp' || echo './'`PartFile.cpp; \
then mv -f ".deps/amuled-PartFile.Tpo" ".deps/amuled-PartFile.Po"; else rm -f ".deps/amuled-PartFile.Tpo"; exit 1; fi
PartFile.cpp:376:18: warning: #warning Code for full file alloc - should be done on thread.
PartFile.cpp:388:10: warning: #warning getsizeonly is ignored because we do not import yet
PartFile.cpp:525:50: warning: #warning needs setfiletype string
PartFile.cpp:2916:26: warning: #warning We should use the IDHybrid here... but is not implemented yet
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/local/lib/wx/include/gtk-ansi-release-2.6 -I/usr/local/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -DAMULE_DAEMON  -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0   -MT amuled-Preferences.o -MD -MP -MF ".deps/amuled-Preferences.Tpo" -c -o amuled-Preferences.o `test -f 'Preferences.cpp' || echo './'`Preferences.cpp; \
then mv -f ".deps/amuled-Preferences.Tpo" ".deps/amuled-Preferences.Po"; else rm -f ".deps/amuled-Preferences.Tpo"; exit 1; fi
Preferences.cpp: In constructor `CPreferences::CPreferences()':
Preferences.cpp:573: error: `wxGetLocalTimeMillis' undeclared (first use this function)
Preferences.cpp:573: error: (Each undeclared identifier is reported only once for each function it appears in.)
gmake[4]: *** [amuled-Preferences.o] Error 1
gmake[4]: Leaving directory `/src/aMule-2.0.0rc8/src'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/src/aMule-2.0.0rc8/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/src/aMule-2.0.0rc8/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/src/aMule-2.0.0rc8'
gmake: *** [all] Error 2
helmut@eagle:/src>

eagle:~ # ls -l /usr/bin/wx*
lrwxrwxrwx  1 root root   13 Apr 21 19:30 /usr/bin/wx-config -> wx-config-2.5
-rwxr-xr-x  1 root root 4563 Dec 21 01:49 /usr/bin/wx-config-2.5
-rwxr-xr-x  1 root root 4864 Nov 28  2003 /usr/bin/wxbase-2.4-config
lrwxrwxrwx  1 root root    9 Apr 21 19:30 /usr/bin/wxgtk2-2.5-config -> wx-config
lrwxrwxrwx  1 root root    9 Apr 21 19:30 /usr/bin/wxgtk2u-2.5-config -> wx-config
eagle:~ #

login as: root
Using keyboard-interactive authentication.
Password:
Last login: Sat Apr 23 20:24:38 2005 from 10.134.1.80
Have a lot of fun...
eagle:~ #
eagle:~ #
eagle:~ # ls -l /usr/bin/wx*
lrwxrwxrwx  1 root root   13 Apr 21 19:30 /usr/bin/wx-config -> wx-config-2.5
-rwxr-xr-x  1 root root 4563 Dec 21 01:49 /usr/bin/wx-config-2.5
-rwxr-xr-x  1 root root 4864 Nov 28  2003 /usr/bin/wxbase-2.4-config
lrwxrwxrwx  1 root root    9 Apr 21 19:30 /usr/bin/wxgtk2-2.5-config -> wx-confi                                              g
lrwxrwxrwx  1 root root    9 Apr 21 19:30 /usr/bin/wxgtk2u-2.5-config -> wx-conf                                              ig
eagle:~ # ls -l /usr/bin/wx*
lrwxrwxrwx  1 root root   13 Apr 21 19:30 /usr/bin/wx-config -> wx-config-2.5
-rwxr-xr-x  1 root root 4563 Dec 21 01:49 /usr/bin/wx-config-2.5
-rwxr-xr-x  1 root root 4864 Nov 28  2003 /usr/bin/wxbase-2.4-config
lrwxrwxrwx  1 root root    9 Apr 21 19:30 /usr/bin/wxgtk2-2.5-config -> wx-config
lrwxrwxrwx  1 root root    9 Apr 21 19:30 /usr/bin/wxgtk2u-2.5-config -> wx-config


eagle:~ # ls -l /usr/local/bin/wx*
lrwxrwxrwx  1 root root    45 Apr 23 20:01 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/gtk-ansi-release-2.6
lrwxrwxrwx  1 root root     8 Apr 23 20:01 /usr/local/bin/wxrc -> wxrc-2.6
-rwxr-xr-x  1 root root 76640 Apr 23 20:01 /usr/local/bin/wxrc-2.6
eagle:~ # rpm -qa | grep wx
wxGTK-compat-2.5.2.8-3.1
wxGTK-gl-2.5.2.8-3.1
wxBase-2.4.2-1
wxGTK-2.5.2.8-3.1
wxGTK-devel-2.5.2.8-3.1
wxGTK-doc-2.5.2.8-2
eagle:~ #



Thanks for any help. ;(
« Last Edit: April 23, 2005, 11:14:59 PM by 4Helmut »
Logged
Greetings to all

===============
Helmut

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #1 on: April 23, 2005, 11:25:04 PM »

hi,

a lot of wx on your system.. and amule doesn't know which to use ;)

with with wxGTK > 2.5.x you don't need wxBase anymore..

post me the output of: rpm -qa | grep wx

and then we will clean your system ..

cheers

4Helmut

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
  • IT - UNIX Service specialist
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #2 on: April 23, 2005, 11:41:07 PM »

Hi,
thanks for your help. Yes I try some versions of gtk to find a solution of this problem.

Now the output:
eagle:~ # rpm -qa | grep wx
wxGTK-compat-2.5.2.8-3.1
wxGTK-gl-2.5.2.8-3.1
wxBase-2.4.2-1
wxGTK-2.5.2.8-3.1
wxGTK-devel-2.5.2.8-3.1
wxGTK-doc-2.5.2.8-2
eagle:~ #

I think thats the packages of yast Installation.
But I download the wxGTK-2.6.0 and wxBase in a second directory. With this one I do ./configure, make and make install. So I think the real installed version is 2.6.0 and not 2.5.4
So my system is a litle bit confused.

 ;(
Thanks Helmut
Logged
Greetings to all

===============
Helmut

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #3 on: April 23, 2005, 11:46:14 PM »

ok, lets start:

rpm -e wxGTK-devel-2.5.2.8-3.1
rpm -e wxGTK-gl-2.5.2.8-3.1
rpm -e wxGTK-compat-2.5.2.8-3.1
rpm -e wxGTK-doc-2.5.2.8-2
rpm -e wxGTK-2.5.2.8-3.1
rpm -e wxBase-2.4.2-1

then:

rm -f  /usr/bin/wx*
rm -rf /usr/lib/wx
rm -f  /usr/lib/libwx*
rm -f  /usr/local/bin/wx*
rm -rf /usr/local/lib/wx
rm -f  /usr/local/lib/libwx*
ldconfig

now recompile wxGTK again:

./configure --prefix=/usr --disable-gtk2 --with-gtk && make

then as root make install.

now you should be able to compile amule aswell

cheers

4Helmut

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
  • IT - UNIX Service specialist
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #4 on: April 23, 2005, 11:50:52 PM »

OK I'll try -

I send you an answer tomorow evening because it take some time on this slow cpu. It a small server system. :]

Is it right that I'll only use wxGTk and I can drop wxBase for aMule?

bye
Logged
Greetings to all

===============
Helmut

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #5 on: April 23, 2005, 11:54:25 PM »

yes, like i said since wxGTK >= 2.5.x wxBase is not needed anymore.

cheers

4Helmut

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
  • IT - UNIX Service specialist
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #6 on: April 24, 2005, 05:46:58 PM »

Hello,

I have done the described way.  Sorry I didn't work. There is the same problem as before.

I got always the error:
amuled-Preferences.o `test -f 'Preferences.cpp' || echo './'`Preferences.cpp; \
then mv -f ".deps/amuled-Preferences.Tpo" ".deps/amuled-Preferences.Po"; else rm -f ".deps/amuled-Preferences.Tpo"; exit 1; fi
Preferences.cpp: In constructor `CPreferences::CPreferences()':
Preferences.cpp:573: error: `wxGetLocalTimeMillis' undeclared (first use this function)
Preferences.cpp:573: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[4]: *** [amuled-Preferences.o] Error 1

 :( :( :(

If  I looked in the file Preferences.cpp

I found following statements:
----------------------
/// new implementation
CPreferences::CPreferences()
{
        srand( wxGetLocalTimeMillis().GetLo() ); // we need random numbers sometimes

        CreateUserHash();

        // load preferences.dat or set standart values
        wxString fullpath(theApp.ConfigDir + wxT("preferences.dat"));

        CFile preffile;
        if ( wxFileExists( fullpath ) ) {
                if ( preffile.Open(fullpath, CFile::read) ) {
                        Preferences_Ext_Struct prefsExt;
---------------------------

Any idea?

Thanks for help
Logged
Greetings to all

===============
Helmut

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #7 on: April 24, 2005, 06:03:19 PM »

well, once again:

ls -l /usr/bin/wx*
ls -l /usr/local/bin/wx*
rpm -qa | grep wx

and post the whole configure output (of aMule)

cheers

4Helmut

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
  • IT - UNIX Service specialist
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #8 on: April 24, 2005, 06:10:25 PM »

Ups,
I found a mistake I didn't append prefix at my ./configure of wxgtk so my
helmut@eagle:/src/aMule-2.0.0rc8/src> ls -l /usr/bin/wx*
/bin/ls: /usr/bin/wx*: No such file or directory
shows me an empty directory

ls -l /usr/local/bin/wx*
lrwxrwxrwx  1 root root    45 2005-04-24 14:01 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/gtk-ansi-release-2.6
lrwxrwxrwx  1 root root     8 2005-04-24 14:01 /usr/local/bin/wxrc -> wxrc-2.6
-rwxr-xr-x  1 root root 76640 2005-04-24 14:01 /usr/local/bin/wxrc-2.6
helmut@eagle:/src/aMule-2.0.0rc8/src>


helmut@eagle:/src/aMule-2.0.0rc8/src> rpm -qa | grep wx
helmut@eagle:/src/aMule-2.0.0rc8/src>


Where is wxGTK now an can I do a compile/configure without doing of new make of wxGTK?
Or must I do the complete stuff again?

Thanks
Logged
Greetings to all

===============
Helmut

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #9 on: April 24, 2005, 06:16:17 PM »

add a flag to amule: --with-wx-config=/usr/local/bin/wx-config

4Helmut

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
  • IT - UNIX Service specialist
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #10 on: April 24, 2005, 07:33:04 PM »

Hello,

I did a make and the problem is still there:
Now the configure call and the output:

./configure --enable-amule-daemon --enable-webserver --enable-webservergui --with-wx-config=/usr/local/bin/wx-config > Configure_mule_output 2>&1

output:
checking build system type... i586-suse-linux
checking host system type... i586-suse-linux
checking target system type... i586-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 bison... no
checking for byacc... no
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for ar... ar
checking for ld... ld
checking for egrep... grep -E
checking for ANSI C header files... yes
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 zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for curl >= 7.9.5... yes (version 7.12.0)
checking for libpng-config... /usr/bin/libpng-config
checking for libpng version >= 1.2.0... yes (version 1.2.6)
checking gd.h usability... yes
checking gd.h presence... yes
checking for gd.h... yes
checking for gdlib-config... /usr/bin/gdlib-config
checking for gdlib version >= 2.0.0... yes (version 2.0.28)
checking for gd.h... (cached) yes
checking whether we need the GUI... yes
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.4.2... yes (version 2.6.0)
configure: WARNING: wxWidgets >=2.5.0: Using wx-config --libs base,net
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
crypto check disabled, using embedded libs
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for working alloca.h... yes
checking for alloca... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... 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 inttypes.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.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 malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... 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 stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.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 for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for mode_t... yes
checking for off_t... yes
checking for size_t... 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 uid_t in sys/types.h... yes
checking for working volatile... yes
checking for ptrdiff_t... yes
checking whether closedir returns void... 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 library containing strerror... none required
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 for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) 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... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for getmntent in -lsun... no
checking for getmntent in -lseq... no
checking for getmntent in -lgen... no
checking for getmntent... yes
checking whether gcc needs -traditional... no
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 unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... 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 working strtod... yes
checking for __argz_count... (cached) yes
checking for __argz_next... (cached) yes
checking for __argz_stringify... (cached) yes
checking for endpwent... yes
checking for floor... no
checking for ftruncate... yes
checking for getcwd... (cached) yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for getmntent... (cached) yes
checking for getmntinfo... no
checking for getpass... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memchr... yes
checking for memmove... yes
checking for mempcpy... (cached) yes
checking for memset... yes
checking for munmap... (cached) yes
checking for nl_langinfo... yes
checking for select... yes
checking for setlocale... (cached) yes
checking for socket... yes
checking for sqrt... no
checking for stpcpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... (cached) yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtoul... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for mkdir... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking whether SysTray should be compiled... yes
checking whether SysTray should use UTF-8 strings... no
checking whether pure GTK code should be compiled... yes
checking for a readline compatible library... no
checking whether ccache support should be added... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating intl/Makefile
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating src/kademlia/Makefile
config.status: creating src/kademlia/utils/Makefile
config.status: creating src/pixmaps/Makefile
config.status: creating src/utils/Makefile
config.status: creating src/utils/aLinkCreator/Makefile
config.status: creating src/utils/aLinkCreator/src/Makefile
config.status: creating src/utils/cas/Makefile
config.status: creating src/utils/wxCas/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 po/Makefile.in
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 2.0.0rc8 for 'i586-suse-linux'.

  aMule enabled options:

  **** aMule Core ****
  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 UTF-8 systray?             no
  Should aMule be compiled with pure GTK code?             yes
  Should aMule be linked against patched gsocket?          no
  Should aMule monolithic application be built?            yes
  Should aMule daemon version be built? (EXPERIMENTAL)     yes
  Should aMule remote gui be built? (EXPERIMENTAL)         no
  Crypto++ library/headers style?                          embeded

  **** aMule TextClient ****
  Should aMule Command Line Client be built?               no
  Should aMule GUI Client be built?                        no

  **** aMule WebServer ****
  Should aMule WebServer be built?                         yes
  Should aMule WebServer GUI be built?                     yes

  **** aMule ED2K Links Handler ****
  Should aMule ED2K Links Handler be built?                yes

  **** aMuleLinkCreator ****
  Should aMuleLinkCreator GUI version (alc) be built?      yes
  Should aMuleLinkCreator for console (alcc) be built?     yes

  **** aMule Statistics ****
  Should C aMule Statistics (CAS) be built?                yes
  Should aMule GUI Statistics (wxCas) be built?            yes

  **** General Libraries and Tools ****
  Should ccache support be enabled?                        no
  Libraries aMule will use to build:
                                       wxWidgets          2.6.0
                                       GTK                1.2.10

  NOTICE: With wxWidgets versions prior 2.5, you need wxBase library to compile:
          amuleweb amulecmd and alcc


helmut@eagle:/src/aMule-2.0.0rc8>
Logged
Greetings to all

===============
Helmut

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #11 on: April 24, 2005, 07:45:53 PM »

well it could be simple that rc8 is not wx2.6.0 compatible, why dont you try a cvs snapshot?
since in cvs 3 major bugs in amuled are fixed now :)

with daemon in rc8 you would maybe last 5-6h online with current one in cvs its almost stable ;)
and btw I dont think you want amulewebgui, its just a commandline interface for amuleweb, so REALLY not helpfull at all

tata
stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

4Helmut

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
  • IT - UNIX Service specialist
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #12 on: April 24, 2005, 07:56:09 PM »

Hi Stefanero,
please give me some advice of your mail. I have heard about cvs but I don't know about it. Is it version in devlopment? I did have a problem to do some testing for the team. I had 4 MBit flat rate and I'll go 24h online with amule.
 
I'm looking for daemon in the background that do the downloads for me. I will start the job and the remote control with a web interface.
I think amule as a daemon and the webgui will do this. Is there a better way?
Please tell me if I do a fool.

Thanks for advice and sorry for my english it is so good nut I thought it works.
Logged
Greetings to all

===============
Helmut

4Helmut

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
  • IT - UNIX Service specialist
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #13 on: April 24, 2005, 07:56:44 PM »

Sorry I mean my english isn't so good.
Logged
Greetings to all

===============
Helmut

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Problem under 9.2 (wxGetLocalTimeMillis)
« Reply #14 on: April 24, 2005, 08:01:30 PM »

well thing about cvs is
its a snapshot of our current development you can get it at
http://amule.hirnriss.net

its a tarball so need for checkout cvs or anything, just unpack it and configure && make ....as with normal rc8 tarball :)

thing about amulewebgui is, its basically a gui version of the console you would get if you start amuleweb.

for exmaple:
if you start amuleweb you get 2-3 lines of response.
instead of getting those lines in a console you get thin in a simple gui-console, which is really useless.


so just do --enable-amule-daemon and --enable-webserver
thats all you need :)

after that start amuled and amuleweb :)

we have a wiki page about all this check http://wiki.amule.org

or to be excact:
http://www.amule.org/wiki/index.php/HowTo_Compile_aMuled
http://www.amule.org/wiki/index.php/Webserver

:)) have fun
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."
Pages: [1] 2