LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   aMule Won't Compile (https://www.linuxquestions.org/questions/linux-software-2/amule-wont-compile-239265/)

AFI_Flame 10-05-2004 11:26 PM

aMule Won't Compile
 
I get this error.

Code:

make[2]: *** [amule-ListenSocket.o] Error 1
make[2]: Leaving directory `/home/daniel/aMule-1.2.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/daniel/aMule-1.2.8'
make: *** [all] Error 2

Here's the entire make output

http://bellsouthpwp.net/w/e/weirddan455/make.txt

Mega Man X 10-05-2004 11:39 PM

It won't compile. It's requires liblucky-devel (lol). Seriously though, I'd recommend using .rpms for the old xmule even though you are using Slackware. Here is what I did:

Quote:

Download this rpm:

http://www.imoqland.com/rpms/

for Redhat 8.0. Install it under Slack forcing the rpm:

rpm -i xmule-1.4.0-1.i386.rpm --nodeps

Then run xmule at the console. It worked for me.
You might also need to install wxGTK and -devel also found on the "old" folder from the link above.

I recommend this because 1) it's the easiest way to install and 2) later version of xMule are pretty damn unstable. This is the only rock solid I've found so far...

Good luck!

AFI_Flame 10-10-2004 02:04 PM

grrr.... xmule won't compile either

Code:

==== Building 3rd-Party Projects ====
==== Building xrc [1 of 3] ====
== License(s): LGPL
xmlparse.c
xmlrole.c
xmltok.c
xh_bmp.cpp
In file included from /usr/local/include/wx/gdicmn.h:29,
                from ./wx/xrc/xmlres.h:25,
                from wx/xrc/xh_bmp.h:18,
                from xh_bmp.cpp:22:
/usr/local/include/wx/font.h:82: error: expected class-name before '{' token
/usr/local/include/wx/font.h: In member function `bool wxFontBase::Ok() const':
/usr/local/include/wx/font.h:104: error: `m_refData' undeclared (first use thisfunction)
/usr/local/include/wx/font.h:104: error: (Each undeclared identifier is reported only once for each function it appears in.)
/usr/local/include/wx/font.h: In member function `wxFontRefData* wxFontBase::GetFontData() const':
/usr/local/include/wx/font.h:156: error: `m_refData' undeclared (first use thisfunction)
xh_bmp.cpp: In member function `virtual wxObject* wxBitmapXmlHandler::DoCreateResource()':
xh_bmp.cpp:33: error: invalid use of undefined type `struct wxBitmap'
/usr/local/include/wx/gdicmn.h:35: error: forward declaration of `struct wxBitmap'
xh_bmp.cpp:33: error: invalid use of undefined type `struct wxBitmap'
/usr/local/include/wx/gdicmn.h:35: error: forward declaration of `struct wxBitmap'
xh_bmp.cpp: In member function `virtual wxObject* wxIconXmlHandler::DoCreateResource()':
xh_bmp.cpp:48: error: invalid use of undefined type `struct wxIcon'
/usr/local/include/wx/gdicmn.h:40: error: forward declaration of `struct wxIcon'
xh_bmp.cpp:48: error: invalid use of undefined type `struct wxIcon'
/usr/local/include/wx/gdicmn.h:40: error: forward declaration of `struct wxIcon'
make[1]: *** [obj/xh_bmp.o] Error 1
make: *** [all] Error 2


Mega Man X 10-10-2004 03:15 PM

yup, it won't compiled. That's why I recommended the rpm :)


All times are GMT -5. The time now is 09:15 PM.