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

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

[Octave-bug-tracker] [bug #60998] fatal: unable to find current director


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #60998] fatal: unable to find current directory
Date: Mon, 2 Aug 2021 10:55:48 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #5, bug #60998 (project octave):

Try


char *tmp = ::getcwd (nullptr, 0);


to select the global getcwd function instead of the one defined in the
octave::sys namespace.  You may also need to include <unistd.h>.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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