aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Solved - but compilation for ARM still failed !  (Read 2736 times)

mcfly

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Solved - but compilation for ARM still failed !
« on: September 19, 2005, 10:02:11 PM »

Hello,

I try to compil amule 2.0.2 - 2.0.3 but i have an error on IPFilter.cpp :

I use a special version of linux see my other post here :

Code: [Select]
IPFilter.cpp: In member function `int CIPFilter::LoadFromZipFile(const wxString&)':
IPFilter.cpp:358: error: `wxZipFSHandler' undeclared (first use this function)
IPFilter.cpp:358: error: (Each undeclared identifier is reported only once for each function it appears in.)
IPFilter.cpp:358: error: parse error before `;' token
IPFilter.cpp:359: error: `archive' undeclared (first use this function)
IPFilter.cpp:365: error: `wxZipInputStream' undeclared (first use this function)
IPFilter.cpp:365: error: parse error before `(' token
IPFilter.cpp:366: error: `inputStream' undeclared (first use this function)
make[4]: *** [amuled-IPFilter.o] Error 1
make[4]: Leaving directory `/share/hdd/data/develop/unslung/unslung/builds/amule/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/share/hdd/data/develop/unslung/unslung/builds/amule/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/share/hdd/data/develop/unslung/unslung/builds/amule'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/share/hdd/data/develop/unslung/unslung/builds/amule'
make: *** [/share/hdd/data/develop/unslung/unslung/builds/amule/.built] Error 2

Can you help mee ? Thx in advance :)
« Last Edit: September 21, 2005, 10:27:17 PM by mcfly »
Logged

ken

  • Hero Member
  • *****
  • Karma: 4
  • Offline Offline
  • Posts: 825
Re: Solved - but compilation for ARM still failed !
« Reply #1 on: September 20, 2005, 02:49:40 AM »

What version of wxWidgets do you have?  It seems to be earlier than wx2.4.2, which isn't supported for aMule.
Logged

mcfly

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Solved - but compilation for ARM still failed !
« Reply #2 on: September 20, 2005, 01:02:15 PM »

Hi ken,

I use wxbase 2.5.3 now.

I try with 2.5.5 now ... compiling ...

The 2.4.2 is the minimal version ? It must be working normally with the 2.5.3 ?

I'm desperate  ;(

Thx for your help  ;)
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Solved - but compilation for ARM still failed !
« Reply #3 on: September 20, 2005, 02:05:48 PM »

well 2.4.2 and daemon dont work!!
you need at least 2.5.3 or I think even 2.5.4 for daemon to work ...

btw current stable release of wxBAse is 2.6.1 ;)

also if you use amuled dont use any version before 2.0.3 since htey had still buggy network code!
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

mcfly

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Solved - but compilation for ARM still failed !
« Reply #4 on: September 21, 2005, 10:24:47 PM »

Ok it compile now ! And finish without problem Thanks but ... :

I find my ohter problem now on the forum :

http://forum.amule.org/thread.php?threadid=4676&sid=&hilight=arm

This guy search the same thing of mee ( Compiling for Arm ( Nslu2 ) )but he don't reply to my PM. :(

The patch is not implemented in amule sources i think !? I have the same problem no connecting to server .......

The problem is that patch doesn't work on new version !!!

Can you help mee Developpers ? ;(
« Last Edit: September 21, 2005, 10:33:17 PM by mcfly »
Logged