Closed GoogleCodeExporter closed 9 years ago
Hi.
Yes it does need some c++0x features. It uses -std=gnu++0x because of some
weird inconsistency with the Mingw GCC on Windows that turns off POSIX support
if you use -std=c++0x (but that doesn't happen on Linux).
I could change the wording in the INSTALL file to be more specific. How about:
"
Gource requires a GNU compatible C++ compiler that supports c++0x features such
as 'auto' and the new 'for' loop syntax.
GCC 4.6+ or Clang recommended.
"
Original comment by acaudw...@gmail.com
on 3 Jun 2013 at 10:56
That sounds good, thank you!
For now, we'll disable building gource on Snow Leopard and older, until those
platforms get a replacement non-Apple GCC.
Original comment by mistyde...@gmail.com
on 4 Jun 2013 at 12:44
Original comment by acaudw...@gmail.com
on 5 Jun 2013 at 4:57
Original issue reported on code.google.com by
mistyde...@gmail.com
on 3 Jun 2013 at 9:02