Open GoogleCodeExporter opened 9 years ago
Looks like the googletest revision we're using is not compileable with gcc 4.6
bundled with the Ubuntu you're using (is it 12.04?).
Possible solutions:
1) Do `svn up ../third_party/googletest` to update googletest to the most
recent revision (may break some other things)
2) Disable `-Werror=conversion-null` gcc option with CFLAGS=...
Original comment by timurrrr
on 16 Apr 2012 at 8:32
mint 12 (ubuntu 11.10)
tried g++-4.5 (4.5.3) -> no luck..
tried g++-4.4 (4.4.6) -> seems to be working
(changed from '../common.mk')
(4.4 and 4.5 binaries available in ubuntu repo along with respective multilibs)
thanks
Original comment by gokcehan...@gmail.com
on 16 Apr 2012 at 7:00
I have tried to update the google test but only using g++4.4 solved the problem
Original comment by AVGru...@gmail.com
on 2 Aug 2013 at 6:23
Thank you!
Original comment by AVGru...@gmail.com
on 2 Aug 2013 at 6:24
Original issue reported on code.google.com by
gokcehan...@gmail.com
on 15 Apr 2012 at 3:20