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

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

[Octave-bug-tracker] [bug #52840] GUI hangs on use of uiputfile


From: Andrew Janke
Subject: [Octave-bug-tracker] [bug #52840] GUI hangs on use of uiputfile
Date: Sun, 14 Jun 2020 05:28:33 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:77.0) Gecko/20100101 Firefox/77.0

Follow-up Comment #32, bug #52840 (project octave):

Yeah: I think LLVM/clang (which is the default compiler on macOS now) uses
LLVM's libc++ (https://libcxx.llvm.org/), while GNU GCC's C++ compiler uses
GNU libstdc++ (https://gcc.gnu.org/onlinedocs/libstdc++/), I think.

> Apparently the Apple compiler is stricter about not pulling in #include
files through other #includes so Markus had to manually add 

It may not be the compiler per se, but rather the arrangement of the #includes
and guards in the C++ library that the compiler is pulling in.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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