Re: [pimppa-users] GUI Compile problem
Brought to you by:
iwronsky
|
From: I. W. <iwr...@us...> - 2002-03-21 16:27:54
|
On Thu, 21 Mar 2002, John Doe wrote: > Now... the next problem is... the gui will not compile. I get an error during > ./configure that tells me that GNOME is not installed and the GUI will not be > compiled. I am running XIMIAN-GNOME so there must be a check that fails based > on that. Any thoughts? Argh. No. See "configure.in", after "dnl Gnome check" -line. It should base the gnome detection on "gnome-config" which should be executable and especially the output of "gnome-config gnomeui --cflags" should print the necessary gnome compilation flags for your system. The problem can be fixed by replacing the current routine with something better. Perhaps if you know a configure script (from some other program, perhaps?) that correctly detects XIMIAN-GNOME, send me that and I'll try to tweak this. Or does the GNOME org provide some configure-script template for all gnomes? Meanwhile, you can use the system without the gui, all functionality can be accessed from command line or mysql. |