Re: [Jprogramming] Interface error (joxygen)

2020-10-04 Thread Raul Miller
Note, if you get something like this: 2!:0 'echo $0' sh You should try this: 2!:0 'which $0' /bin/sh And you can get the full shell environment using 2!:0 'set' (Which of course can be compared with the result of set run in the terminal.) (I was hoping to be able to explain how to r

Re: [Jprogramming] Interface error (joxygen)

2020-10-04 Thread Thomas Bulka
Am 28.09.2020 21:07 schrieb Julian Fondren: If that still reveals no problems, maybe the terminal and J are using different shells? 2!:0 'echo $0' /bin/sh Hi Julian, that might be a hint in the right direction. I found out, that joxygen works fine in jcon but gives the aforementioned erro

Re: [Jprogramming] Interface error (joxygen)

2020-09-29 Thread chris burke
>|interface error: spawn | shell'pandoc "',src,'" -c "joxygen.css" -s -t html5 -V lang=en Is pandoc on the path? On Mon, Sep 28, 2020 at 11:44 AM Thomas Bulka wrote: > > Am 27.09.2020 15:45 schrieb chris burke: > > The joxygen addon uses pandoc, but had not been updated for changes in > >

Re: [Jprogramming] Interface error (joxygen)

2020-09-28 Thread Julian Fondren
On 2020-09-28 13:44, Thomas Bulka wrote: Hi Chris, thank you very much for your efforts, but unfortunately it does not seem to work for me. I think, I have a recent pandoc installed: % pandoc --version pandoc 2.10.1 Compiled with pandoc-types 1.21, texmath 0.12.0.2, skylighting 0.8.5 Default us

Re: [Jprogramming] Interface error (joxygen)

2020-09-28 Thread Thomas Bulka
Am 27.09.2020 15:45 schrieb chris burke: The joxygen addon uses pandoc, but had not been updated for changes in pandoc, I think in v2. It is now done. I tested with the latest pandoc, 2.10.1. After updating the addon, and assuming you have a recent pandoc installed, try: load'docs/joxygen

Re: [Jprogramming] Interface error (joxygen)

2020-09-28 Thread David Mitchell
My apologies, my Linux J902 install got scrambled. I am not sure how it got the J901 executable with the J902 libraries. I redid the test with my correct Linux J902: JVERSION Engine: j902/j64avx2/linux Beta-f: commercial/2020-09-24T11:24:53 Library: 9.02.05 Platform: Linux 64 Installer: J90

Re: [Jprogramming] Interface error (joxygen)

2020-09-28 Thread David Mitchell
Here is the test I ran previously and just reran: Windows: JVERSION Engine: j902/j64avx2/windows Beta-f: commercial/2020-09-24T11:46:26 Library: 9.02.05 Qt IDE: 1.8.7/5.12.7(5.12.7) Platform: Win 64 Installer: J902 install InstallPath: c:/users/me/j902_win64/j902 Contact: www.jsoftware.com

Re: [Jprogramming] Interface error (joxygen)

2020-09-27 Thread chris burke
The joxygen addon uses pandoc, but had not been updated for changes in pandoc, I think in v2. It is now done. I tested with the latest pandoc, 2.10.1. After updating the addon, and assuming you have a recent pandoc installed, try: load'docs/joxygen/test' reading: compare.ijs reading: dir.ijs

Re: [Jprogramming] Interface error (joxygen)

2020-09-25 Thread David Mitchell
I had similar messages on Windows and Linux. I discovered that I had not installed Pandoc. When I installed Pandoc, it worked ok. Best/David On 9/25/2020 21:37, 'robert therriault' via Programming wrote: I get the same message on each version all the way back to J806 in both Jqt and JHS env

Re: [Jprogramming] Interface error (joxygen)

2020-09-25 Thread 'robert therriault' via Programming
I get the same message on each version all the way back to J806 in both Jqt and JHS environments. I am also on a Mac. Is it possible that the Mac platform is the cause? Has anyone see this addon working lately? Cheers,bob JVERSION Engine: j806/j64/darwin Release: commercial/2017-11-06T10:20

Re: [Jprogramming] Interface error (joxygen)

2020-09-25 Thread bill lam
You may get some error information right after the failure by typing 2!:8'' On Fri, Sep 25, 2020, 12:34 PM Thomas Bulka wrote: > Hello everyone, > > currently I'm using j902-beta-f on macOS Catalina: > > Engine: j902/j64avx2/darwin > Beta-f: commercial/2020-09-24T12:49:44 > Library: 9.02.05 >

[Jprogramming] Interface error (joxygen)

2020-09-24 Thread Thomas Bulka
Hello everyone, currently I'm using j902-beta-f on macOS Catalina: Engine: j902/j64avx2/darwin Beta-f: commercial/2020-09-24T12:49:44 Library: 9.02.05 Qt IDE: 1.8.7/5.12.7(5.12.7) Platform: Darwin 64 Installer: J902 install InstallPath: /applications/j902 Contact: www.jsoftware.com I try to fol