Re: gnome-lib problem



Soren Harward <soren@cinternet.net> writes:
> On Sat, 14 Nov 1998, Apati Sandor wrote:
> )  I've read in the archive of the gnome-list, that you have had problems
> )with compiling gnome-libs. I have the same problem. The .configure find
> )parse errors in the glib.h file. 
> )  Have you solved the problem ? If you had, would you write to me it too ?

> I found the fix for all the GQuark parse error crap.  Copy glibconfig.h
> into your .../include directory (the same place glib.h is).

Don't do that.  Do this instead

	$ rm $prefix/include/glibconfig.h
	$ cd /path/to/gnome-libs
	$ rm -fr `find . -name .deps -print`
	$ make clean && make

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]