blakew has asked for the wisdom of the Perl Monks concerning the following question:
Long story short, I'm trying to build PDL from source into my local perl install and it requires OpenGL, whose build in turn requires a display for freeglut which I don't have (a display, that is). This is a "known issue" so I'm not filing a bug. For search purposes here's the error I see when running 'perl Makefile.PL':
freeglut (./glversion): failed to open display ''
The only solution I found to this problem was building OpenGL on a compatible system with a display (here) and altering the Makefile.PL accordingly. I'm not sure how I would go about doing this. Is there a good way to accomplish what I'm trying to do?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: OpenGL build without display
by Argel (Prior) on Aug 10, 2010 at 20:53 UTC | |
|
Re: OpenGL build without display
by syphilis (Archbishop) on Aug 11, 2010 at 07:34 UTC |