M
Michael
Hi
I try to compile a OSX project on Linux. I get:
int sflags = fcntl( sock, F_GETFL );
Error:‘F_GETFL’ was not declared in this scope
etc. lots of those. Now this is because the author
has used libcurl framework on OSX? Because this is
different to libcurl libs on Linux? What to do or
how to declare F-GETFL etc.
Many thanks
Michael
I try to compile a OSX project on Linux. I get:
int sflags = fcntl( sock, F_GETFL );
Error:‘F_GETFL’ was not declared in this scope
etc. lots of those. Now this is because the author
has used libcurl framework on OSX? Because this is
different to libcurl libs on Linux? What to do or
how to declare F-GETFL etc.
Many thanks
Michael