LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem with aMule-1.2.6 (https://www.linuxquestions.org/questions/linux-software-2/problem-with-amule-1-2-6-a-171698/)

Tsukasa 04-18-2004 12:41 PM

Problem with aMule-1.2.6
 
I tried to compile aMule-1.2.6 . First, I ran the command -

Code:

./configure --prefix=/usr/etc/pango
every things were okay.
- When the configure finished, I get the output
Code:

 
  Configure script has finished system check.

  Configured aMule 1.2.6 for `i686-pc-linux-gnu'.

  Should aMule be compiled in debug mode?                  no
  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 amulecmd be built?                                yes
  Should amulecmd (TextClient) be linked against wxbase?  yes

  Which libraries should aMule use?
                                      wxWindows          2.4.2
                                      GTK                1.2.10

Next, I ran the command make, but I get errors -

Code:

make  all-recursive
make[1]: Entering directory `/home/achiad/Files/aMule-1.2.6'
Making all in .
make[2]: Entering directory `/home/achiad/Files/aMule-1.2.6'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/achiad/Files/aMule-1.2.6'
Making all in m4
make[2]: Entering directory `/home/achiad/Files/aMule-1.2.6/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/achiad/Files/aMule-1.2.6/m4'
Making all in intl
make[2]: Entering directory `/home/achiad/Files/aMule-1.2.6/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/achiad/Files/aMule-1.2.6/intl'
Making all in po
make[2]: Entering directory `/home/achiad/Files/aMule-1.2.6/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/achiad/Files/aMule-1.2.6/po'
Making all in src
make[2]: Entering directory `/home/achiad/Files/aMule-1.2.6/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/lib/wx/include/base-2.4 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DWXBASE -g  -MT amulecmd-TextClient.o -MD -MP -MF ".deps/amulecmd-TextClient.Tpo" \
  -c -o amulecmd-TextClient.o `test -f 'TextClient.cpp' || echo './'`TextClient.cpp; \
then mv ".deps/amulecmd-TextClient.Tpo" ".deps/amulecmd-TextClient.Po"; \
else rm -f ".deps/amulecmd-TextClient.Tpo"; exit 1; \
fi
cc1plus: Permission denied: opening dependency file .deps/amulecmd-TextClient.Tpo
make[2]: *** [amulecmd-TextClient.o] Error 1
make[2]: Leaving directory `/home/achiad/Files/aMule-1.2.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/achiad/Files/aMule-1.2.6'
make: *** [all] Error 2

What's the problem?

Hammett 04-18-2004 12:44 PM

Try to run make with root.... let's see if you get rid of that "permission denied"

Tsukasa 04-18-2004 12:47 PM

The same error message.

Hammett 04-18-2004 12:50 PM

If you're using RH, there's an RPM for aMule, give it a try....i don't know what to do with that error....

Tsukasa 04-18-2004 12:58 PM

I forgot to write that I work with Mandrake 9.2 and KDE 3.1

(I have the last release of GTK+ 2.4.0)

Hammett 04-18-2004 01:04 PM

Give a shot to http://rpmfin.net and see if there's a rpm for aMule


All times are GMT -5. The time now is 10:10 AM.