Comment 0 for bug 1067598

Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

Compiz core does not use c++0x which means it does not set __GXX_EXPERIMENTAL_CXX0X__.

When that is not set std::vector fails to generate the correct code for extern templates. This cause unity to not build correctly.

Unity failing to build:
http://paste.ubuntu.com/1284361/

Unity failing to build VERBOSE=1 set:
http://paste.ubuntu.com/1284363/