Closed GoogleCodeExporter closed 9 years ago
What's the output of gcc --version on your system? I have no problems with GCC
4.2.4
on Ubuntu 8.04.
The root cause is the -Wextra in the Makefiles. Remove that (or the -Werror to
not
treat warnings as errors) and you should get farther. But I'd like to
understand why
it's failing for you.
Original comment by kml.mash...@gmail.com
on 6 Mar 2009 at 8:19
taericks@optiplexe:~$ gcc --version
gcc (Ubuntu 4.3.2-1ubuntu12) 4.3.2
Original comment by tylerick...@gmail.com
on 7 Mar 2009 at 2:10
I grabbed GCC 4.3.3 and it looks like they're finally enforcing the redundancy
of
"const size_t get_foo() const;". Trivial fix for us.
Thanks for acting as the advance guard and finding this one!
Original comment by kml.mash...@gmail.com
on 7 Mar 2009 at 6:24
Fixed in r498
http://code.google.com/p/libkml/source/detail?r=498
Original comment by kml.mash...@gmail.com
on 10 Mar 2009 at 10:46
Original issue reported on code.google.com by
tylerick...@gmail.com
on 6 Mar 2009 at 11:49