|
From: Julian S. <js...@ac...> - 2004-02-25 12:56:52
|
On Wednesday 25 February 2004 03:00, Tom Hughes wrote: > Nightly build on standard ( Red Hat 7.2 ) started at 2004-02-25 03:00:00 > `test -f 'vg_scheduler.c' || echo './'`vg_scheduler.c In file included from > vg_scheduler.c:1286: > /usr/include/pthread.h:163: parse error before "__thread" Any idea what happened here? Is it that the 7.2 pthread.h has a variable called __thread, and you are using a newer gcc which regard it as a keyword? J |