clartaq
clartaq
Changing the JavaFX version to 17.0.1 lets the program in the `sample` directory run, at least on my Mac. - The `` of `HelloFX` doesn't appear in any of the...
When I did try brew, there was a message about installing cyclone-bootstrap, then make started. After awhile there was an error message. Here's the transcript. ``` brew install cyclone Running...
it is probably useful to you to run the brew install again after removing the /usr/local/bin/winds file it complained about above. ``` brew install cyclone ==> Downloading https://github.com/justinethier/cyclone/archive/v0.35.0.tar.gz Already downloaded:...
Also, running the test you mention: ``` echo "main(){char *buf; fmemopen(&buf, 0, \"r\");}" | cc -xc - >/dev/null 2>/dev/null && echo 1 || echo 0 0 ```