cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: library path or makefile issue?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 24 Mar 2002 18:42:26 +0100 (MET)

On Sat, 23 Mar 2002 theexperts_at_allprodirect.com wrote:

> Potential path problems...
>
> In stdcheaders.h:
>
> #ifdef HAVE_SYS_TYPES_H
> #include <sys/types.h>
> #endif
>
> Should this include line be: #include <$HOME/include/curl/types.h> ?

Nope. sys/types.h is a standard header meant to get included from the
standard header include directory.

> In curl.h:
>
> line 535: #include <support/SupportDefs.h>
>
> I find no such file or support folder.

No, you need to read the line before the include:

#ifdef __BEOS__

So that include only make sense when compiling on BeOS. Which you don't. :-)

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2002-03-24