From: Jonathan B. <jbr...@ea...> - 2003-09-26 20:59:01
|
On Fri, 2003-09-26 at 08:01, Elias Breunig wrote: > HI you guys, > > if have some trouble getting Vpython installed on my Suse 8.2 Pro laptop with > python 2.3 > > the following failure appears during "./configure" > snipped most of the tests > checking GL... no > checking GL with threads... no > checking Mesa... no > checking Mesa with pthreads... no > configure: error: gtkglarea is required on Unix-like systems > linux:/usr/local/src/visual-2.1.5 # The file config.log will contain a detailed description of these four failed tests, including the reason for failure. > ... but GL, MEsa and gtkgl libraries are installed!!!!!!! Make sure that you have the development versions of these libraries installed. The package names are usually suffixed with something like -dev or -devel. Please post the relevant portion of config.log here so we can figure out the problem. The important part starts at "configure:8434" and ends near "configure:8634" It shouldn't actually be 200 lines, though. HTH, -Jonathan Brandmeyer |