Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Cannot compile with CLANG on Linux Mint
Re: Cannot compile with CLANG on Linux Mint [message #59667 is a reply to message #59655] Mon, 27 February 2023 11:34 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14266
Registered: November 2005
Ultimate Member
Tom1 wrote on Thu, 23 February 2023 13:02
Hi,

For some reason I cannot compile with CLANG on Linux Mint anymore. GCC compilation still works, but CLANG halts on Core.h with:
/home/tom/upp.src/uppsrc/Core/Core.h:53:10: fatal error: 'typeinfo' file not found

This happened on both of my Linux installations quite recently.

Anyone else having similar issues? Any ideas how to solve this?

Best regards,

Tom

EDIT: OK, I manually added INCLUDE directories:
/usr/include/c++/11
/usr/include/x86_64-linux-gnu/c++/11

And LIB directories:
/usr/lib/x86_64-linux-gnu/11

Now I can compile, link and the executable runs.

What has changed so that I had to do this?


I guess if your compiler does not see <typeinfo> (which is internal header), it is not our fault - something must have gone wrong with your platform.

In any case, have tried without theide? Just create a file with #include <typeinfo> and try to compile it from command line (clang++ foo.cpp).
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Edit: Never mind this message can be deleted
Next Topic: Clean UPPOUT data recovery
Goto Forum:
  


Current Time: Sun Jul 20 13:48:07 CEST 2025

Total time taken to generate the page: 0.02984 seconds