[Solved] Latest Libcurl won't compile

BlitzMax Forums/Brucey's Modules/[Solved] Latest Libcurl won't compile

Grisu(Posted 2016) [#1]
Hi everyone,

Bruce updated the Libcurl module which is great, but I can't compile it with vanilla BMX:



Any way to get past this compiler error?

Thanks
Grisu


Derron(Posted 2016) [#2]
I think he did not check it on Windows (socket.h is not existing there, you need to use winsock. or so)

Brucey might just need to configure it for a cross-compilation (instead of just MacOS/Linux). Then it should work.


I will raise an issue for you


bye
Ron


Derron(Posted 2016) [#3]
Issue closed...Brucey committed two updates.


You might want to try tbe new revision.


Bye
Ron


Grisu(Posted 2016) [#4]
Thanks a lot for the quick updates!

Works fine now.