Page 2 sur 2

Re: SUNOS built (macro pb)

Publié : dim. févr. 21, 2021 11:40 am
par parisse
Indeed, the #include should be outside the giac namespace, I will move them at the beginning of misc.cc.

Code : Tout sélectionner

diff misc.cc misc.cc~
69,73d68
< #ifdef HAVE_LIBCURL
< #include <curl/curl.h>
< #include <curl/easy.h>
< #endif
< 
10417a10413,10414
> #include <curl/curl.h>
> #include <curl/easy.h>