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 5768513877A for ; Fri, 25 Jul 2014 02:11:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8A9BE1483; Fri, 25 Jul 2014 02:11:23 +0000 (UTC) Received: from mail-oa0-f49.google.com (mail-oa0-f49.google.com [209.85.219.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D165BE146B for ; Fri, 25 Jul 2014 02:11:22 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id eb12so4779677oac.22 for ; Thu, 24 Jul 2014 19:11:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=pQtPffXAFab8v5J0Jbzpu+WWvs12KZKOXf9blVxrRis=; b=DKytHpdwnuPYnYXzLDcIyoo7mn7Seu25xK5RKaUvkHwjdcFrNQs8XytK/fH4cQSNN1 l6WN6mwMo3+cw6Hv5t7vubePgxEa0SQ88DXHpKX/B8zDm3FI5s04y+zG+Mo0tX8XMw1f 0Ap+bzJ6kRPjPKEvLocoih4eciK0K9J5LQ1sU9OdSwfiMPuF0BhTBMIXD8z/CbLecVq2 aRAdKIxFgF6aDDfcyme9OjQEv9hz3l6l4LEtWJaBfTlM9mZb/NaxoSCocxo21Lqd8s0m EGAIOx15QoEotvlU2E4hctX39XaGeGceuZRFsxEUMrBeHD9kVqoOxNifeD+FhSXt35wr 6mbg== 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 X-Received: by 10.60.84.132 with SMTP id z4mr55140318oey.39.1406093922291; Tue, 22 Jul 2014 22:38:42 -0700 (PDT) Received: by 10.182.73.3 with HTTP; Tue, 22 Jul 2014 22:38:42 -0700 (PDT) Date: Wed, 23 Jul 2014 15:38:42 +1000 Message-ID: Subject: [gentoo-user] wxGTK compilation fails "missing thread.h" From: Adam Carter To: "gentoo-user@lists.gentoo.org" Content-Type: multipart/alternative; boundary=089e01176873c252c704fed5c079 X-Archives-Salt: 88d7ca01-4884-457b-8727-8bf459c35d33 X-Archives-Hash: 99bb7beb4bf7416bffd574a2103bf1d6 --089e01176873c252c704fed5c079 Content-Type: text/plain; charset=UTF-8 Here's what i get; /var/tmp/portage/x11-libs/wxGTK-2.8.12.1-r1/work/wxPython-src-2.8.12.1/src/unix/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. --089e01176873c252c704fed5c079 Content-Type: text/html; charset=UTF-8
Here's what i get;
/var/tmp/portage/x11-libs/wxGTK-2.8.12.1-r1/work/wxPython-src-2.8.12.1/src/unix/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.
--089e01176873c252c704fed5c079--