Re: Compiling Issues
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2007-08-27 16:05:16
|
On 8/27/07, Robert Iakobashvili <cor...@gm...> wrote: > > Hi Bj=F6rn Korall, > > On 8/27/07, Bj=F6rn Korall <Ko...@co... > wrote: > > > > > > on a CentOS with a 2.6.18 kernel. However, I get the following error > > (the compiler is bailing out when compiling the mpool.c): > > > > gcc -W -Wall -Wpointer-arith -pipe -DCURL_LOADER_FD_SETSIZE=3D20000 > > -D_FILE_OFFSET_BITS=3D64 -g -I. -I./inc -I/usr//include -c -o obj/mpo= ol.o > > mpool.c > > mpool.c: in function mpool_init: > > mpool.c:160: error: PAGE_SIZE not declared (first use in this function) > > make: *** [obj/mpool.o] error 1 > > Sorry, the correct work-around, after all other options do not work, and you will not find an include file for PAGE_SIZE: #if !defined PAGE_SIZE #define PAGE_SIZE 4096 endif --=20 Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ........................................................... http://curl-loader.sourceforge.net A web testing and traffic generation tool. |