aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule 2.1.1 cannot install  (Read 6123 times)

shadowalker

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
    • http://N/A
aMule 2.1.1 cannot install
« on: March 19, 2006, 06:23:25 PM »

Hello there

please do anyone explain me how to install aMule 2.1.1  on SuSeLinux 9.0 the only thing I managed on this installation is to put the aMule folder out of the tar into an own folder. :(

I know I am real noob but its my dads pc so I don't know how to use Linux
Logged
I'm not a signature I'm just the cleaner

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: aMule 2.1.1 cannot install
« Reply #1 on: March 19, 2006, 07:01:12 PM »

Please wait a few days until the first RPMs appear.
Logged

shadowalker

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
    • http://N/A
Re: aMule 2.1.1 cannot install
« Reply #2 on: March 19, 2006, 07:18:40 PM »

K thanxx

and what do I do then with 'em?
Logged
I'm not a signature I'm just the cleaner

AmuleFAN

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: aMule 2.1.1 cannot install
« Reply #3 on: March 19, 2006, 08:38:07 PM »

Hi !
First of all, install another newer Suse version, you can get stable OSS version from here!
To all , by the way seems stable Amule 2.1.1 not so stable at all....
Logged
Fuck the MS , Linux forever!

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: aMule 2.1.1 cannot install
« Reply #4 on: March 19, 2006, 08:59:08 PM »

If you're a "real noob", you just installed 9.0, right? That's not a good idea - there are no security for it any more and it's really quite old. Consider installing the most recent version, which is 10.0.

I'll make an RPM for 10.0 later this evening.
Logged

AmuleFAN

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: aMule 2.1.1 cannot install
« Reply #5 on: March 19, 2006, 09:03:03 PM »

Quote
I'll make an RPM for 10.0 later this evening.
Hey can you help with this

Code: [Select]
CryptoPP.cpp:1713:3: warning: #warning "You do not have GCC 3.3 or later, or did not specify -msse2 compiler option, so use of SSE2 intrinsics will be disabled."
CryptoPP.cpp: In static member function ‘static CryptoPP::word CryptoPP::PentiumOptimized::Add(CryptoPP::word*, const CryptoPP::word*, const CryptoPP::word*, unsigned int)’:
CryptoPP.cpp:2762: warning: control reaches end of non-void function
CryptoPP.cpp: In static member function ‘static CryptoPP::word CryptoPP::PentiumOptimized::Subtract(CryptoPP::word*, const CryptoPP::word*, const CryptoPP::word*, unsigned int)’:C
CryptoPP.cpp:2803: warning: control reaches end of non-void function
CryptoPP.cpp: In static member function ‘static CryptoPP::word CryptoPP::P4Optimized::Add(CryptoPP::word*, const CryptoPP::word*, const CryptoPP::word*, unsigned int)’:
CryptoPP.cpp:2855: warning: control reaches end of non-void function
CryptoPP.cpp: In static member function ‘static CryptoPP::word CryptoPP::P4Optimized::Subtract(CryptoPP::word*, const CryptoPP::word*, const CryptoPP::word*, unsigned int)’:
CryptoPP.cpp:2905: warning: control reaches end of non-void function
In file included from amuled.cpp:70:
FriendList.h:63:3: warning: #warning THIS MUST BE MADE PRIVATE AFTER EC IS CODED
In file included from amule.cpp:80:
FriendList.h:63:3: warning: #warning THIS MUST BE MADE PRIVATE AFTER EC IS CODED
amule.cpp: In member function ‘virtual int CamuleApp::OnExit()’:
amule.cpp:318: error: ‘wxDebugContext’ has not been declared
amule.cpp:318: error: ‘PrintStatistics’ was not declared in this scope
amule.cpp: In member function ‘virtual bool CamuleApp::OnInit()’:
amule.cpp:397: error: ‘wxDebugContext’ has not been declared
amule.cpp:397: error: ‘SetCheckpoint’ was not declared in this scope
make[3]: *** [amuled-amule.o] Fehler 1
make[2]: *** [all-recursive] Fehler 1
make[1]: *** [all-recursive] Fehler 1
make: *** [all] Fehler 2

I have read, that  CryptoPP not compotible with GCC 4.x , can i compile the Amule without this CryptoPP?

Code: [Select]
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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++... none
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... none
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... bison -y
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 for zlib >= 1.1.4... yes (version 1.2.3)
checking for gdlib-config... /usr/local/bin/gdlib-config
checking for gdlib version >= 2.0.0... yes (version 2.0.33)
checking gd.h usability... yes
checking gd.h presence... yes
checking for gd.h... yes
checking whether we need the GUI... yes
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.6.0... yes (version 2.6.2)
checking for wxWidgets static library... no
checking that wxWidgets has support for large files... yes
checking for crypto++ version >= 5.1... no
« Last Edit: March 19, 2006, 09:07:02 PM by AmuleFAN »
Logged
Fuck the MS , Linux forever!

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: aMule 2.1.1 cannot install
« Reply #6 on: March 19, 2006, 09:53:31 PM »

I don't have the first error message here.

As far as it concerns CryptoPP:

- It can be compiled with GCC 4 if you apply the patch from the homepage, which is a bit tricky because you have to run dos2unix on all files before the patch can be applied, and

- You don't need CryptoPP at all because aMule includes a reduced copy of it which compiles cleanly with GCC 4.
« Last Edit: March 19, 2006, 09:54:19 PM by Gerd78 »
Logged

AmuleFAN

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: aMule 2.1.1 cannot install
« Reply #7 on: March 19, 2006, 11:07:10 PM »

Quote
You don't need CryptoPP at all because aMule includes a reduced copy of it which compiles cleanly with GCC 4.
Interesting, can you be more specific, i mean wich configure flag`s i must use?
Logged
Fuck the MS , Linux forever!

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMule 2.1.1 cannot install
« Reply #8 on: March 19, 2006, 11:24:17 PM »

aMule should use the internal crypto per default if I remember right.
But --enable-embedded-crypto should turn it on in either case.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule 2.1.1 cannot install
« Reply #9 on: March 19, 2006, 11:30:27 PM »

Quote
Originally posted by AmuleFAN
To all , by the way seems stable Amule 2.1.1 not so stable at all....

Huh?
Logged

AmuleFAN

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: aMule 2.1.1 cannot install
« Reply #10 on: March 19, 2006, 11:34:25 PM »

$ gcc --ver
$gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)

1. My configure options

--enable-embedded-crypto

--disable-debug --enable-cas --enable-optimize --enable-wxcas


Code: [Select]
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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... bison -y
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 for zlib >= 1.1.4... yes (version 1.2.3)
checking whether we need the GUI... yes
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.6.0... yes (version 2.6.2)
checking for wxWidgets static library... no
checking that wxWidgets has support for large files... yes
checking whether to use embedded Crypto... yes
checking for bfd headers... yes
no ()
configure: You need to install GNU gettext/gettext-tools to compile aMule with i18n support
checking for extended flex capabilities... no
configure: Your flex version doesn't support --header-file flag. This is not critical, but an upgrade is recomended
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/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.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 sys/wait.h that is POSIX.1 compatible... 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... no
checking for msgmerge... no
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... 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 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 pid_t... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes
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 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 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 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 if the applications should be statically linked... no
checking for CVSDATE... None required
checking if this is a FreeBSD 4 or earlier system... 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 docs/man/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/kademlia/io/Makefile
config.status: creating src/kademlia/kademlia/Makefile
config.status: creating src/kademlia/routing/Makefile
config.status: creating src/kademlia/net/Makefile
config.status: creating src/pixmaps/Makefile
config.status: creating src/libs/Makefile
config.status: creating src/libs/ec/Makefile
config.status: creating src/libs/common/Makefile
config.status: creating src/utils/Makefile
config.status: creating src/utils/aLinkCreator/Makefile
config.status: creating src/utils/aLinkCreator/docs/Makefile
config.status: creating src/utils/aLinkCreator/src/Makefile
config.status: creating src/utils/cas/Makefile
config.status: creating src/utils/cas/docs/Makefile
config.status: creating src/utils/wxCas/Makefile
config.status: creating src/utils/wxCas/docs/Makefile
config.status: creating src/utils/wxCas/src/Makefile
config.status: creating src/utils/xas/Makefile
config.status: creating src/utils/xas/docs/Makefile
config.status: creating src/webserver/Makefile
config.status: creating src/webserver/src/Makefile
config.status: creating src/webserver/default/Makefile
config.status: creating src/webserver/php-default/Makefile
config.status: creating src/webserver/chicane/Makefile
config.status: creating unittests/Makefile
config.status: creating unittests/muleunit/Makefile
config.status: creating unittests/tests/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.1.1 for 'i686-pc-linux-gnu'.

  aMule enabled options:

  **** 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 monolithic application be built?              yes
  Should aMule daemon version be built?                      no
  Should aMule remote gui be built? (EXPERIMENTAL)           no
  Crypto++ library/headers style?                            embedded

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

  **** aMule WebServer ****
  Should aMule WebServer 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.6.2
                                       crypto++              embedded
                                       zlib                  1.2.3

But i have some errors  during the configure

checking for autopoint... ./configure: line 6999: autopoint: command not found
/bin/bash: line 2: --disable-debug: command not found

Now i do the make command

Code: [Select]
AsyncDNS.cpp:31:2: warning: #warning DEBUG! Remove!
./Scanner.l:207:5: warning: "YY_STACK_USED" is not defined
Scanner.cpp:1742: warning: ‘void yy_fatal_error(const char*)â€� defined but not used
Parser.cpp:154:6: warning: "YYENABLE_NLS" is not defined
Parser.cpp:537:6: warning: "YYLTYPE_IS_TRIVIAL" is not defined
extern/listctrl.262.cpp: In member function ‘int MuleExtern::wxListLineDataArray::Index(const MuleExtern::_wxObjArraywxListLineDataArray&, bool) constâ€�:
extern/listctrl.262.cpp:375: warning: declaration of ‘Itemâ€� shadows a member of 'this'
MuleListCtrl.cpp:529: warning: unused parameter ‘evtâ€�
MuleNotebook.cpp:120:2: warning: #warning wxMac does not support selection by right-clicking on tabs!
Tag.cpp:169:6: warning: #warning Endianess problem?
Tag.cpp:187:6: warning: #warning This seems to be off by one! 8 / 8 + 1 == 2, etc.
Tag.cpp:354:5: warning: #warning Endianess problem?
Tag.cpp:404:5: warning: #warning Endianess problem?
CryptoPP.cpp:1713:3: warning: #warning "You do not have GCC 3.3 or later, or did not specify -msse2 compiler option, so use of SSE2 intrinsics will be disabled."
CryptoPP.cpp: In static member function ‘static CryptoPP::word CryptoPP::PentiumOptimized::Add(CryptoPP::word*, const CryptoPP::word*, const CryptoPP::word*, unsigned int)â€�:
CryptoPP.cpp:2762: warning: control reaches end of non-void function
CryptoPP.cpp: In static member function ‘static CryptoPP::word CryptoPP::PentiumOptimized::Subtract(CryptoPP::word*, const CryptoPP::word*, const CryptoPP::word*, unsigned int)â€�:
CryptoPP.cpp:2803: warning: control reaches end of non-void function
CryptoPP.cpp: In static member function ‘static CryptoPP::word CryptoPP::P4Optimized::Add(CryptoPP::word*, const CryptoPP::word*, const CryptoPP::word*, unsigned int)â€�:
CryptoPP.cpp:2855: warning: control reaches end of non-void function
CryptoPP.cpp: In static member function ‘static CryptoPP::word CryptoPP::P4Optimized::Subtract(CryptoPP::word*, const CryptoPP::word*, const CryptoPP::word*, unsigned int)â€�:
CryptoPP.cpp:2905: warning: control reaches end of non-void function
In file included from amule.cpp:80:
FriendList.h:63:3: warning: #warning THIS MUST BE MADE PRIVATE AFTER EC IS CODED
amule.cpp: In member function ‘virtual int CamuleApp::OnExit()â€�:
amule.cpp:318: error: ‘wxDebugContextâ€� has not been declared
amule.cpp:318: error: ‘PrintStatisticsâ€� was not declared in this scope
amule.cpp: In member function ‘virtual bool CamuleApp::OnInit()â€�:
amule.cpp:397: error: ‘wxDebugContextâ€� has not been declared
amule.cpp:397: error: ‘SetCheckpointâ€� was not declared in this scope
make[3]: *** [amule-amule.o] Fehler 1
make[2]: *** [all-recursive] Fehler 1
make[1]: *** [all-recursive] Fehler 1
make: *** [all] Fehler 2

After install i can only run $ man amule
, the amule itself isn`t compiled!

Quote
Huh?
Please answer to my posting!

I have noticed that somebody has already has succeded on the compiling with SUSE
link to the topic
« Last Edit: March 19, 2006, 11:44:45 PM by AmuleFAN »
Logged
Fuck the MS , Linux forever!

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: aMule 2.1.1 cannot install
« Reply #11 on: March 19, 2006, 11:44:14 PM »

For "autopoint": Install "gettext-devel"
For "--disable-debug": Be sure to put that on the same line as ./configure

I don't know why your build fails. It works fine here (I tried both the wx package provided by SuSE as well as a self-compiled 2.6.3-rc2).

You could try this RPM:

http://rapidshare.de/files/15934187/aMule-2.1.1-suse10.i586.rpm.html
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule 2.1.1 cannot install
« Reply #12 on: March 19, 2006, 11:44:48 PM »

Quote
Originally posted by AmuleFAN
Quote
Huh?
Please answer to my posting!

No.

1) because if you have a new problem, make a new thread, don't hijack other users thread. it's on the rules
2) because you're telling me to do so
3) because you didn't explain why you call aMule 2.1.1 not stable.
Logged

AmuleFAN

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: aMule 2.1.1 cannot install
« Reply #13 on: March 19, 2006, 11:47:01 PM »

Quote
For "autopoint": Install "gettext-devel"
For "--disable-debug": Be sure to put that on the same line as ./configure
I will try it, heh i use Kconfigure its very nice tool, but console rules always i know it :-)
« Last Edit: March 19, 2006, 11:47:22 PM by AmuleFAN »
Logged
Fuck the MS , Linux forever!

AmuleFAN

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: aMule 2.1.1 cannot install
« Reply #14 on: March 19, 2006, 11:57:10 PM »

Quote
Originally posted by Kry
Quote
Originally posted by AmuleFAN
Quote
Huh?
Please answer to my posting!

No.

1) because if you have a new problem, make a new thread, don't hijack other users thread. it's on the rules
2) because you're telling me to do so
3) because you didn't explain why you call aMule 2.1.1 not stable.
Yeah , admin always right , pardon :-)
Stable software, for example Mplayer, i can built it from cvs without any problems :-))))

To Gerd78
Thx for the Tipp, i have succeded with reinstalling of Wxwidgets to the latest version and compiling Amule with configure options
--disable-debug --enable-alc --enable-amule-daemon --enable-cas --enable-optimize --enable-wxcas --with-gnu-ld !
People`S keep trying it worth it!
« Last Edit: March 20, 2006, 12:44:01 AM by AmuleFAN »
Logged
Fuck the MS , Linux forever!