cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: error when compiling cUrl in win xp with openssl using winbuild (command line)

From: Meir Yanovich <meiry242_at_gmail.com>
Date: Mon, 16 May 2011 18:38:03 +0300

Thanks for you help

On Mon, May 16, 2011 at 6:08 PM, Guenter <lists_at_gknw.net> wrote:

> Hi Meir,
> please avoid to top-post:
> http://curl.haxx.se/mail/etiquette.html#Do_Not_Top_Post
>
> Am 16.05.2011 14:10, schrieb Meir Yanovich:
>
> im using xp , from source i defined not to use IDN when compiling
>>
> the native IDN feature depends on USE_WIN32_IDN being defined.
> I assume that you use the new MSVC makefiles in ./winbuild;
> open the file MakefileBuild.vc and look at line 155ff:
> !IFNDEF USE_IDN
> USE_IDN =true
> !ELSEIF "$(USE_IDN)"=="yes"
> USE_IDN =true
> !ENDIF
>
> !IF "$(USE_IDN)"=="true"
> CFLAGS = $(CFLAGS) /DUSE_WIN32_IDN
> LFLAGS = $(LFLAGS) Normaliz.lib
> !ENDIF
>
> so this looks to me as if it should work when you set USE_IDN=no :
> 1st test is false since USE_IDN is defined
> 2nd (elseif) test false since USE_IDN != yes
> 3rd test false since USE_IDN != true
>
> so no idea why it doesnt work for you; but if you cant figure it out then
> just comment the CFLAGS and LFLAGS lines and ou should be fine.
>
> Alternately you can also try with the old MSVC makefiles located in ./lib
> and ./src which AFAIK dont yet support native IDN builds.
>
>
> Gün.
>
>
>
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-05-16