aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: ‘OnScroll’ is not a member of ‘wxScrolledWindow’  (Read 8269 times)

wurstauge

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
‘OnScroll’ is not a member of ‘wxScrolledWindow’
« on: June 11, 2017, 02:15:42 PM »

Hi,

I'm new here in this forum and not really experienced with Linux. On my shuttle XP35 I have installed Ubuntu 16.04.02. It works well. Installing aMule (2.4.0) was not a problem neither. But aMule keeps on crashing every few hours. In this forum I found a post related to this issue which recommends to compile aMule 2.3.1 myself.
I found a lot of helpful posts and managed to install all necessary packages including wxWidget3.1. Compiling aMule works well, just one warning about a minor item. After I started 'make' the following error occurs:

eule@shuttle-01:~/Downloads/aMule-2.3.2$ make
[sudo] password for eule:
Compiling listctrl.cpp
extern/wxWidgets/listctrl.cpp: In member function ‘void MuleExtern::wxListMainWindow::OnScroll(wxScrollWinEvent&)’:
extern/wxWidgets/listctrl.cpp:4864:5: error: ‘OnScroll’ is not a member of ‘wxScrolledWindow’
     wxScrolledWindow::OnScroll(event);
     ^
Makefile:1620: recipe for target 'libmuleappgui_a-listctrl.o' failed
make[3]: *** [libmuleappgui_a-listctrl.o] Error 1
Makefile:3260: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
Makefile:490: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
Makefile:397: recipe for target 'all' failed
make: *** [all] Error 2

I don't have any clue what this could mean, neither an idea how to solve this.
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: ‘OnScroll’ is not a member of ‘wxScrolledWindow’
« Reply #1 on: June 12, 2017, 09:21:01 AM »

managed to install all necessary packages including wxWidget3.1.

Use wxWidgets 3.0, aMule does not compile with 3.1.
Logged
concordia cum veritate

wurstauge

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: ‘OnScroll’ is not a member of ‘wxScrolledWindow’
« Reply #2 on: June 14, 2017, 05:38:24 AM »

It works, thanks.
It's a bit confusing with all the different versions of packages sometime. Have to double-check thoroughly.
Logged