Re: Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-27 Thread Adam Carter
On Sat, Jul 26, 2014 at 9:59 PM, Alexander Kapshuk alexander.kaps...@gmail.com wrote: Forgot to mention. equery -q b /usr/include/wx-2.8/wx/thread.h x11-libs/wxGTK-2.8.12.1-r1 Ok so the file IS provided by the package itself, and therefore I see why -l1 makes sense.

Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-27 Thread Alexander Kapshuk
On 07/27/2014 12:30 PM, Adam Carter wrote: On Sat, Jul 26, 2014 at 9:59 PM, Alexander Kapshuk alexander.kaps...@gmail.com mailto:alexander.kaps...@gmail.com wrote: Forgot to mention. equery -q b /usr/include/wx-2.8/wx/thread.h x11-libs/wxGTK-2.8.12.1-r1 Ok so the file IS

Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-27 Thread Adam Carter
grep MAKEOPTS /etc/portage/make.conf MAKEOPTS=-j3 What value is your MAKEOPTS set to? I have tried -j1 to rule out parallel compilation issues, but it didn't help.

Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-27 Thread Alexander Kapshuk
On 07/28/2014 04:33 AM, Adam Carter wrote: grep MAKEOPTS /etc/portage/make.conf MAKEOPTS=-j3 What value is your MAKEOPTS set to? I have tried -j1 to rule out parallel compilation issues, but it didn't help. Here's all the 'thread.h' header files I seem to have on my system:

Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-26 Thread Adam Carter
On Fri, Jul 25, 2014 at 5:48 PM, Peter Humphrey pe...@prh.myzen.co.uk wrote: 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

Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-26 Thread Alexander Kapshuk
On 07/26/2014 01:47 PM, Adam Carter wrote: On Fri, Jul 25, 2014 at 5:48 PM, Peter Humphrey pe...@prh.myzen.co.uk mailto:pe...@prh.myzen.co.uk wrote: On Wednesday 23 July 2014 15:38:42 Adam Carter wrote: Here's what i get;

Fwd: Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-26 Thread Alexander Kapshuk
Forgot to mention. equery -q b /usr/include/wx-2.8/wx/thread.h x11-libs/wxGTK-2.8.12.1-r1

Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-25 Thread Peter Humphrey
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

Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-25 Thread Douglas J Hunley
On Fri, Jul 25, 2014 at 12:48 AM, Peter Humphrey pe...@prh.myzen.co.uk wrote: 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. Indeed, this is probably parallelism gone wrong. However, you

Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-25 Thread Neil Bothwick
On Fri, 25 Jul 2014 09:38:50 -0700, Douglas J Hunley wrote: 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. Indeed, this is probably parallelism gone wrong. However, you should really

Re: [gentoo-user] wxGTK compilation fails missing thread.h

2014-07-25 Thread Peter Humphrey
On Friday 25 July 2014 09:38:50 Douglas J Hunley wrote: On Fri, Jul 25, 2014 at 12:48 AM, Peter Humphrey pe...@prh.myzen.co.uk wrote: 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.

[gentoo-user] wxGTK compilation fails missing thread.h

2014-07-24 Thread Adam Carter
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.