Changes between Initial Version and Version 1 of Ticket #30866


Ignore:
Timestamp:
Aug 18, 2011, 8:09:28 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Remember to use WikiFormatting and to preview before submitting, and to fill in the Port field.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30866

    • Property Keywords java octave removed
    • Property Port octave-java added
  • Ticket #30866 – Description

    initial v1  
    11I tried sudo port install octave-java on my OS X 10.7 Lion machine. It built OK, but the java functions do not appear to be working. For example:
    22
     3{{{
    34octave:1> pkg list
    45Package Name  | Version | Installation directory
     
    1011error: `java_invoke' undefined near line 2 column 1
    1112octave:2> exit
     13}}}
    1214
    1315I have also tried building java-1.2.8 but get the same problem. I have sought help on the octave board, and their best guess is that it involves a problem with the Java directory structure on Lion.  Flags such as JAVA_HOME, JAVA_LIBS, JAVA_INC, etc. might be obsolete.  Does anyone have any ideas?