aMule Forum

English => aMule Help => Topic started by: Nuke on April 24, 2004, 06:35:12 PM

Title: Cannot execute make...
Post by: Nuke on April 24, 2004, 06:35:12 PM
Hi. After making ./config with debug and stuff, it compiled and here's some of the info:
Quote
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.4.0... yes (version 2.4.2)
checking for wxbase-2.4-config... /usr/bin/wxbase-2.4-config
checking for wxWidgets base version >= 2.4.0... yes (version 2.4.2)
checking for curl >= 7.9.5... yes (version 7.10.5)
checking if wxWidgets was linked with GTK2... no
checking for gtk-config... /opt/gnome/bin/gtk-config
checking for GTK - version >= 1.2.0... no
*** Could not run GTK test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK was incorrectly installed
*** or that you have moved GTK since it was installed. In the latter case, you
*** may want to edit the gtk-config script: /opt/gnome/bin/gtk-config
checking if wxWidgets version >=2.5.0 ... no
checking for crypto++ version >= 5.1... yes
...
Quote
Configure script has finished system check.

  Configured aMule 2.0.0rc2 for 'i586-suse-linux'.

  Should aMule be compiled in debug mode?                  yes
  Should aMule be compiled with release grp code?          no
  Should aMule be compiled without debug reporting?        yes
  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 build?                        no
  Should aMule WebServer be build?                         no
  Should aMule WebServer GUI be build?                     no
  Should aMule ed2k links handler be build?                yes
  Should C aMule Statistics (CAS) be build?                yes
  Crypto++ library/headers style?                          mdk_suse_fc

  Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                1.2.10
Then, I tried make... It said that there was no such file or directory...
Title: Re: Cannot execute make...
Post by: stefanero on April 24, 2004, 06:51:54 PM
hey

did you check out our "How To"?
here is shown how you can compile amule on your system...
you seam to miss wx-config file...


stefanero
Title: Re: Cannot execute make...
Post by: deltaHF on April 24, 2004, 06:56:32 PM
no.. he miss gtk-1.2.x
if u have a distri based on rpms, install gtk-1.2.X and gtk-devel-1.2.X

try also locate gtk-config

greets
Title: Re: Cannot execute make...
Post by: Nuke on April 24, 2004, 07:05:23 PM
Hi...
I have gtk 1.2.10-710, gtk-devel 1.2.10-710, gtk2 2.2.3-27, gtk2-devel 2.2.3-27, wxGTK 2.4.1.2-43 and wxGTK-devel 2.4.1.2-43...
Thanks for your help...
Title: Re: Cannot execute make...
Post by: deltaHF on April 24, 2004, 07:12:58 PM
wxGTK 2.4.1 is a bit old ..

try plz: locate gtk-config
Title: Re: Cannot execute make...
Post by: Nuke on April 25, 2004, 04:48:20 AM
After making whereis wx-config:
Quote
*****@linux:~> whereis wx-config
wx-config: /usr/bin/wx-config
Did it help?
Title: Re: Cannot execute make...
Post by: deltaHF on April 25, 2004, 02:48:35 PM
dl get-info.sh plz and post the output here
Title: Re: Cannot execute make...
Post by: Nuke on April 25, 2004, 03:12:16 PM
get-info.sh:
Quote
I.   Development Environment

     A. Compiler Info
        Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.1/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux Thread model: posix gcc version 3.3.1 (SuSE Linux)

     B. wxWindows Info
        Version: 2.4.2
        -pthread -lwx_base-2.4

     C. GTK Info
        GTK 1: 1.2.10
./get-info.sh: line 1: pkg-config: command not found
        GTK 2:

II.  System Environment

     A. CPU Info
        Type:  AuthenticAMD
        Model: AMD-K6(tm) 3D processor
        Speed: 501.188
        BMips: 987.13
        Flags: fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrr

     B. Memory Info
        Total:   191056 kB
        Unused:  134236 kB

     C. Kernel Info
        Version: 2.4.21-99-default

     D. Library Info
./get-info.sh: line 33: ldconfig: command not found
        wxWindows library:

...
Title: Re: Cannot execute make...
Post by: deltaHF on April 25, 2004, 03:15:34 PM
rerun as root plz
Title: Re: Cannot execute make...
Post by: Nuke on April 25, 2004, 03:22:56 PM
As root:
Quote
I.   Development Environment

     A. Compiler Info
        Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.1/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux Thread model: posix gcc version 3.3.1 (SuSE Linux)

     B. wxWindows Info
        Version: 2.4.2
        -pthread -lwx_base-2.4

     C. GTK Info
./get-info.sh: line 1: gtk-config: command not found
        GTK 1:
./get-info.sh: line 1: pkg-config: command not found
        GTK 2:

II.  System Environment

     A. CPU Info
        Type:  AuthenticAMD
        Model: AMD-K6(tm) 3D processor
        Speed: 501.188
        BMips: 987.13
        Flags: fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrr

     B. Memory Info
        Total:   191056 kB
        Unused:  137196 kB

     C. Kernel Info
        Version: 2.4.21-99-default

     D. Library Info
        wxWindows library: libwx_gtk-2.4.so (libc6) => /usr/lib/libwx_gtk-2.4.so libwx_base-2.4.so (libc6) => /usr/lib/libwx_base-2.4.so
...
Title: Re: Cannot execute make...
Post by: deltaHF on April 25, 2004, 03:52:47 PM
plz come to #amule .. will be faster than here on forum

greets
Title: Re: Cannot execute make...
Post by: Nuke on April 25, 2004, 03:55:49 PM
I don't have IRC installed. But I'm going to uninstall suse and install mandrake... If the error continues, I'll let you know... Thanks...
Title: Re: Cannot execute make...
Post by: deltaHF on April 25, 2004, 04:06:44 PM
i have suse and 0 probs .. more your sys config related than suse itself.
and irc.. whats the prob to install xchat? ;)
Title: Re: Cannot execute make...
Post by: Nuke on April 26, 2004, 02:46:47 PM
The thing is that I'm having a little problem with suse. The keyboard isn't well configured (Portuguese keyb isn't 100%) and my mouse isn't also well known through suse. I've installed Mdk 9.0 a few months ago and I didn't had any prob with that so I'm going to install mdk 10 to try to solve them and to see what's new... I think that the reason why my aMule started crashing was after I installed xMule 1.8.2. I also heard that mdk is more acceptable for newbies like me. Don't worry. In a few hours I'll be bothering you with more probs... :D
Thanks...