mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Help compiling libmicrohttpd with MXE


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Help compiling libmicrohttpd with MXE
Date: Mon, 11 Nov 2013 09:41:55 +1100

Hi Richard,

On 11 Nov 2013, at 5:37 am, Richard Ellis <address@hidden> wrote:

> […]
> | #define MINGW 1
> | #define WINDOWS 1
> | /* end confdefs.h.  */
> | 
> |                 #include <plibc.h>
> | 
> | int
> | main ()
> | {
> | 
> |                 plibc_init("", "");
> | 
> |   ;
> |   return 0;
> | }
> configure:12739: error: PlibC is not available on your windows machine!
> ==== end config.log ====

Browsing through plibc.h, it needs WINDOWS to be defined but it’s commented out 
in confdefs.h. You could try adding the define to CFLAGS.

Cheers,

Tony





reply via email to

[Prev in Thread] Current Thread [Next in Thread]