Skip site navigation (1)Skip section navigation (2)
Date:      14 Nov 2002 14:21:13 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Ryan Sommers <ryans@gamersimpact.com>
Cc:        FreeBSD GNOME Users <gnome@freebsd.org>
Subject:   Re: Galeon Build Error?
Message-ID:  <1037301671.323.59.camel@gyros>
In-Reply-To: <1037300963.596.0.camel@lobo>
References:  <1037300963.596.0.camel@lobo>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2002-11-14 at 14:09, Ryan Sommers wrote:
> I received the following error when I was building Galeon: 
> 
> REENTRANT -D_THREAD_SAFE  -fno-rtti  -O -pipe  -Wall
> -Wmissing-declarations -Wmissing-prototypes -Wsign-compare -Werror -c
> ProgressListener2.cpp
> ProgressListener2.cpp:354: prototype for `nsresult
> GProgressListener2::Init(nsIURI *, nsILocalFile *, const PRUnichar *,
> nsIMIMEInfo *, long long int, nsIWebBrowserPersist *)' does not match
> any in class `GProgressListener2'
> ProgressListener2.h:63: candidate is: nsresult
> GProgressListener2::Init(nsIURI *, nsILocalFile *, const PRUnichar *,
> const PRUnichar *, long long int, nsIWebBrowserPersist *)
> ProgressListener2.cpp:413: no `nsresult
> GProgressListener2::GetMIMEInfo(nsIMIMEInfo **)' member function
> declared in class `GProgressListener2'
> ProgressListener2.cpp:454: no `nsresult
> GProgressListener2::GetCancelDownloadOnClose(PRBool *)' member function
> declared in class `GProgressListener2'
> ProgressListener2.cpp:458: no `nsresult
> GProgressListener2::SetCancelDownloadOnClose(int)' member function
> declared in class `GProgressListener2'
> *** Error code 1
> 
> Stop in /usr/ports/www/galeon/work/galeon-1.2.6/src/mozilla.

Looks like your mozilla-headers are messed up.  You might try:

# pkg_deinstall mozilla-headers
# rm -rf /usr/X11R6/include/mozilla-headers
# cd /usr/ports/www/mozilla-headers
# make install clean

Joe

-- 
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?1037301671.323.59.camel>