octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54219] Dynamic detection of JVM on macOS


From: Andrew Janke
Subject: [Octave-bug-tracker] [bug #54219] Dynamic detection of JVM on macOS
Date: Fri, 29 Mar 2019 15:58:39 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36

Follow-up Comment #21, bug #54219 (project octave):

Build fails; looks like a missing "octave::" namespace qualification.


../../octave/libinterp/octave-value/ov-java.cc:679:15: error: unknown type
name 'process_execution_result'; did you mean
'octave::process_execution_result'?
              process_execution_result rslt
              ^~~~~~~~~~~~~~~~~~~~~~~~
              octave::process_execution_result
../../octave/libinterp/corefcn/oct-process.h:34:3: note:
'octave::process_execution_result' declared here
  process_execution_result
  ^
  CXX      libinterp/octave-value/liboctave_value_la-ov-re-diag.lo
1 error generated.
make[2]: *** [libinterp/octave-value/liboctave_value_la-ov-java.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


Here's a patch: file #46668

With the patch, build succeeds, and the dynamic JVM detection feature works.

Thanks!

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54219>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]