You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 issue reported on code.google.com by
[email protected]
on 15 Apr 2012 at 3:20The text was updated successfully, but these errors were encountered: