stephanjroux / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

SDL support with Clang compiler #281

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Clone u8glib Mercurial repo, go to ./sys/sdl/{any example}
2. Run "make" on a system that uses Clang-LLVM as the compiler (e.g. OS X)

What is the expected output? What do you see instead?
A compiled binary to use u8glib's SDL support with?

What version of the product are you using? On what operating system?
Hg clone as of this date, OS X 10.9 with SDL 1.2 installed via Brew (confirmed 
working).

Please provide any additional information below.

Seems to be a quick fix: https://code.google.com/p/rlog/issues/detail?id=21
Maybe some #ifdef CLANG stuff too...

Original issue reported on code.google.com by lucas.be...@gmail.com on 17 Sep 2014 at 5:35

GoogleCodeExporter commented 8 years ago
Thanks for reporting. However i do now know how to react here. I do not own OS 
X and i do not use CLang. 
Basically it is true, that u8glib makes use of a lot of gcc features. It will 
be some effort to port this to CLang.
I am willing to help but even the reproduction is beyond my skills and also 
from effort perspective not possible.

Original comment by olikr...@gmail.com on 17 Sep 2014 at 5:57

GoogleCodeExporter commented 8 years ago
i probably can not handle this...

Original comment by olikr...@gmail.com on 13 Dec 2014 at 5:00