Troubleshoot CURLE_NOT_BUILT_IN

2022-03-23 Thread Robb Schiefer via curl-library
I included cURL as a submodule in my project and built using cmake. Builds successfully. curl version=[7.83.0-DEV] When I run my code it gives the following verbose output for cURL: * Trying REDACTED * Connected to REDACTED port 443 (#0) * ALPN, offering http/1.1 * CAfile: /etc/ssl/certs/ca

RE: Troubleshoot CURLE_NOT_BUILT_IN

2022-03-24 Thread Robb Schiefer via curl-library
Yes, that fixed it. Thanks! -Original Message- From: Daniel Stenberg Sent: Wednesday, March 23, 2022 5:57 PM To: Robb Schiefer via curl-library Cc: Robb Schiefer Subject: Re: Troubleshoot CURLE_NOT_BUILT_IN On Wed, 23 Mar 2022, Robb Schiefer via curl-library wrote: > I inclu

Crosscompile with Dockcross

2022-03-24 Thread Robb Schiefer via curl-library
Trying to use Dockcross to crosscompile to arm and mips via cmake. CURL version - * master f718a9154 RELEASE-NOTES: synced Hitting the following error: [3/223] Building C object curl/lib/CMakeFiles/libcurl.dir/curl_sspi.c.o FAILED: curl/lib/CMakeFiles/libcurl.dir/curl_sspi.c.o /usr/xcc/mips-unkn

RE: Crosscompile with Dockcross

2022-03-24 Thread Robb Schiefer via curl-library
Added the following to my CMakeLists file and the error is gone: set(HAVE_STRUCT_TIMEVAL 1) Is this correct? Obviously I would add this conditionally based on the target architecture. Thanks, Robb From: Robb Schiefer Sent: Thursday, March 24, 2022 11:16 AM To: curl-library@lists.haxx.se Su

RE: Crosscompile with Dockcross

2022-04-15 Thread Robb Schiefer via curl-library
What about the other error: "SIZEOF_CURL_OFF_T" is not defined I suspect it has something to do with using sysroot and crosscompiling? Any ideas how to fix? Thanks -Original Message- From: Daniel Stenberg Sent: Thursday, March 24, 2022 5:08 PM To: Robb Schiefer via curl-l

RE: Crosscompile with Dockcross

2022-04-15 Thread Robb Schiefer via curl-library
via curl-library Subject: RE: Crosscompile with Dockcross On Fri, 15 Apr 2022, Robb Schiefer wrote: > What about the other error: > > "SIZEOF_CURL_OFF_T" is not defined > > I suspect it has something to do with using sysroot and crosscompiling? > > Any ideas how t