aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 2 FreeBSD fragen  (Read 3161 times)

Stevil

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 110
2 FreeBSD fragen
« on: August 30, 2004, 07:17:38 PM »

habe von FreeBSD 5.2.1 auf 5.3Beta1 geupdated.
irgendwie hats meinen kompletten rechner geschrottet, teilweise funzt alles schneller, teilweise gar nicht mehr.

wollte gerade aMule 2.0.0rc5 neu aufsetzen.

einmal unter configure...
Code: [Select]
 Configure script has finished system check.

  Configured aMule 2.0.0rc5 for 'i386-unknown-freebsd5.3'.

  Should aMule be compiled in debug mode?                  yes
  Should aMule be compiled with verbose console output?    no
  Should aMule be compiled with upload speed sense?        no
  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 built?                        no
  Should aMule WebServer be built?                         no
  Should aMule WebServer GUI be built?                     no
  Should aMule ed2k links handler be built?                yes
  Should aMuleLinkCreator GUI version (alc) be built?      yes
  Should aMuleLinkCreator for console (alcc) be built?     no
  Should C aMule Statistics (CAS) be built?                yes
  Should aMule GUI Statistics (wxCas) be built?            yes
  Crypto++ library/headers style?                          mdk_suse_fc

  Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                2.4.7

  NOTICE: With wxWidgets versions prior 2.5, you need wxBase library to compile:
          amuleweb amulecmd and alcc



  WARNING!! Your wxWidgets copy has been linked against GTK2 and this will make aMule
  be unstable, use much more cpu and ram. You have been warned, don't report bugs under this setup.
ne idee, wie ich besagte wxWidgets in die richtige version bekomme, bzw gegen GTK1 (?) linken kann?


unter gmake...
Code: [Select]
/usr/include/c++/3.3/bits/stl_bvector.h:673: undefined reference to `std::__default_alloc_template::deallocate(void*, unsigned int)'
/usr/local/lib/libcryptopp.a(nbtheory.o)(.gnu.linkonce.t._ZNSt14__simple_allocItSt24__default_alloc_templateILb1ELi0EEE8allocateEj+0x1d): In function `std::__simple_alloc >::allocate(unsigned int)':
/usr/include/c++/3.3/bits/stl_algo.h:3067: undefined reference to `std::__default_alloc_template::allocate(unsigned int)'
gmake[4]: *** [amule] Error 1
gmake[4]: Leaving directory `/usr/own/aMule-2.0.0rc5/src'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/own/aMule-2.0.0rc5/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/own/aMule-2.0.0rc5/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/own/aMule-2.0.0rc5'
gmake: *** [all] Error 2
192#

und da weiss ich gar nix :(


danke für hilfe!!
« Last Edit: August 30, 2004, 07:17:52 PM by Stevil »
Logged
5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004

errare humanum est ;)

cwsdoom

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
RE: 2 FreeBSD fragen
« Reply #1 on: August 31, 2004, 10:07:21 AM »

Quote
Originally posted by Stevil
ne idee, wie ich besagte wxWidgets in die richtige version bekomme, bzw gegen GTK1 (?) linken kann?
Ja, deinstallier wxgtk2 und installier 'x11-toolkits/wxgtk'.
Logged

Stevil

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 110
Re: 2 FreeBSD fragen
« Reply #2 on: August 31, 2004, 10:10:15 AM »

okidoki...soweit ich weiss, hab ich nämlich beides installiert.
kurze frage...GTK2 ist doch "aktueller" al GTK1...oder hab ich nen dreher drin?

bzw in den ports ist GTK in der v2.4.3 GTK2 ist 2.5.3...
Logged
5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004

errare humanum est ;)

cwsdoom

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: 2 FreeBSD fragen
« Reply #3 on: August 31, 2004, 12:21:43 PM »

soweit ich weiss gibt es eigentlich nur zwei versionen von wxwidgets in den ports. zum einen wxgtk 2.4.2 [stable] (wird entweder gegen gtk1 oder gtk2 gelinkt mit option auf unicode unterstützung) und zum andern wxgtk 2.5.2 [devel] (wird gegen gtk2 gelinkt, wiederum mit option auf unicode unterstützung). parallel lassen die sich glaub ich gar nich installieren.
Logged

Stevil

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 110
Re: 2 FreeBSD fragen
« Reply #4 on: August 31, 2004, 12:28:17 PM »

ok...dann deinstallier ich jetzt erstmal alle GTK und GTK2 komponenten und hau dann nur noch GTK drauf...brauch ich eh nur für den esel ;)

danke!
Logged
5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004

errare humanum est ;)

Stevil

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 110
Re: 2 FreeBSD fragen
« Reply #5 on: August 31, 2004, 03:53:57 PM »

ne du...der tip war nicht erfolgreich...

Quote

  Which libraries should aMule use?
                                       wxWidgets          Not detected
                                       GTK                1.2.10

  NOTICE: With wxWidgets versions prior 2.5, you need wxBase library to compile:
          amuleweb amulecmd and alcc
Logged
5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004

errare humanum est ;)

cwsdoom

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: 2 FreeBSD fragen
« Reply #6 on: August 31, 2004, 06:38:27 PM »

hm ja dann irgendwie so...
Code: [Select]
./configure --with-wx-config=/usr/X11R6/bin/wxgtk-2.4-config
Logged