Re: Unable to compile on Ubuntu 10.10
Status: Alpha
Brought to you by:
coroberti
From: Jan K. <jk...@gm...> - 2010-12-22 17:12:26
|
Thanks a lot, renaming fixed this one issue and compilation went far further, but still did not finish successfully. When the compilation and make is seemingly over, it displays this: <snipped> libevent-1.4.13-stable/compat/sys/_libevent_time.h libevent-1.4.13-stable/compat/sys/queue.h cd /home/janci/apps/curl-loader/build/libevent/libevent-1.4.13-stable; patch -p1 < ../../../patches/libevent-nevent.patch; ./configure --prefix /home/janci/apps/curl-loader/build/libevent \ CFLAGS=" -g -O0" patching file devpoll.c Hunk #1 succeeded at 85 with fuzz 1 (offset -3 lines). patching file epoll.c Hunk #1 FAILED at 97. 1 out of 1 hunk FAILED -- saving rejects to file epoll.c.rej checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes ... ...and then the whole process reiterates and starts checking and building from scratch *over and over again* until i stop it with Ctrl+C Apparently there's some patch gone wrong. Any ideas of fixing it? Has anybody succeeded in building curl-loader on Ubuntu? Thx for your help. Mahy On 12/22/2010 03:19 PM, Robert Iakobashvili wrote: > Hi Jan, > > > 1. Rename pread to e.g. prep_read. > 2, Recompile, make cleanall; make. > 3. Submit patch, > > Tnx > -- |