Rexx/CURL 2.1: rexxcurl.c Make Error Fedora 37 Linux ARM aarch64
rexxcurl14_w32.zip contains no docs
These have been included in the Rexx/CURL 2.1.1 release
rexxcurl 2.1.0 64-bit with ooRexx 5.0.0 64-bit crashes
I've rebuilt Rexx/CURL to statically link the curl libraries that are provided by the VCPKG project. Seems to work with ooRexx 5.0.0 with the limited testing I've done.
Hi Mark, this happens for me too on Windows 11 V 22H2 (OS Build 22621.1555). CURLSetOpt never returns. I'm not sure that I can add anything to what Erich says, but I added a trace and a few SAYs to your sample program in section 5 of the doc page and in case it helps, this is what I see: C:\Users\sahan\Documents\ooRexx>rexx testrexxcurl 2 *-* Call RXFuncAdd 'CurlLoadFuncs','rexxcurl','CurlLoadFuncs' >>> "0" 3 *-* Call CurlLoadFuncs >>> "0" 4 *-* curl = CURLInit() >>> "-315784928" 5 *-* trace n ===...
Hi Mark, this happens for me too. CURLSetOpt never returns. I'm not sure that I can add anything to what Erich says, but I added a trace and a few SAYs to your sample program in section 5 of the doc page and in case it helps, this is what I see: C:\Users\sahan\Documents\ooRexx>rexx testrexxcurl 2 *-* Call RXFuncAdd 'CurlLoadFuncs','rexxcurl','CurlLoadFuncs' >>> "0" 3 *-* Call CurlLoadFuncs >>> "0" 4 *-* curl = CURLInit() >>> "-315784928" 5 *-* trace n === ooRexx Version = REXX-ooRexx_5.0.0(MT)_64-bit...
Confirmed ability to build revised Gzip Tarball and execution of testcurl.rexx program with rexxcurl Binary. Results follow ... =========================== ./configure Results Summary =========================== rexxcurl-2.1.0 has now been configured with the following options: Rexx Interpreter: Regina (using regina-config) rexx libraries in: /usr/lib64 cURL version: libcurl 7.85.0 (using curl-config) cURL compiler flags: (using curl-config) cURL libraries: -lcurl (using curl-config) Build options:...
My apologies for the false diagnosis. Will retry the install on my RPi4's Fedora 37 System and report on findings. Thanks for the Update; Rexcoder -----Original Message----- From: [rexxcurl:bugs] 15@bugs.rexxcurl.p.re.sourceforge.net Sent: Feb 6, 2023 10:23 PM To: [rexxcurl:bugs] 15@bugs.rexxcurl.p.re.sourceforge.net Subject: [rexxcurl:bugs] #15 Rexx/CURL 2.1: rexxcurl.c Make Error Fedora 37 Linux ARM aarch64 Shouldn't be the version of gcc that is the problem. libcurl removed the CURLOPT_FTP_RESPONSE_TIMEOUT...
Shouldn't be the version of gcc that is the problem. libcurl removed the CURLOPT_FTP_RESPONSE_TIMEOUT #define in a recent version of libcurl. I have a fixed download you can try at https://www.rexx.org/packages/rexxcurl-2.1.0.tar.gz This code should work with any version of libcurl and any version of gcc.
Issue appears to be related to the version of gcc. Able to build Rexx//CURL v2.1.0 with GCC version 11 and below. Unable to build with GCC Version 12.