[Gambas-user] report CURL compile

ron ronstk at ...239...
Thu Feb 12 12:07:46 CET 2004


On Tuesday 10 February 2004 20:23, ron wrote:
> Hallo Daniel,
>
> #######################################################################
> gbcurl.c:45:2: warning: #warning COMPILING WITHOUT AUTHENTICATION SUPPORT -
> YOU MUST USE LIBCURL>=7.10.6
> gbcurl.c:46:2: warning: #warning
> #######################################################################
>
> 

At that moment my curl was anyway corrupt.
binairys whas 7.10.2 and devel was 7.10.5
I removed all curl traces that where other then the orginal 7.10.2 
and then did the upgrade with bare 7.11.0 from haxx

In the configure.in a test with curl-config for the prefix
not if it is the right version.
In one of the things I had installed the curl-config must be done to
The -devel part was the devil one. It was not installed in the first case.
So a test for the curl.h file existence is needed?

GB_COMPONENT(
  curl,
  CURL,
  [Advanced Networking component],
  [GB_FIND(curl.h, `curl-config --prefix 2> /dev/null`, include)],
  [GB_FIND(libcurl.$SHLIBEXT, `curl-config --prefix 2> /dev/null`, lib)],
  [$C_LIB `curl-config --libs 2> /dev/null`])

As in another reply I can tell you its now ok with the compile/install.





More information about the User mailing list