Re: Build problems for WIN64.

2013-05-11 Thread Vuurvlieg
I turned out to be a linker problem with GCC 4.8. There were similar strange link errors when building other shared libraries. When changing to gcc 4.6.3 it worked fine so this issue is resolved. On Fri, May 10, 2013 at 3:35 PM, Vuurvlieg vuurvl...@gmail.com wrote: Trying to build curl

Build problems for WIN64.

2013-05-10 Thread Vuurvlieg
Trying to build curl for WIN64 but run into some problems: I got warnings about redefinitions of fstat/stat. I could fix those by adding the follow lines to curl_setup.h:371 and curl_setup.h:388 # undef fstat # undef stat The second problem is that I am unable to build the shared version of

Re: BUG: NULL pointer dereference in Curl_ssl_getsessionid.

2013-05-04 Thread Vuurvlieg
On Sat, May 4, 2013 at 7:31 PM, Marc Hoersken i...@marc-hoersken.de wrote: I was looking into this issue again, but I still cannot understand why data-state.session is NULL in Curl_ssl_getsessionid during Curl_ssl_shutdown. It is because of the line @ multi.c:1767 conn-data =

Re: BUG: NULL pointer dereference in Curl_ssl_getsessionid.

2013-04-19 Thread Vuurvlieg
On Fri, Apr 19, 2013 at 10:33 AM, Marc Hoersken i...@marc-hoersken.dewrote: Since WinSSL is heavily tied into the OS, on which Windows version are you experiencing this issue? My windows version is: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.130104-1431) Is

Re: BUG: NULL pointer dereference in Curl_ssl_getsessionid.

2013-04-18 Thread Vuurvlieg
to reproduce this error anymore. Regards, Vuurvlieg 2013/4/18 Marc Hoersken i...@marc-hoersken.de Hi there, 2013/4/18 Vuurvli3g vuurvl...@gmail.com I recently started using libcurl and compiled it with MinGW. I wanted to use the windows built-in certs so I opted for using WinSSL