Re: [Jprogramming] SVN 559 compile error

2017-05-20 Thread Henry Rich
Yeah, I'll fix it. Thanks for the tip. Bill would have found it when compiling for Android, but this saves us a little time. Henry Rich On 5/20/2017 11:14 PM, Bill Heagy wrote: I'm referring to the last 2 commits, yesterday and today. Removing "static" in m.c allows the compile to complete,

Re: [Jprogramming] SVN 559 compile error

2017-05-20 Thread Bill Heagy
I'm referring to the last 2 commits, yesterday and today. Removing "static" in m.c allows the compile to complete, and jconsole runs. On 20/05/17 10:25 PM, bill lam wrote: The git repo does not use SVN number for identification so that I don't know which commit you refered to. But I recall su

Re: [Jprogramming] SVN 559 compile error

2017-05-20 Thread bill lam
The git repo does not use SVN number for identification so that I don't know which commit you refered to. But I recall such error message had occured and fixed some months ago. A simple fix is to remove the static keyword in the lines of failure, eg > static I jtfaorpush or remove its declaratio

[Jprogramming] SVN 559 compile error

2017-05-20 Thread Bill Heagy
debian j32 or j64, build_libj.sh (still there in SVN 560) . cc -fPIC -O1 -fwrapv -fno-strict-aliasing -Wextra -Wno-maybe-uninitialized -Wno-unused-parameter -Wno-sign-compare -Wno-clobbered -Wno-empty-body -Wno-unused-value -Wno-pointer-sign -Wno-parentheses -Wno-shift-negative-value

Re: [Jprogramming] wd returns error: pc : command failed: no interpreter

2017-05-20 Thread bill lam
jconsole lacks event loop so that it does not attempt to run any gui stuff. On 20 May, 2017 8:34 pm, "Devon McCormick" wrote: Attempting to run the example from " http://code.jsoftware.com/wiki/Guides/Window_Driver/Form_Definition"; in a jconsole under emacs, I get this: wd MYFORM |pc : comma

[Jprogramming] wd returns error: pc : command failed: no interpreter

2017-05-20 Thread Devon McCormick
Attempting to run the example from " http://code.jsoftware.com/wiki/Guides/Window_Driver/Form_Definition"; in a jconsole under emacs, I get this: wd MYFORM |pc : command failed: no interpreter : wd | (LF,~wd ::(''"_)'qer')(13!:8)3 ​Is this my old problem of wd/Qt things not being loaded b