aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Amule-gui.cpp compilation error!  (Read 2737 times)

Lakesis

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Amule-gui.cpp compilation error!
« on: May 12, 2005, 01:36:55 PM »

Hi everyone!

I'm trying to compile aMule 2.0.0 on my AMD64 machine but I get this error:

Code: [Select]
amule-gui.cpp:31:69: X11/Xlib.h: No existe el fichero o el directorio
amule-gui.cpp: En member function `virtual int CamuleGuiBase::InitGui(bool,
   wxString&)':
amule-gui.cpp:195: error: `XParseGeometry' undeclared (first use this function)
amule-gui.cpp:195: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
make[3]: *** [amule-amule-gui.o] Error 1
make[3]: Leaving directory `/home/pablo/Programas/aMule-2.0.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/pablo/Programas/aMule-2.0.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pablo/Programas/aMule-2.0.0'
make: *** [all] Error 2

As far as I know I've the latest versions of wx intalled...

Does anyone how to solve this problem?

Thanks!
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Amule-gui.cpp compilation error!
« Reply #1 on: May 12, 2005, 02:21:30 PM »

you miss some xlibs...
check if you can install some pkg for them, since i dont know your distro i cant help ya there...
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."

Lakesis

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: Amule-gui.cpp compilation error!
« Reply #2 on: May 12, 2005, 04:28:01 PM »

I'm under Ubuntu Hoary 5.04. Using xorg... Don't know exactly which package I sould intall...
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Amule-gui.cpp compilation error!
« Reply #3 on: May 12, 2005, 04:56:54 PM »

read the "read first" thread

cheers

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Amule-gui.cpp compilation error!
« Reply #4 on: May 12, 2005, 07:46:36 PM »

this file shoudl be in

xorg-x11-devel or libxorg-x11-devel
see what you can find in your repro
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."