Home » Community » U++ community news and announcements » 2020.1 rc
Re: 2020.1 rc [message #53827 is a reply to message #53826] |
Wed, 06 May 2020 19:47   |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
mirek wrote on Wed, 06 May 2020 12:45That is rather looking like compiler bug. #include " is supposed to look into the current directory first.
Really weird. I have got #include "begin_code.h" in SDL_platform.h and everything works just fine, no fixes nor include paths added anywhere....
Below is what I have on my machine (Ubuntu 20.04):
#include <SDL2/_real_SDL_config.h> (SDL_config.h)
_real_SDL_config.h is located in /usr/include/x86_64-linux-gnu/SDL2/
It contains #include "SDL_platform.h", which is supposed to be located in /usr/include/x86_64-linux-gnu/SDL2/
And it can be found there. It is just a link: SDL_platform.h -> ../../SDL2/SDL_platform.h
So, compiler is looking for "begin_code.h" in /usr/include/x86_64-linux-gnu/SDL2/, but it is supposed to be looking in /usr/include/SDL2/ ...
I doubt this is a bug with Clang ...
Regards,
Novo
|
|
|
 |
|
2020.1 rc
By: mirek on Tue, 05 May 2020 11:53
|
 |
|
Re: 2020.1 rc
By: Novo on Tue, 05 May 2020 21:29
|
 |
|
Re: 2020.1 rc
By: Novo on Tue, 05 May 2020 22:11
|
 |
|
Re: 2020.1 rc
By: mirek on Wed, 06 May 2020 13:42
|
 |
|
Re: 2020.1 rc
By: Novo on Wed, 06 May 2020 16:58
|
 |
|
Re: 2020.1 rc
By: mirek on Wed, 06 May 2020 18:45
|
 |
|
Re: 2020.1 rc
By: Novo on Wed, 06 May 2020 19:47
|
 |
|
Re: 2020.1 rc
By: Novo on Wed, 06 May 2020 19:54
|
 |
|
Re: 2020.1 rc
By: Novo on Wed, 06 May 2020 20:12
|
 |
|
Re: 2020.1 rc
By: mirek on Thu, 07 May 2020 00:05
|
 |
|
Re: 2020.1 rc
By: Novo on Thu, 07 May 2020 05:56
|
 |
|
Re: 2020.1 rc
By: Tom1 on Wed, 06 May 2020 13:38
|
 |
|
Re: 2020.1 rc
By: Novo on Thu, 07 May 2020 06:02
|
 |
|
Re: 2020.1 rc
By: mirek on Thu, 07 May 2020 09:14
|
 |
|
Re: 2020.1 rc
By: Novo on Thu, 07 May 2020 18:00
|
 |
|
Re: 2020.1 rc
By: mirek on Thu, 07 May 2020 18:20
|
Goto Forum:
Current Time: Tue Jun 17 19:07:19 CEST 2025
Total time taken to generate the page: 0.04820 seconds
|