swapnils3112 / google-concurrency-library

Automatically exported from code.google.com/p/google-concurrency-library
0 stars 0 forks source link

Failing to compile with g++-4.8 #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
zyklenfrei@gmail.com via googlegroups.com 
Dec 11 (1 day ago)

to google-concurr. 
Hi,

I just tried to compile the library on a current Ubuntu which ships g++-4.8.1.

Since the code of gmock contains unused typedefs and g++ 4.8 warns about them 
and you are using the -Werror flag in the google-concurrency-library Makefiles 
the build fails.

Removing the -Werror temporarily is a good workaround but eventually the 
problem should be fixed upstream, I guess.

Cheers,
Manuel

Original issue reported on code.google.com by alasdair.mackintosh on 13 Dec 2013 at 12:22

GoogleCodeExporter commented 9 years ago

Original comment by alasdair.mackintosh on 13 Dec 2013 at 12:23