Re: [Fresco-devel] Trouble compiling Fresco
[email protected] Mon, 14 Apr 2003 23:29:36 +0100
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
Harry wrote: > I was going to play around with Fresco yesterday, but I couldn't get the > configure script to work. It only gets as far as the GGI part. Here is the > relevant portion of the output: > > checking for Fresco IDL prefix... /home/user/Fresco/Fresco-IDL > configure: Graphics Environment > checking ggi/ggi.h usability... no > checking ggi/ggi.h presence... no > checking for ggi/ggi.h... no > configure: error: this package needs GGI to compile and run > configure: error: /bin/sh './configure' failed for GGI > > I do have ggi.h installed in /usr/include/ggi/, but how do I tell the > script where to find ggi.h? I tried using the --with-ggi-prefix option, to > no avail. I also poked around the GGI/configure script, which left me none > the wiser. AFAIK GGI includes are normally installed in /usr/include/ggi; they certainly are here. What GGI version do you have? What platform? The file you'd probably want to look at is config/ggi.m4, which contains the FRESCO_GGI_CHECK function, which is where it is failing. I'm not at my Fresco-installed machine right now; there's a .log file which contains any results from configure, perhaps look in there, it may explain why it can't find it. Good luck getting it working :) -- Neil, leaving any other ideas to those with autoconf mastery