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...
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.
Rexx/CURL 2.1: rexxcurl.c Make Error Fedora 37 Linux ARM aarch64
Resolution Confirmed; able to build ooRexx 5.0 r12535 from latest SVN source checkout for both Debian Linux and Manjaro Linux 64 Bit (aarch64). orangepi@BigOrange:~/objrexx/source$ rexx -V Open Object Rexx Version 5.0.0 r12535 - Internal Test Version Build date: Dec 2 2022 Addressing mode: 64 Copyright (c) 1995, 2004 IBM Corporation. All rights reserved. Copyright (c) 2005-2022 Rexx Language Association. All rights reserved. This program and the accompanying materials are made available under the...
Hi Eric, No worries; just thought I would submit a bug report, since it affects some of our current testing for ooRexx on Arch Linux Pacman Package distros. P.O. sent me an e-Mail indicating that it is best that I leave new bug reports unassigned rather than assigning it to a resource who may not be available currently. Going forward I will practice that policy. I also read your other e-Mail indicating the fix; I will test this out on my Manjaro Linux distro that I just setup and will post an update...
Hi P.. an Eric, I have added attachments for the Shell Display output from the attempted build of ooRexx r12534 and the CMakeOutput.log file to the Postes for Ticket # 1853 for additional details. Best Regards, Tony Dycks panfisher@earthlink.net -----Original Message----- From: [oorexx:bugs] 1853@bugs.oorexx.p.re.sourceforge.net Sent: Nov 30, 2022 3:16 PM To: [oorexx:bugs] 1853@bugs.oorexx.p.re.sourceforge.net Subject: [oorexx:bugs] #1853 ooRexx 5 SVN Source CMake Build Error -- <sys ldr.h=""></sys>...
Also the CMakeOutput.log File.
Attaching File with CMake Shell Display Messages for r12534.
If I recall correctly, this error had occured a while back and the fix required a revision to the CMakeLists.txt File for the resolution.
ooRexx 5 SVN Source CMake Build Error -- <sys/ldr.h>
ooRexx 5 SVn CMake Build Error -- <sys/ldr.h>
Confirmed Resolution; Able to build SVN r12522 Successfully From Source.
Hi Rony, Your very welcome; happy I could contribute to the new release if BSF4ooRexx. I am quite impressed by the cross platform nature of the installation Rexx programs. Will spend a bit of time studying them to see how you address the access to the bsf jar binary and the ooRexx Shared Object libraries. Hopefully, I setup the Bug report ticket successfully? Still a bit of a newbie with Source Forge and Subversion. The initial setup I ran on a Debian Linux 10 ARM 64 system. I will also run this...
Hi Rony and BSF4ooRexx Team Members, I took a look at both the setupAllAndRun.rex and wasInstallationSuccessful.rxj programs for possible code revisions, but I thought it best to not make any code changes. I do not want to introduce any install breaks for other environments in order to fix the Linux install process. I also realize that the ARM architecture has little to do with the issue. This same issue probably exists for an Intel Linux environment as well.
Additional Revision Info: The ooRexx 5.0 Code does build successfully for revision: r12475. Somewhere between r12476 and r12500 there was a change that caused the CMake build issue.
BSF4ooRexx v850 Beta Linux Install Path Error for BSF Jar
BSF4ooRexx v850 Beta Linux Install Path Error for BSF Jar
ooRexx CMake Build Error -- Linux ARM aarch64 and armv7l Architectures
ooRexx CMake Build Error -- Linux ARM aarch64 and armv7l Architectures
Add H2 DB Option to jdbc.rex Program Sample
Initial Build attempt with Policy Warning Details attached as wll.
ooRexx 5.0 arm64 FreeBSD 13 Rpi4 make Error
Revise Makefile-32-linux-arm To Use arm32 Suffix instead of arm for ARCH parameter
Hello Marco and UCanAccess Team Members, Recently I started writing application using Java, NetRexx and BSF4ooRexx using the UCanAccess v5.0.1 Jar Archive. I discovered an issue that pertains specifically to ARM architecture based Linux Distros using the OpenJDK 8 Java Environmet and UCanAccess v 5.0.1. I wrote a java program to list the Registered JDBC Drivers in my Open JDK8 $JAVA_HOME/jre/lib/ext directory. Java program is attached for your reference. The result of that run yields the following...
<style type="text/css"><!-- DIV {margin:0px;} --></style>Thanks Erich for the update and the info regarding SVN. Since I'm a newbie, I figured I'd check before doing any erroneous admin work. Best Regards and Wellness, Tony Dycks -----Original Message----- From: Erich erich_st@users.sourceforge.net Sent: Mar 12, 2021 12:34 AM To: "[oorexx:documentation] " <281@documentation.oorexx.p.re.sourceforge.net> Subject: [oorexx:documentation] #281 LINEOUT - Command in Windows 10 -> unsupported Command "0"...
<style type="text/css"><!-- DIV {margin:0px;} --></style>Hi Rene`, Rony and ooRexx Documentation Team Members,I received this notification regarding a ticket closure for the following ooRexx report. I will be happy to attempt my initial administrative Subversion and SourceForge tasks if someone can direct me to information regarding what I should be doing to properly close the ticket (admittedly, I need to study my Subversion PDFs a bit more regarding how to verify that I certain code change has...
Admittedly, I am a bit of a newbie in fully understanding the import and load of Java Classes in BSF. I am attempting to mimic in BSF4ooRexx the following Net Rexx Code: -- Import All com.mongodb MongoDB Java Driver Classes import com.mongodb. method main(args = string[]) static --banner() -- Mainline Code Follows -- colcnt = 0 do sDBName = args[0] sCollNm = args[1] catch arrexc=ArrayIndexOutOfBoundsException say 'ArrayIndexOutOfBoundsException' arrexc.printStackTrace() say 'Terminating Program!'...
Will also include the .o file for the sake of completeness. Cheers; TD
Hi Rony; Happy to do so! Thank you for the extended education to facilitate my installation of BSF4ooRexx on the 64 bit R Pi 4. Per your request attached is the Shared Object file from my Manjaro Linux v20.5 environment. Here's the ls -l output from my Manjaro Linux system for comparison: -rwxr-xr-x 1 tonyd tonyd 140544 Qas 14 06:45 libBSF4ooRexx.so-64-arm
Thanks Rony; Got BSF4ooRexx working with my 64 Bit installation of ooRexx on my Manjaro Linux 64 Bit environment. I copied the Makefile-32-linux-arm Make file to a Makefile-64-linux-arm (attached; mods are a bit of a kluge) and modified the JVM and Bit Parameters to reflect my JDK 8 and 64 Bit environment. Ran the make -f command you detailed at the top of the Makefile to build the new libBSF4ooRexx.so-64-arm.so file. I copied that file to replace the libBSF4ooRexx.so file in my /usr/lib directory...
Thanks Rony for providing the checkout link; used the svn;// tab to get the code. Placed in my $HOME/bsf4oorexx/build directory. Checking the HOWTO.txt file it mentioned setting the Java Classpath to "point to trunk". With my newbie knowledge of svn I am guessing "trunk" is the starting directory of where the code was checked out? I set a JAVA_HOME environment variable to use the Open JDK v8 (my Manjaro install had Open JDK 11 as the default and am bypassing using it for now until I understand more...
Hi Rony and BSF4ooRexx Team Members; I recently setup a 64 Bit Manjaro Linux distro on my Raspberry Pi 4. With Rene' Janson's help with svn I was able to setup ooRexx 64 Bit Implementations that I have successfully tested using some Classic Rexx Console based scripts that I wrote using NCurses and RexxUtils. Here's some background on what is installed ... Hardware: Raspberry Pi 4 Model B with 4GB RAM Running Manjaro Linux v 20.05 on an XFCE Desktop ooRexx Version Info: Open Object Rexx Version 5.0.0...