PDA

Bekijk de volledige versie : HELP compiling amule CVS v2.20



luca_boy
15-10-2007, 13:23
Does anybody know how to compile the new CVS version of emule (v2.20 which already supports protocol obfuscation) for the WL500?

Using Ubuntu 7.10 I've already setup the cross-compilation environment by successfully installing and compiling toolchain/buildroot.

Now the question is that I really don't know how to compile the amule CVS tarball... Do I need to write a custom makefile?

Thanks for your help!

DrChair
11-11-2007, 21:29
Now the question is that I really don't know how to compile the amule CVS tarball... Do I need to write a custom makefile?


Well I finally managed to get the 2.20 CVS version to compile. But it wasn't easy.
I took the makefile for amule 2.1.3 as a template.
Next i deleted some of the patches, and modified some others.
On my build environment zlib-detection during ./configure somehow fails, i solved it by patching configure.in and acinclude.m4 to use zlib-detection from 2.1.3
Finally building fails on a line in Scanner.l, i solved that by a patch that removes that line.

There might be one or two other things i did manually, I'll see if i can remember them, and post them here aswell

luca_boy
12-11-2007, 11:30
Well, I guess we'll be anxiously waiting for your detailed solution... Thanks again for your help!