Skip site navigation (1)Skip section navigation (2)
Date:      07 May 2002 16:25:53 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        VVI hostmaster <xavier@vvi.at>
Cc:        freebsd-gnome@FreeBSD.ORG
Subject:   RE: Problem with galeon compile
Message-ID:  <1020803154.416.57.camel@gyros.marcuscom.com>
In-Reply-To: <000a01c1f604$4b856520$39e1fcd0@xavier2>
References:  <000a01c1f604$4b856520$39e1fcd0@xavier2>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2002-05-07 at 16:17, VVI hostmaster wrote:
> Hi,
> 
> Your instructions got galeon to compile but only after I did another
> cvsup on the ports after the first try ;o)
> 
> Anyways, galeon ended in error with a message
> 
> " In file included from mozilla.cpp:69:
> ProgressListener2.h:22: nsIProgressDialog.h: No such file or directory
> In file included from mozilla.cpp:69:"
> 
> Here is the bottom of the compile

Do this.  Remove mozilla and mozilla-headers.  Delete
/usr/X11R6/lib/mozilla and /usr/X11R6/include/mozilla.  Rebuild mozilla
and mozilla-headers.  Make sure you have 1.0.rc1 of both ports.  Then,
build galeon like:

make -DWITH_FULL_MOZILLA install

Then you should be set.

Joe

> 
> 
> ===>  Building for galeon-1.2.1_1
> make  all-recursive
> Making all in intl
> Making all in po
> Making all in src
> Making all in mozilla
> c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src  
> c++ -I/usr/X11R6/include/mozilla
> -I/usr/X11R6/include/mozilla/nspr  -I/usr/X11R6/include/mozilla/appcomps
> 
> -I/usr/X11R6/include/mozilla/content
> -I/usr/X11R6/include/mozilla/cookie  
> -I/usr/X11R6/include/mozilla/docshell  -I/usr/X11R6/include/mozilla/dom
> 
> -I/usr/X11R6/include/mozilla/exthandler
> -I/usr/X11R6/include/mozilla/find  
> -I/usr/X11R6/include/mozilla/gfx
> -I/usr/X11R6/include/mozilla/gtkembedmoz  
> -I/usr/X11R6/include/mozilla/helperAppDlg
> -I/usr/X11R6/include/mozilla/java  
> -I/usr/X11R6/include/mozilla/jsconsole
> -I/usr/X11R6/include/mozilla/layout  
> -I/usr/X11R6/include/mozilla/mimetype
> -I/usr/X11R6/include/mozilla/mozxfer  
> -I/usr/X11R6/include/mozilla/necko
> -I/usr/X11R6/include/mozilla/necko2
> -I/usr/X11R6/include/mozilla/nkcache  
> -I/usr/X11R6/include/mozilla/oji  -I/usr/X11R6/include/mozilla/pref  
> -I/usr/X11R6/include/mozilla/progressDlg
> -I/usr/X11R6/include/mozilla/string 
>  -I/usr/X11R6/include/mozilla/shistory
> -I/usr/X11R6/include/mozilla/uconv  
> -I/usr/X11R6/include/mozilla/uriloader
> -I/usr/X11R6/include/mozilla/wallet  
> -I/usr/X11R6/include/mozilla/webbrowserpersist  
> -I/usr/X11R6/include/mozilla/webbrwsr
> -I/usr/X11R6/include/mozilla/webshell  
> -I/usr/X11R6/include/mozilla/widget  
> -I/usr/X11R6/include/mozilla/windowwatcher  
> -I/usr/X11R6/include/mozilla/xpcom  -I/usr/X11R6/include/gconf/1 
> -I/usr/X11R6/include -I/usr/local/include/glib12 
> -I/usr/local/include/orbit-1.0 -I/usr/local/include 
> -I/usr/X11R6/include/gtk12  -I/usr/X11R6/include/gdk-pixbuf-1.0 
> -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12
> -I/usr/local/include 
> -I/usr/X11R6/include -I/usr/X11R6/include/gnome-vfs-1.0 
> -I/usr/X11R6/lib/gnome-vfs-1.0/include -I/usr/X11R6/include/libglade-1.0
> 
> -I/usr/local/include/gnome-xml -I/usr/X11R6/include/gnome-1.0 
> -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include 
> -I/usr/local/include/orbit-1.0 -I/usr/local/include/freetype2
> -DLIB_DIR=\"/usr/X11R6/lib/galeon\"  
> -DSHARE_DIR=\"/usr/X11R6/share/gnome/galeon\"  -I/usr/local/include 
> -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE  -fno-rtti  -O -pipe
> -Wall 
> -Wmissing-declarations -Wmissing-prototypes -Wsign-compare -Werror -c 
> mozilla.cpp
> In file included from mozilla.cpp:69:
> ProgressListener2.h:22: nsIProgressDialog.h: No such file or directory
> In file included from mozilla.cpp:69:
> ProgressListener2.h:54: syntax error before `,'
> ProgressListener2.h:61: virtual outside class declaration
> ProgressListener2.h:61: virtual outside class declaration
> ProgressListener2.h:61: syntax error before `protected'
> cpp0: output pipe has been closed
> *** Error code 1
> 
> Stop in /usr/ports/www/galeon/work/galeon-1.2.1/src/mozilla.
> *** Error code 1
> 
> Stop in /usr/ports/www/galeon/work/galeon-1.2.1/src.
> *** Error code 1
> 
> Stop in /usr/ports/www/galeon/work/galeon-1.2.1.
> *** Error code 1
> 
> Stop in /usr/ports/www/galeon/work/galeon-12.1.
> *** Error code 1
> 
> Stop in /usr/ports/www/galeon.
> 
> Best Regards,
> Jason
> 
> 
> -----Original Message-----
> From: Joe Marcus Clarke [mailto:marcus@marcuscom.com] 
> Sent: Tuesday, May 07, 2002 11:41 AM
> To: VVI hostmaster
> Cc: freebsd-gnome@FreeBSD.ORG
> Subject: Re: Problem with galeon compile
> 
> On Tue, 2002-05-07 at 14:33, VVI hostmaster wrote:
> > Hi,
> > 
> > Buzzing along on the compile and ran into another error
> > 
> > Seems there is a problem with galeon from sourceforge or something
> like
> > a patch or checksum check?
> 
> No, the checksum is still in sync with the dist file.  Do a make
> distclean in your galeon directory, then refetch the distfile.
> 
> Joe
> 
> > 
> > 
> > ===>   gnome-1.4.1b2_2 depends on executable: nautilus - not found
> > ===>    Verifying install for nautilus in /usr/ports/x11-fm/nautilus
> > ===>  Installing for nautilus-1.0.6_5
> > ===>   nautilus-1.0.6_5 depends on file:
> > /usr/X11R6/share/gnome/ui/nautilus-galeon-view-ui.xml - not found
> > ===>    Verifying install for
> > /usr/X11R6/share/gnome/ui/nautilus-galeon-view-ui.xml in
> > /usr/ports/www/galeon
> > >> galeon-1.2.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
> > >> Attempting to fetch from
> http://prdownloads.sourceforge.net/galeon/.
> > fetch: galeon-1.2.1.tar.gz: size of remote file is not known Receiving
> > galeon-1.2.1.tar.gz: 8490 bytes 8490 bytes transferred in 0.1 seconds
> > (145.47 kBps) ===>  Extracting for galeon-1.2.1_1
> > >> Checksum mismatch for galeon-1.2.1.tar.gz.
> > Make sure the Makefile and distinfo file
> > (/usr/ports/www/galeon/distinfo) are up to date.  If you are
> absolutely
> > sure you want to override this check, type "make NO_CHECKSUM=yes
> [other
> > args]".
> > *** Error code 1
> > 
> > Stop in /usr/ports/www/galeon.
> > *** Error code 1
> > 
> > Stop in /usr/ports/x11-fm/nautilus.
> > *** Error code 1
> > 
> > Stop in /usr/ports/x11/gnome.
> > 
> > 
> > Jason
> > 
> > 
> > 
> -- 
> PGP Key: http://www.marcuscom.com/pgp.asc
> 
> 
> 
> 
-- 
PGP Key: http://www.marcuscom.com/pgp.asc


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1020803154.416.57.camel>