From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4627413877A for ; Fri, 25 Jul 2014 07:48:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A86A3E1562; Fri, 25 Jul 2014 07:48:16 +0000 (UTC) Received: from smarthost01d.mail.zen.net.uk (smarthost01d.mail.zen.net.uk [212.23.1.7]) by pigeon.gentoo.org (Postfix) with ESMTP id 8FA67E1540 for ; Fri, 25 Jul 2014 07:48:15 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01d.mail.zen.net.uk with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1XAaEg-000Au3-B1 for gentoo-user@lists.gentoo.org; Fri, 25 Jul 2014 07:48:14 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] wxGTK compilation fails "missing thread.h" Date: Fri, 25 Jul 2014 08:48:13 +0100 Message-ID: <3577137.OUgBVV6bEF@wstn> Organization: at home User-Agent: KMail/4.12.5 (Linux/3.12.21-gentoo-r1; KDE/4.12.5; x86_64; ; ) In-Reply-To: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01d-IP: [82.69.80.10] X-Archives-Salt: 42c55283-b580-4b03-99e8-9a86338806b0 X-Archives-Hash: decb0beccc5ca7a9252ec911773c5ab8 On Wednesday 23 July 2014 15:38:42 Adam Carter wrote: > Here's what i get; > /var/tmp/portage/x11-libs/wxGTK-2.8.12.1-r1/work/wxPython-src-2.8.12.1/src/u > nix/threadpsx.cpp:51:24: fatal error: thread.h: No such file or directory > make: *** [basedll_threadpsx.o] Error 1 > > Any ideas? Would thread.h be supplied by another package? linux-headers > doesnt have it. I sometimes find this error coming from multi-thread compilation. I fix it by prepending the emerge command with MAKEOPTS="-j1". You could try that. -- Regards Peter