octave-maintainers
[Top][All Lists]
Advanced

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

‘getcwd’ is not a member of ‘octave_env’


From: John W. Eaton
Subject: ‘getcwd’ is not a member of ‘octave_env’
Date: Mon, 8 Feb 2010 15:55:06 -0500

On  8-Feb-2010, S ren Hauberg wrote:

| I see the following error when compiling e.g. the Java package with the
| development version of Octave:
| 
|         __java__.cc:223: error: ‘getcwd’ is not a member of ‘octave_env’
| 
| Looking at 'oct-env.h' I see I only have 'do_getcwd' and not 'getcwd'.
| Is this a bug or a feature?

You need to use octave_env::get_current_directory now.

And of course this interface could all change again in the future,
without warning.  Remember, there is no stable API.

jwe


reply via email to

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