Joerg Sonnenberger wrote:
On Sat, Nov 29, 2008 at 01:13:43AM +0100, Michael Kell Jensen wrote:Codeblocks errored out with some phtread error.It generally helps to tell people *what* the actual error is. Joerg
OOOOOPS, sorry. :) Error output: ---gmake[3]: Leaving directory `/home/run/src/codeblocks/codeblocks-8.02/src/src/resources' gmake[3]: Entering directory `/home/run/src/codeblocks/codeblocks-8.02/src/src' g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/local/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../../src/include/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/wxFlatNotebook/include -I../../src/src/wxAUI -DENABLE_BINRELOC -DAPP_PREFIX="\"/usr/local\"" -Ulinux -Uunix -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT prefix.o -MD -MP -MF .deps/prefix.Tpo -c -o prefix.o prefix.cpp
prefix.cpp:237: error: invalid conversion from 'void*' to '__pthread_st*' prefix.cpp:237: error: invalid conversion from 'void*' to '__pthread_st**' gmake[3]: *** [prefix.o] Error 1 ---