Results 15 comments of Joshua Branson

Thanks for the help! I've done what you recommenced, but I still have issues. I still cannot use ediff instead of vim -d. Here's the output of ls -l ediff,...

When I run the first command my output is: ``` 3 ``` When I run the second command my output is: ``` /etc/gshadow.pacnew /etc/yaourtrc.pacsave /etc/group.pacnew ``` When pacmatic runs, it...

I just installed guile-commonmark on OpenBSD. I am also seeing some test failures. git clone git clone https://github.com/OrangeShark/guile-commonmark cd guile-commonmark export AUTOCONF_VERSION=2.71 export export AUTOMAKE_VERSION=1.16.5 doas pkg_add autoconf automake why...

I was able to install openjfx on fedora by the way via "sudo dnf install openjfx". I am currently trying to get the JFX hello world program running...I have not...

I was able to run a simple javaFX hello world example program today, and I was able to compile JavaFX from source on Power9. So it should be possible to...

Thanks for the tidbit, but I'm having trouble following your advice. I changed sparrow's build.gradle file from javafx { version = headless ? "18" : "23.0.2" modules = [ 'javafx.controls',...

Some more debugging info: $ java --version openjdk 24.0.2 2025-07-15 OpenJDK Runtime Environment Temurin-24.0.2+12 (build 24.0.2+12) OpenJDK 64-Bit Server VM Temurin-24.0.2+12 (build 24.0.2+12, mixed mode, sharing) I built openJFX successfully...

I added two lines to the javafx-gradle-pluin #+BEGIN_SRC shell :dir ~/prog/sparrow/ :results code grep ppc `find . -name '*JavaFXPlatform.java'` #+END_SRC #+RESULTS: #+begin_src shell LINUX_PPCLE64("linux-ppcle64", "linux-ppcle_64"), LINUX_PPCLE64_MONOCLE("linux-ppcle64-monocle", "linux-ppcle_64-monocle"), #+end_src ./sparrow now...

Well I had sparrow running for a bit... Well let's go ahead and build the a ppc64 version of this library: #+BEGIN_SRC shell :dir ~/prog git clone https://github.com/bitcoin-core/secp256k1 git checkout...

Well now when I run sparrow I get a new error message: $ ./sparrow > Task :buildSrc:compileJava UP-TO-DATE > Task :buildSrc:compileGroovy NO-SOURCE > Task :buildSrc:pluginDescriptors UP-TO-DATE > Task :buildSrc:processResources UP-TO-DATE...