aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: make-error / muuli_wdr.cpp / latest cvs  (Read 2441 times)

chow

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
make-error / muuli_wdr.cpp / latest cvs
« on: September 28, 2007, 02:06:31 PM »

Hi,

as I am unable to get a stable rpm-installation of amule under fedora 7 I tried to compile from the latest cvs (aMule-CVS-20070928.tar.bz2). I used the description from the wiki. Compiling and installing of wxGTK-2.8.5. did work, also "configure" (no further options) of aMule seems to run well. But these error-messages appear when I try to "make":

Parser.cpp:199:6: warning: »YYENABLE_NLS« is not defined
Parser.cpp:613:6: warning: »YYLTYPE_IS_TRIVIAL« is not defined
muuli_wdr.cpp: In function »wxSizer* downloadDlg(wxWindow*, bool, bool)«:
muuli_wdr.cpp:1003: error: »wxGA_PROGRESSBAR« is not defined in this scope
make[3]: *** [libmuleappgui_a-muuli_wdr.o] error 1
make[2]: *** [all-recursive] error 1
make[1]: *** [all-recursive] error 1
make: *** [all] error 2

I translated this from german, so it may differ from native english output. I made everything as root.

Can anybody help me?

Greetz Chow
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: make-error / muuli_wdr.cpp / latest cvs
« Reply #1 on: September 28, 2007, 03:50:46 PM »

Your wx compilation lacks some components, probably wxGauge
Logged