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

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

[Octave-bug-tracker] [bug #53505] some public Octave headers fail to com


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #53505] some public Octave headers fail to compile when included alone
Date: Sat, 7 Apr 2018 15:21:51 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #4, bug #53505 (project octave):

Also, for the record, here is what I did after installing octave with
--prefix=$PREFIX:

Add $PREFIX/bin to my PATH

execute the shell command


for f in $(ls $PREFIX/include/octave-5.0.0/octave/*.h); do
  echo "#include \"$(basename $f)\"" > foo.cc
  mkoctfile -c foo.cc
  rm -f foo.cc 
done



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53505>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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