Re: Debugging help for fork failure: resource temporarily unavailable

2011-03-06 Thread chm
On 2:59 PM, Ryan Johnson wrote: > > I'm hitting the oh-so-delightful fork failures when trying > to compile a cross-compiler toolchain, which is a pain > because one fork failure makes crosstool-ng start over. I've > rebased, I've been over the BLODA (Windows Defender slipped > in even after I rej

X server segfault problem

2011-01-01 Thread chm
d the perl OpenGL module source: http://search.cpan.org/CPAN/authors/id/C/CH/CHM/OpenGL-0.64.tar.gz and extract the directory. cd to the OpenGL-0.64 directory and run the following command: ( set -x ; perl Makefile.PL ; make ; make test ) 2>&1 | tee ../pogl-x-crash-log.txt which should

Re: Re: can't compile opengl using w32api with gcc

2010-10-19 Thread chm
On 2:59 PM, André Bleau wrote: Your problem is the consequence of the libGL-devel package (Mesa GL) taking over /usr/include/GL in 2008. If you want native GL, you need to install the opengl package, and compile with -I/usr/include/opengl , as stated in /usr/share/doc/opengl-1.1.0/README.txt .

can't compile opengl using w32api with gcc

2010-10-17 Thread chm
Hi- I've been trying to compile the Perl OpenGL module for cygwin using the w32api opengl32, glu32,.. for performance. I used to be able to add either -I/usr/X11R6/include or -I/usr/include/w32api to the gcc flags to get the compile to work. Going back with cygwin 1.7.1 now, I am unable to get