aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Can't install  (Read 3214 times)

Fakir

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Can't install
« on: April 13, 2006, 02:05:00 PM »

Hi all! Please, help me! And, sorry for my english - it's bad  :D

I have a problem with installing aMule. I download a src.  Try to compile it.
./configure
OK
make
OK
make install

Code: [Select]
collect2: ld returned 1 exit status
make[2]: *** [amule] Error 1
make[2]: Leaving directory `/root/myInstalls/aMule-CVS-20060413/amule-cvs/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/myInstalls/aMule-CVS-20060413/amule-cvs/src'
make: *** [install-recursive] Error 1

If i try to install aMule with rpm, aMule "do not see" wxWidgets.

Code: [Select]
libwx_baseu-2.6.so.0 =C65= 4;O aMule-2.1.1-1_FC5.i586
        libwx_baseu-2.6.so.0(WXU_2.6) needs for aMule-2.1.1-1_FC5.i586
        libwx_baseu_net-2.6.so.0 needs for aMule-2.1.1-1_FC5.i586
        libwx_baseu_net-2.6.so.0(WXU_2.6) needs for aMule-2.1.1-1_FC5.i586
        libwx_gtk2u_adv-2.6.so.0 needs for aMule-2.1.1-1_FC5.i586
        libwx_gtk2u_adv-2.6.so.0(WXU_2.6)  needs for aMule-2.1.1-1_FC5.i586
        libwx_gtk2u_core-2.6.so.0 needs for aMule-2.1.1-1_FC5.i586
        libwx_gtk2u_core-2.6.so.0(WXU_2.6)  needs for aMule-2.1.1-1_FC5.i586
        libwx_gtk2u_core-2.6.so.0(WXU_2.6.2) needs for aMule-2.1.1-1_FC5.i586
        libwx_gtk2u_core-2.6.so.0(WXU_2.6.3) needs for aMule-2.1.1-1_FC5.i586

I compile wxWidgits with unicode!!!
Help me please!  ;(
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Can't install
« Reply #1 on: April 13, 2006, 02:43:55 PM »

you cannot compile wxWidgets and use an aMule rpm...

simple because rpm the pkg management tool wont let you install aMule without the prerequirements -> wxGTK

about the compile error above, the msg you posted is cut of to much
the error is more above that, so please post more lines on that
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."

Fakir

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: Can't install
« Reply #2 on: April 13, 2006, 03:42:50 PM »

OK. This is a full logs.

./configure

Code: [Select]
[root@vp131146 aMule-2.1.1]# ./configure
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.3)
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
checking for autopoint... ./configure: line 6999: autopoint: command not found
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 , headers in standard search path
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... /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... bison
checking version of bison... 2.1, 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.3
                                       crypto++              embedded
                                       zlib                  1.2.3

The final lines of make (with erors too)
Code: [Select]
:/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/libs/common/StringFunctions.cpp:93
: undefined reference to `operator+(wxString const&, wchar_t const*)'
libs/ec/libec.a(libec_a-ECPacket.o): In function `CECTag::GetDoubleData() const'
:/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/libs/ec/ECPacket.cpp:654: undefine
d reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
libs/ec/libec.a(libec_a-ECPacket.o): In function `__static_initialization_and_de
struction_0':../../../src/libs/common/StringFunctions.h:79: undefined reference
to `wxCSConv::wxCSConv(wchar_t const*)'
libs/ec/libec.a(libec_a-ECPacket.o): In function `CECTag':/root/myInstalls/aMule
-2.1.1/aMule-2.1.1/src/libs/ec/ECPacket.cpp:321: undefined reference to `wxStrin
g::Format(wchar_t const*, ...)'
:/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/libs/ec/ECPacket.cpp:323: undefine
d reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
:/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/libs/ec/ECPacket.cpp:321: undefine
d reference to `wxString::Format(wchar_t const*, ...)'
:/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/libs/ec/ECPacket.cpp:323: undefine
d reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
libs/ec/libec.a(libec_a-ECSocket.o): In function `__static_initialization_and_de
struction_0':../../../src/libs/common/StringFunctions.h:79: undefined reference
to `wxCSConv::wxCSConv(wchar_t const*)'
libs/ec/libec.a(libec_a-ECSocket.o): In function `CECSocket::GetErrorMsg(wxSocke
tError)':/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/libs/ec/ECSocket.cpp:350:
undefined reference to `wxString::Format(wchar_t const*, ...)'
libs/ec/libec.a(libec_a-ECSocket.o): In function `CECSocket::ReadPacket()':/root
/myInstalls/aMule-2.1.1/aMule-2.1.1/src/libs/ec/ECSocket.cpp:760: undefined refe
rence to `wxString::Format(wchar_t const*, ...)'
./libmuleappcore.a(libmuleappcore_a-AsyncDNS.o): In function `__static_initializ
ation_and_destruction_0':./libs/common/StringFunctions.h:79: undefined reference
 to `wxCSConv::wxCSConv(wchar_t const*)'
./libmuleappcore.a(libmuleappcore_a-DeadSourceList.o): In function `__static_ini
tialization_and_destruction_0':./libs/common/StringFunctions.h:79: undefined ref
erence to `wxCSConv::wxCSConv(wchar_t const*)'
./libmuleappcore.a(libmuleappcore_a-Scanner.o): In function `__static_initializa
tion_and_destruction_0':libs/common/StringFunctions.h:79: undefined reference to
 `wxCSConv::wxCSConv(wchar_t const*)'
./libmuleappcore.a(libmuleappcore_a-Parser.o): In function `__static_initializat
ion_and_destruction_0':libs/common/StringFunctions.h:79: undefined reference to
`wxCSConv::wxCSConv(wchar_t const*)'
./libmuleappcore.a(libmuleappcore_a-DataIO.o): In function `__static_initializat
ion_and_destruction_0':./libs/common/StringFunctions.h:79: undefined reference t
o `wxCSConv::wxCSConv(wchar_t const*)'
./libmuleappcore.a(libmuleappcore_a-FileIO.o):./libs/common/StringFunctions.h:79
: more undefined references to `wxCSConv::wxCSConv(wchar_t const*)' follow
./libmuleappcore.a(libmuleappcore_a-SearchManager.o): In function `Kademlia::CSe
archManager::prepareLookup(unsigned int, bool, Kademlia::CUInt128 const&)':kadem
lia/kademlia/SearchManager.cpp:218: undefined reference to `wxString::Format(wch
ar_t const*, ...)'
./libmuleappcore.a(libmuleappcore_a-SearchManager.o): In function `Kademlia::CSe
archManager::prepareFindKeywords(wxString const&, CMemFile*, unsigned int)':kade
mlia/kademlia/SearchManager.cpp:158: undefined reference to `operator+(wchar_t c
onst*, wxString const&)'
:kademlia/kademlia/SearchManager.cpp:176: undefined reference to `wxString::Form
at(wchar_t const*, ...)'
:kademlia/kademlia/SearchManager.cpp:176: undefined reference to `wxString::From
Ascii(char const*)'
./libmuleappcore.a(libmuleappcore_a-StateMachine.o): In function `__static_initi
alization_and_destruction_0':./libs/common/StringFunctions.h:79: undefined refer
ence to `wxCSConv::wxCSConv(wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-CatDialog.o): In function `__static_initializa
tion_and_destruction_0':./libs/common/StringFunctions.h:79: undefined reference
to `wxCSConv::wxCSConv(wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-CatDialog.o): In function `CCatDialog::OnBnCli
ckedOk(wxCommandEvent&)':/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/CatDialog.
cpp:167: undefined reference to `wxDirExists(wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-CatDialog.o):(.rodata._ZTV10CCatDialog[vtable
for CCatDialog]+0x274): undefined reference to `wxWindow::ApplyToolTip(_GtkToolt
ips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-ChatWnd.o): In function `__static_initializati
on_and_destruction_0':./libs/common/StringFunctions.h:79: undefined reference to
 `wxCSConv::wxCSConv(wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-ChatWnd.o):(.rodata._ZTV8CChatWnd[vtable for C
ChatWnd]+0x274): undefined reference to `wxWindow::ApplyToolTip(_GtkTooltips*, w
char_t const*)'
./libmuleappgui.a(libmuleappgui_a-CommentDialog.o):(.rodata._ZTV14CCommentDialog
[vtable for CCommentDialog]+0x274): undefined reference to `wxWindow::ApplyToolT
ip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-CommentDialogLst.o): In function `__static_ini
tialization_and_destruction_0':./libs/common/StringFunctions.h:79: undefined ref
erence to `wxCSConv::wxCSConv(wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-CommentDialogLst.o):(.rodata._ZTV17CCommentDia
logLst[vtable for CCommentDialogLst]+0x274): undefined reference to `wxWindow::A
pplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-DirectoryTreeCtrl.o): In function `__static_in
itialization_and_destruction_0':./libs/common/StringFunctions.h:79: undefined re
ference to `wxCSConv::wxCSConv(wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-DirectoryTreeCtrl.o): In function `CDirectoryT
reeCtrl::DelShare(wxString const&)':/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src
/DirectoryTreeCtrl.cpp:399: undefined reference to `wxArrayString::Remove(wchar_
t const*)'
./libmuleappgui.a(libmuleappgui_a-DirectoryTreeCtrl.o): In function `CDirectoryT
reeCtrl::IsShared(wxString const&)':/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src
/DirectoryTreeCtrl.cpp:379: undefined reference to `wxArrayString::Index(wchar_t
 const*, bool, bool) const'
./libmuleappgui.a(libmuleappgui_a-DirectoryTreeCtrl.o): In function `CDirectoryT
reeCtrl::HasSharedSubdirectory(wxString const&)':/root/myInstalls/aMule-2.1.1/aM
ule-2.1.1/src/DirectoryTreeCtrl.cpp:348: undefined reference to `wxString::Start
sWith(wchar_t const*, wxString*) const'
./libmuleappgui.a(libmuleappgui_a-DirectoryTreeCtrl.o): In function `CDirectoryT
reeCtrl::GetFullPath(wxTreeItemId)':/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src
/DirectoryTreeCtrl.cpp:219: undefined reference to `operator+(wchar_t const*, wx
String const&)'
./libmuleappgui.a(libmuleappgui_a-DirectoryTreeCtrl.o): In function `CDirectoryT
reeCtrl::AddChildItem(wxTreeItemId, wxString const&)':/root/myInstalls/aMule-2.1
.1/aMule-2.1.1/src/DirectoryTreeCtrl.cpp:186: undefined reference to `operator+(
wxString const&, wchar_t)'
./libmuleappgui.a(libmuleappgui_a-DirectoryTreeCtrl.o): In function `CDirectoryT
reeCtrl::AddSubdirectories(wxTreeItemId, wxString const&)':/root/myInstalls/aMul
e-2.1.1/aMule-2.1.1/src/DirectoryTreeCtrl.cpp:244: undefined reference to `wxStr
ing::Find(wchar_t, bool) const'
:/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/DirectoryTreeCtrl.cpp:246: undefin
ed reference to `wxString::Find(wchar_t, bool) const'
./libmuleappgui.a(libmuleappgui_a-DirectoryTreeCtrl.o): In function `wxString::a
ppend(unsigned int, wchar_t)':/usr/local/include/wx-2.6/wx/string.h:1181: undefi
ned reference to `wxStringBase::append(unsigned int, wchar_t)'
./libmuleappgui.a(libmuleappgui_a-DirectoryTreeCtrl.o):(.rodata._ZTV18CDirectory
TreeCtrl[vtable for CDirectoryTreeCtrl]+0x274): undefined reference to `wxWindow
::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-EditServerListDlg.o): In function `EditServerL
istDlg::OnOK(wxCommandEvent&)':/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/Edit
ServerListDlg.cpp:86: undefined reference to `operator+(wchar_t const*, wxString
 const&)'
:/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/EditServerListDlg.cpp:86: undefine
d reference to `operator+(wxString const&, wchar_t const*)'
:/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/EditServerListDlg.cpp:86: undefine
d reference to `wxLogSysError(wchar_t const*, ...)'
./libmuleappgui.a(libmuleappgui_a-EditServerListDlg.o): In function `EditServerL
istDlg':/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/EditServerListDlg.cpp:69: u
ndefined reference to `wxFile::Exists(wchar_t const*)'
:/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/EditServerListDlg.cpp:69: undefine
d reference to `wxFile::Exists(wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-EditServerListDlg.o):(.rodata._ZTV17EditServer
ListDlg[vtable for EditServerListDlg]+0x274): undefined reference to `wxWindow::
ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-listctrl.o): In function `MuleExtern::wxListTe
xtCtrl::OnKeyUp(wxKeyEvent&)':extern/listctrl.262.cpp:2100: undefined reference
to `operator+(wxString const&, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-listctrl.o):(.rodata._ZTVN10MuleExtern17wxGene
ricListCtrlE[vtable for MuleExtern::wxGenericListCtrl]+0x274): undefined referen
ce to `wxWindow::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-listctrl.o):(.rodata._ZTVN10MuleExtern16wxList
MainWindowE[vtable for MuleExtern::wxListMainWindow]+0x274): undefined reference
 to `wxWindow::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-listctrl.o):(.rodata._ZTVN10MuleExtern14wxList
TextCtrlE[vtable for MuleExtern::wxListTextCtrl]+0x274): undefined reference to
`wxWindow::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-listctrl.o):(.rodata._ZTVN10MuleExtern18wxList
HeaderWindowE[vtable for MuleExtern::wxListHeaderWindow]+0x274): undefined refer
ence to `wxWindow::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-MuleGifCtrl.o):(.rodata._ZTV11MuleGifCtrl[vtab
le for MuleGifCtrl]+0x274): undefined reference to `wxWindow::ApplyToolTip(_GtkT
ooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-MuleListCtrl.o): In function `__static_initial
ization_and_destruction_0':./libs/common/StringFunctions.h:79: undefined referen
ce to `wxCSConv::wxCSConv(wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-MuleListCtrl.o): In function `CMuleListCtrl::O
nChar(wxKeyEvent&)':/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/MuleListCtrl.cp
p:469: undefined reference to `wxString::StartsWith(wchar_t const*, wxString*) c
onst'
:/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/MuleListCtrl.cpp:486: undefined re
ference to `wxString::StartsWith(wchar_t const*, wxString*) const'
./libmuleappgui.a(libmuleappgui_a-MuleListCtrl.o): In function `CMuleListCtrl::L
oadSettings()':/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/MuleListCtrl.cpp:137
: undefined reference to `operator+(wchar_t const*, wxString const&)'
:/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/MuleListCtrl.cpp:149: undefined re
ference to `operator+(wchar_t const*, wxString const&)'
./libmuleappgui.a(libmuleappgui_a-MuleListCtrl.o): In function `CMuleListCtrl::S
aveSettings()':/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/MuleListCtrl.cpp:113
: undefined reference to `operator+(wchar_t const*, wxString const&)'
:/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src/MuleListCtrl.cpp:123: undefined re
ference to `operator+(wchar_t const*, wxString const&)'
./libmuleappgui.a(libmuleappgui_a-MuleListCtrl.o):(.rodata._ZTV13CMuleListCtrl[v
table for CMuleListCtrl]+0x274): undefined reference to `wxWindow::ApplyToolTip(      _GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-MuleNotebook.o):(.rodata._ZTV13CMuleNotebook[v      table for CMuleNotebook]+0x274): undefined reference to `wxWindow::ApplyToolTip(      _GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-MuleTextCtrl.o):(.rodata._ZTV13CMuleTextCtrl[v      table for CMuleTextCtrl]+0x274): undefined reference to `wxWindow::ApplyToolTip(      _GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-FileDetailListCtrl.o):(.rodata._ZTV19CFileDeta      ilListCtrl[vtable for CFileDetailListCtrl]+0x274): undefined reference to `wxWin      dow::ApplyToolTip(_GtkTooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-muuli_wdr.o):(.rodata._ZTV12wxButtonBase[vtabl      e for wxButtonBase]+0x274): undefined reference to `wxWindow::ApplyToolTip(_GtkT      ooltips*, wchar_t const*)'
./libmuleappgui.a(libmuleappgui_a-muuli_wdr.o):(.rodata._ZTV14wxCheckBoxBase[vta      ble for wxCheckBoxBase]+0x274): more undefined references to `wxWindow::ApplyToo      lTip(_GtkTooltips*, wchar_t const*)' follow
collect2: ld returned 1 exit status
make[2]: *** [amule] Error 1
make[2]: Leaving directory `/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/myInstalls/aMule-2.1.1/aMule-2.1.1/src'
make: *** [install-recursive] Error 1
[root@vp131146 aMule-2.1.1]#
Ufff....... now it is full log?  :rolleyes:
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Can't install
« Reply #3 on: April 13, 2006, 04:35:17 PM »

install gettext and/or gettext-devel

run "make clean" and rerun configure, make and so on..
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."

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Can't install
« Reply #4 on: April 13, 2006, 04:55:46 PM »

You have some non-unicode version of wxWidgets installed somewhere interfering with your compilation.
Logged

Fakir

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: Can't install
« Reply #5 on: April 13, 2006, 05:04:41 PM »

How i can delete old wx-Widgets?
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
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."

Fakir

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: Can't install
« Reply #7 on: April 13, 2006, 05:28:47 PM »

I have reinstall wxWidgets. But i have this erors....:(
Logged