Xubuntu compiling compiz protobuf

Bug #1133016 reported by Hiruma
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Compiz
New
Undecided
Unassigned

Bug Description

Trying to compile compiz 0.9.9.0.tar.bz2 (2013-01-24) on Xubuntu 12.10.

Get a protobuf phtread error:
/usr/include/google/protobuf/stubs/once.h:115: undefined reference to `pthread_once'

Solved by modifying /compizconfig/libcompizconfig/CMakeLists.txt

 - list (APPEND LIBCOMPIZCONFIG_LIBRARIES ${COMPIZ_LIBRARIES})
+ list (APPEND LIBCOMPIZCONFIG_LIBRARIES ${COMPIZ_LIBRARIES} pthread)

This is my first bug report, please notify me if there is a direct way to report a bug then a fix.

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

Hi, you can submit a merge proposal.

bzr branch lp:compiz
cd compiz
*hack hack hack*
bzr commit --fixes lp:1133016
bzr push lp:~username/compiz/compiz.fix_1133016
* go to code.launchpad.net/~username/compiz/compiz.fix_1133016 *
* hit propose for merge *

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.