Re: Compiling gdome on HP-UX

Luca Padovani <[email protected]> Tue, 24 Jun 2003 20:33:36 +0200 (CEST)
Newsgroups gmane.comp.gnome.gdome
Message-ID <[email protected]>
On Tue, 24 Jun 2003 [email protected] wrote:
> I'm trying to compile gdome on an HP box.  I don't have admin rights and
> can't run the configure script.  My compile fails on glib.h with error
> g_bit_nth_lsf: Unexpected symbol.  Any pointers?

not having admin rights shouldn't prevent you from running configure. In
fact you can specify a local directory where you want gdome installed to.
Example:

	./configure --prefix=/public/local

In what stage did you get the error? What file was being compiled?

-- luca