aMule Forum

Deutsch => aMule Hilfe => Topic started by: Stevil on May 25, 2004, 02:13:40 PM

Title: aMule CVS und FreeBSD 5.2.1 ;)
Post by: Stevil on May 25, 2004, 02:13:40 PM
wollte soeben aMule CVS kompilieren..problemchen mal wieder....lalala


  Configure script has finished system check.

  Configured aMule CVS for 'i386-unknown-freebsd5.2.1'.

  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
  Should aMule GUI Statistics (wxCas) be build?            yes
  Crypto++ library/headers style?                          mdk_suse_fc

  Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                1.2.10



soweit ja ok...ein bekanntes "gmake" jedoch...


gmake[2]: Leaving directory `/usr/own/amule-cvs/po'
Making all in src
gmake[2]: Entering directory `/usr/own/amule-cvs/src'
gcc  -Wall -g -ggdb -fno-inline -D__DEBUG__ -g     -o cas  cas-cas.o cas-functions.o cas-configfile.o cas-graphics.o    -lcryptopp
/usr/bin/ld: cannot find -lcryptopp
gmake[2]: *** [cas] Error 1
gmake[2]: Leaving directory `/usr/own/amule-cvs/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/own/amule-cvs'
gmake: *** [all] Error 2

Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: deltaHF on May 25, 2004, 02:38:18 PM
http://www.amule.org/wiki/index.php/Install-amule-freebsd
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: Stevil on May 25, 2004, 04:14:41 PM
dankööööööö, endlich mal alles auf einen haufen :)

- wxgtk tool kit nachinstalliert
- MAKEFILE an den pfad von libcryptoop angepasst
- amule.cpp patch eingefügt
- aMule CVS läuft...

leider wird die amulesig.dat immernoch nicht im /tmp erzeugt :(
hab configure einfach durchlaufen lassen (stand so in der CVS anleitung).

index.php --> define(AMULESIGDAT, "/tmp/amulesig.dat");
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: deltaHF on May 25, 2004, 06:07:06 PM
weil du den pfad wo amulesig gespeichert wird in den preferences umstellen musst .. und zwar unter prefs -> remote ctrl .. da einfach /tmp tippen und speichern

gruss
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: Stevil on May 25, 2004, 06:27:02 PM
bin ich jetzt total blind?

einstellungen --> Remote Controlls

da habe ich folgende einstellungen:

[]enable webserver
webserver port [------]
Page Refresh [------]
[X]Enable Gzip Compression
[X]Enable Low rights User
Full rights password [-----]
Low rights passwort [------]

[]Accept external connections
[]Use TCP Port instead....
External TCP Port [------]
[]Enable Passwort [------]


hab wohl was am auge?? :(
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: deltaHF on May 25, 2004, 06:33:20 PM
du hast das daily tarball vom amule.hirnriss.net, richtig ?

Quote
Get the code:
# aMule-cvs-20040525.tar.bz2
# aMule-cvs-20040524.tar.bz2
# aMule-cvs-20040523.tar.bz2
# aMule-cvs-20040426.tar.bz2

gruss
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: Stevil on May 25, 2004, 06:51:15 PM
ich habe den gezogen:
--> http://amule.hirnriss.net/cvs/aMule-cvs-20040426.tar.bz2


und deinen onlinesignatur bereich habe ich definitiv nicht :( :( :( :(
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: deltaHF on May 25, 2004, 07:01:38 PM
das is ja auch schon nen monat alt.. 26.04 ;)
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: Stevil on May 25, 2004, 07:15:24 PM
*ich krieg die kriese....NAAAAAAARF*
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: deltaHF on May 25, 2004, 07:19:46 PM
augen auf ->  8o  :D
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: Stevil on May 25, 2004, 07:33:53 PM
ARRRRR, aber der fehler ist neu!


In file included from /usr/local/include/cryptopp/pkcspad.h:4,
                 from /usr/local/include/cryptopp/rsa.h:9,
                 from ClientCredits.h:39,
                 from amule.cpp:82:
/usr/local/include/cryptopp/cryptlib.h:1358:9: warning: "/*" within comment
amule.cpp:98:2: warning: #warning This ones must be removed ASAP - exception: amuledlg, will be the LAST one.
amule.cpp:648:18: warning: #warning we need to move this lowid warning to the GUI itself.
amule.cpp: In member function `void CamuleApp::AddSocketDeleteDebug(unsigned
   int, unsigned int)':
amule.cpp:1768: error: `backtrace' undeclared (first use this function)
amule.cpp:1768: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
amule.cpp:1771: error: `backtrace_symbols' undeclared (first use this function)
gmake[2]: *** [amule-amule.o] Error 1
gmake[2]: Leaving directory `/usr/own/amule-cvs/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/own/amule-cvs'
gmake: *** [all] Error 2
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: Stevil on May 25, 2004, 07:35:29 PM

amule.cpp:39:30: execinfo.h: No such file or directory
amule.cpp:40:28: mntent.h: No such file or directory
In file included from /usr/local/include/cryptopp/pkcspad.h:4,
                 from /usr/local/include/cryptopp/rsa.h:9,
                 from ClientCredits.h:39,
                 from amule.cpp:82:
/usr/local/include/cryptopp/cryptlib.h:1358:9: warning: "/*" within comment
amule.cpp:98:2: warning: #warning This ones must be removed ASAP - exception: amuledlg, will be the LAST one.
amule.cpp: In member function `virtual bool CamuleApp::OnInit()':
amule.cpp:515: error: `setmntent' undeclared (first use this function)
amule.cpp:515: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
amule.cpp:521: error: `getmntent' undeclared (first use this function)
amule.cpp:523: error: invalid use of undefined type `struct mntent'
amule.cpp:519: error: forward declaration of `struct mntent'
amule.cpp:524: error: invalid use of undefined type `struct mntent'
amule.cpp:519: error: forward declaration of `struct mntent'
amule.cpp:529: error: invalid use of undefined type `struct mntent'
amule.cpp:519: error: forward declaration of `struct mntent'
amule.cpp:648:18: warning: #warning we need to move this lowid warning to the GUI itself.
amule.cpp: In member function `virtual void CamuleApp::OnFatalException()':
amule.cpp:1030: error: `backtrace' undeclared (first use this function)
amule.cpp:1035: error: `backtrace_symbols' undeclared (first use this function)
amule.cpp: In member function `void CamuleApp::AddSocketDeleteDebug(unsigned
   int, unsigned int)':
amule.cpp:1768: error: `backtrace' undeclared (first use this function)
amule.cpp:1771: error: `backtrace_symbols' undeclared (first use this function)
gmake[2]: *** [amule-amule.o] Error 1
gmake[2]: Leaving directory `/usr/own/amule-cvs/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/own/amule-cvs'
gmake: *** [all] Error 2
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: deltaHF on May 25, 2004, 08:28:26 PM
hast du amule.cpp wie immer editiert ?
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: Stevil on May 25, 2004, 09:08:35 PM
natürlich...wie es bei jedem neuen freebsd esel gemacht werden muss :(
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: Stevil on May 25, 2004, 10:12:08 PM
fehler gefunden:

in der amule.cpp muss man vor den includes trotz patch datei noch ein

#define __OPENBSD__

setzen, dann klappts...
Title: Re: aMule CVS und FreeBSD 5.2.1 ;)
Post by: Stevil on May 25, 2004, 10:21:44 PM
ich krieg noch ne kriese...aMule CVS vom 25.05 läuft
ne amulesig.dat wird im /tmp erzeugt
hab AMPS frisch ausgepackt und auf den apache geknallt
funzt nicht.
hab die amulesig.dat auf chmod 777 gesetzt
funzt nicht


bitte, lasst mich heute ruhig schlafen!!! :(