[MacPorts] #66352: lvvm-15: lfatal error: '*.h' file not found

MacPorts noreply at macports.org
Sat Nov 26 19:30:53 UTC 2022


#66352: lvvm-15: lfatal error: '*.h' file not found
-----------------------------+---------------------
 Reporter:  judaew           |      Owner:  (none)
     Type:  defect           |     Status:  new
 Priority:  Normal           |  Milestone:
Component:  ports            |    Version:  2.8.0
 Keywords:  ventura, x86_64  |       Port:  llvm-15
-----------------------------+---------------------
 The following error occurs when compiling any file:

 {{{
 $>>> cat test2.cpp
 #include <iostream>

 int main() {
     std::cout << "Hello World!";
     return 0;
 }

 $>>> clang++-mp-15 -c test2.cpp
 In file included from test2.cpp:1:
 In file included from
 /opt/local/libexec/llvm-15/bin/../include/c++/v1/iostream:41:
 In file included from
 /opt/local/libexec/llvm-15/bin/../include/c++/v1/ios:220:
 In file included from
 /opt/local/libexec/llvm-15/bin/../include/c++/v1/__ios/fpos.h:14:
 In file included from
 /opt/local/libexec/llvm-15/bin/../include/c++/v1/iosfwd:99:
 In file included from
 /opt/local/libexec/llvm-15/bin/../include/c++/v1/__mbstate_t.h:29:
 /opt/local/libexec/llvm-15/bin/../include/c++/v1/wchar.h:123:15: fatal
 error: 'wchar.h' file not found
 #include_next <wchar.h>
               ^~~~~~~~~
 1 error generated.
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/66352>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list