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] 3 4 ... 6

Author Topic: How to install aMule in MAC OS X  (Read 60751 times)

sssnake

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69
  • Don't eat the yellow snow (F. Zappa)
RE: How to install aMule in MAC OS X
« Reply #15 on: April 27, 2004, 11:30:55 AM »

Hey Scarface,
to install gcc, make etc it's easyest to install the "Mac OS X Developer Tools". Panther has them included already, I found the double-clickable installation package under /Applications/Installers/Developer Tools/Developer.mpk. If you don't find it there, have a look on your OS X Panther CD. There is also a free download at apple.com, but its said to be a huge package (over 200 MB). See http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/preparing/chapter_3_section_3.html.
After installation, retry to compile. Good luck.
Logged

Scarface

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
RE: How to install aMule in MAC OS X
« Reply #16 on: April 27, 2004, 06:11:24 PM »

Hi there, Thx alot for your help!!
I achieved to run everything properly but as finished It gives me following error message when trying to launch amule:
the Operation could not be completed
An unexpected error occured * (error code 1000)
does somebody know what did I do wrong ??
Logged

sssnake

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69
  • Don't eat the yellow snow (F. Zappa)
RE: How to install aMule in MAC OS X
« Reply #17 on: April 28, 2004, 12:18:19 AM »

Ups, you mean this happens when you start your compiled amule? If you have startet amule with double-klickadi-klick, could you just start it from the terminal. This way, you have more output, like
Code: [Select]
/Applications/amule.app/Contents/MacOS/amule + Enter
and append it as-is in your reply? Mybe some developer can help then or I see your problem...
Logged

Scarface

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
RE: How to install aMule in MAC OS X
« Reply #18 on: April 30, 2004, 01:35:05 PM »

I tried it all again but at the last part something goes wrong :
extracting: amule.app/Icon          
  inflating: __MACOSX/amule.app/._Icon  
  inflating: ._amule.app            
[An-Others-Computer:~/amule] another% cp aMule-2.0.0rc2/src/amule amule.app/Contents/MacOS/
cp: aMule-2.0.0rc2/src/amule: No such file or directory
[An-Others-Computer:~/amule] another% cp aMule-2.0.0rc2/src/amule amule.app/Contents/MacOSX/
cp: aMule-2.0.0rc2/src/amule: No such file or directory

could it be because of that ??
I also tried to run Amule.app manualy over the terminal but it doesnt work..
somebody please help me...   :)
Logged

sssnake

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69
  • Don't eat the yellow snow (F. Zappa)
RE: How to install aMule in MAC OS X
« Reply #19 on: May 03, 2004, 12:59:19 AM »

The first part of your post: I don't undestand. What do you mean by this?
The part with [An-Others-Computer...]: It seems to me, your executable "amule" was not build during "make". It should be created here: aMule-2.0.0rc2/src/amule.
So if it is there, try to execute it without the app-Container part in the shell.
If it's not there, there has to be some output at the end of make which tells you, what exactly failed.
Logged

Scarface

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
RE: How to install aMule in MAC OS X
« Reply #20 on: May 06, 2004, 01:03:35 PM »

OK I tried it without the apps part but now it says:


[An-Others-Computer:~/amule] another% cp aMule-2.0.0rc2/src/amule.app
usage: cp [-R [-H | -L | -P]] [-f | -i] [-p] src target
       cp [-R [-H | -L | -P]] [-f | -i] [-p] src1 ... srcN directory
[An-Others-Computer:~/amule] another% cp aMule-2.0.0rc2/src/amule/amule.app
usage: cp [-R [-H | -L | -P]] [-f | -i] [-p] src target
       cp [-R [-H | -L | -P]] [-f | -i] [-p] src1 ... srcN directory

what does  that mean?? In my src folder i did not find any amule folder or an amule.app
what do I have to do?
thx alot greets scarf
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: How to install aMule in MAC OS X
« Reply #21 on: May 06, 2004, 01:43:28 PM »

the copy command is `cp `
You are missing the second part.
Also, I think what sssnake meant is to copy the file amule-2.0.0rc2/src/amule which is actually the same file as amule.cpp in your installation dir, but just with a different name. There is no src/amule.app neither any src/amule/amule.app (in fact, there is no src/amule/ directory ;-) )
If I understood wrong, I hope sssnake corrects me so that you get the right message ;-)
Greetings
Logged

Scarface

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: How to install aMule in MAC OS X
« Reply #22 on: May 06, 2004, 08:18:18 PM »

Ok but how do I copy the Amule... in the installation dir??
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: How to install aMule in MAC OS X
« Reply #23 on: May 06, 2004, 11:05:05 PM »

Take a look at the second post of this thread again ;-)

Greetings.
Logged

sssnake

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69
  • Don't eat the yellow snow (F. Zappa)
Re: How to install aMule in MAC OS X
« Reply #24 on: May 10, 2004, 11:42:42 PM »

Hi Jacobo221, hi scarface,

Jacobo221, you understood me right, the line scarface likely tried to execute was
Code: [Select]
cp aMule-2.0.0rc3/src/amule amule.app/Contents/MacOS/, but you, Scarface, somehow missed the space between aMule-2.0.0rc3/src/amule and amule.app/Contents/MacOS/ :D

Anyway, don't know why you got stucked there, scarface, to try out amule after succsessfully compilation, you don't need to copy it to yout "installation"-directory, just try to execute after having done line 42 in the script in the second post of this thread
Code: [Select]
aMule-2.0.0rc3/src/amule. What does it say now?
« Last Edit: May 10, 2004, 11:44:03 PM by sssnake »
Logged

trixie

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
    • http://trixie.myvnc.com/
Problem making aMule with : make
« Reply #25 on: May 15, 2004, 02:38:05 AM »

Hi guys,

I've done everything so far, but i get a error when i try to 'make' the application aMule.

INPUT :

> cd aMule-2.0.0rc3

> ./configure --disable-systray --with-wx-prefix=/usr/local --with-wx-config=/usr/local/bin/wx-config --with-crypto-prefix=/Users/`whoami`/amule

> make                     <--!!  this is the place it goes wrong  !!-->

> cd ..


there i get the following message at the end :

cp ./libgnuintl.h libintl.h
/bin/sh ./config.charset 'powerpc-apple-darwin7.3.0' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/amule/g' ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/amule/g' ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
Making all in po
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: rename t-en_GB.gmo to en_GB.gmo: No such file or directory
make[2]: *** [en_GB.gmo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


Could u tell me what i've done wrong ? ( if u could figure this out, that is )

Thankz.


 ;(
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: How to install aMule in MAC OS X
« Reply #26 on: May 15, 2004, 03:38:21 AM »

it's not finding a file (t-en_GB.gmo), so remove the directory, uncompress again and comoile. If it still fails, redownload aMule sources, maybe the file was corrupted while downloading.

Greetings.
Logged

Scarface

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Probs with installation
« Reply #27 on: May 21, 2004, 09:14:21 PM »

Hi there again..  :)
Ok, I tried everything again, and it all worked aou fine with no errors until to the part where I install aMule-2.0.0rc2.
When I gave the input : make
 
It gave me these last lines:

mv t-ref-del.sed ref-del.sed
Making all in po
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: rename t-en_GB.gmo to en_GB.gmo: No such file or directory
make[2]: *** [en_GB.gmo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

When now installing the last amule.zip, and trying to run aMule it says error 1000..
what went wrong ??
THX A LOT LOT LOT
 Scarf
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: How to install aMule in MAC OS X
« Reply #28 on: May 22, 2004, 05:03:29 AM »

DO you have "gettext" installed? If not, install it and rerun make.
Greetings
Logged

paul

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 13
Re: How to install aMule in MAC OS X
« Reply #29 on: June 02, 2004, 09:45:02 PM »

you have to install fink
open terminal and type

sudo apt-get install gtk+
sudo apt-get install gtk+-shlibs
Logged
Pages: 1 [2] 3 4 ... 6