More on compiling Galeon

2000-08-09 Thread Jonathan Markevich
I don't know if I missed it in the thread, but I can't figure out how to
compile Galeon either.  I have the Potato version of Mozilla installed (M16,
I understand) but when I ./configure, I get 

configure: error: Could not find the gnomeConf.sh file that is generated by
gnome-libs install

gnome-libs install?  Is that a command; or a process?  I installed the
libglade and gnome glade -dev libraries and it doesn't make a difference. 
Where is this file?

-- 
Jonathan Markevich [EMAIL PROTECTED]
http://members.xoom.com/JMarkevich
== It's VIRUSES, not VIRII!  See http://language.perl.com/misc/virus.html ==

The eleventh commandment was `Thou Shalt Compute' or `Thou Shalt Not
Compute' -- I forget which.
-- Epigrams in Programming, ACM SIGPLAN Sept. 1982



Re: More on compiling Galeon

2000-08-09 Thread John Pearson
On Wed, Aug 09, 2000 at 07:54:56AM -0400, Jonathan Markevich wrote
 I don't know if I missed it in the thread, but I can't figure out how to
 compile Galeon either.  I have the Potato version of Mozilla installed (M16,
 I understand) but when I ./configure, I get 
 
 configure: error: Could not find the gnomeConf.sh file that is generated by
 gnome-libs install
 
 gnome-libs install?  Is that a command; or a process?  I installed the
 libglade and gnome glade -dev libraries and it doesn't make a difference. 
 Where is this file?
 
# zgrep gnomeConf.sh debian/dists/potato/Contents-i386.gz
usr/lib/gnomeConf.sh   devel/libgnome-dev
#

Looks like it's in libgnome-dev.


John P.
-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.mdt.net.au/~john Debian Linux admin  support:technical services



Re: More on compiling Galeon

2000-08-09 Thread Moritz Schulte
On Wed, Aug 09, 2000 at 07:54:56AM -0400, Jonathan Markevich wrote:

 I don't know if I missed it in the thread, but I can't figure out how to
 compile Galeon either.  I have the Potato version of Mozilla installed (M16,
 I understand) but when I ./configure, I get 

i'm not sure, wether this packages has all the devel libraries and
headers file from mozilla, which are needed for compiling galeon. i
had compiled mozilla myself, compiling galeon worked finde..

 configure: error: Could not find the gnomeConf.sh file that is generated by
 gnome-libs install
 
 gnome-libs install?  Is that a command; or a process?  I installed the
 libglade and gnome glade -dev libraries and it doesn't make a difference. 
 Where is this file?

gnomeConf.sh is a file, which belongs to the gnome-libs
package... don't know the exact name of the deb. try libgnome* and
libgnome*-dev.

...perhaps it's just present in recent gnome versions?
i compiled gnome-libs (1.2.4) myself and gnomeConf.sh is present on my
system.

moritz
-- 
/* Moritz Schulte [EMAIL PROTECTED]
 * http://hp9001.fh-bielefeld.de/~moritz/
 * PGP-Key available, encrypted Mail is welcome.
 */



Re: More on compiling Galeon

2000-08-09 Thread Thomas J. Hamman
On Wed, Aug 09, 2000 at 05:30:09PM +0200, Moritz Schulte wrote:
 On Wed, Aug 09, 2000 at 07:54:56AM -0400, Jonathan Markevich wrote:
 
  I don't know if I missed it in the thread, but I can't figure out how to
  compile Galeon either.  I have the Potato version of Mozilla installed (M16,
  I understand) but when I ./configure, I get 
 
 i'm not sure, wether this packages has all the devel libraries and
 headers file from mozilla, which are needed for compiling galeon. i
 had compiled mozilla myself, compiling galeon worked finde..
 
I'm going to add in, for Jonathan's sake, that in order to get as far as
I did in Galeon's compilation I had to have the Mozilla source _and_
compile it (which took a few hours on my comp)--it wasn't enough to have
the source and the binary package.

This was because, as I was quite frustrated to notice, Galeon looks for
Mozilla header files in a single directory (which you specify in the
./configure command, as instructed in the INSTALL file), but those
header files are actually spread out over a bazillion different
directories in the Mozilla source.  After you compile it, though, it
sets up a dist/include directory with symlinks to all of the headers.

Of course, I'm still having the undefined reference problems.  I hope
you have more luck.

Tom