Re: getting started with APR

2006-01-17 Thread Joe Orton
On Mon, Jan 16, 2006 at 09:48:58PM -0800, sumit singhal wrote: > I am starting a project in which I want to use APR for portability. I > download APR version 1.2.2 from > "http://apr.apache.org/download.cgi#apr1"; and I am using Redhat/Linux > 9. As I am a newbie to APR and I have no prior exper

Re: getting started with APR

2006-01-17 Thread Maxime Petazzoni
* Avi Rosenschein <[EMAIL PROTECTED]> [2006-01-17 11:50:00]: > You probably need to include the proper header files in your mp-sample.c: > #include Every APR header file does that already, so including apr_general.h is enough. It's another problem I've not been able to solve by myself, too, lik

Re: getting started with APR

2006-01-17 Thread Avi Rosenschein
On 1/17/06, sumit singhal <[EMAIL PROTECTED]> wrote: I face the error:"/usr/local/apr/include/apr-1/apr.h:270: parse error before "apr_off_t"" You probably need to include the proper header files in your mp-sample.c:#include -- Avi

getting started with APR

2006-01-16 Thread sumit singhal
Hi I am starting a project in which I want to use APR for portability.I download APR version 1.2.2 from "http://apr.apache.org/download.cgi#apr1" and I am using Redhat/Linux 9.As I am a newbie to APR and I have no prior experience of using APR, so I started learning it from:"http://dev.ariel-networ