Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wxGTK compilation fails "missing thread.h"
Date: Fri, 25 Jul 2014 07:48:23
Message-Id: 3577137.OUgBVV6bEF@wstn
In Reply to: [gentoo-user] wxGTK compilation fails "missing thread.h" by Adam Carter
1 On Wednesday 23 July 2014 15:38:42 Adam Carter wrote:
2 > Here's what i get;
3 > /var/tmp/portage/x11-libs/wxGTK-2.8.12.1-r1/work/wxPython-src-2.8.12.1/src/u
4 > nix/threadpsx.cpp:51:24: fatal error: thread.h: No such file or directory
5 > make: *** [basedll_threadpsx.o] Error 1
6 >
7 > Any ideas? Would thread.h be supplied by another package? linux-headers
8 > doesnt have it.
9
10 I sometimes find this error coming from multi-thread compilation. I fix it by
11 prepending the emerge command with MAKEOPTS="-j1". You could try that.
12
13 --
14 Regards
15 Peter

Replies

Subject Author
Re: [gentoo-user] wxGTK compilation fails "missing thread.h" Douglas J Hunley <doug.hunley@×××××.com>
Re: [gentoo-user] wxGTK compilation fails "missing thread.h" Adam Carter <adamcarter3@×××××.com>