Date: 04 Oct 2002 12:38:18 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Joe Glass <glassjos@msu.edu> Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: galeon-1.2.6 Message-ID: <1033749499.319.25.camel@gyros.marcuscom.com> In-Reply-To: <3D9DC415.3A8E7405@msu.edu>
index | next in thread | previous in thread | raw e-mail
On Fri, 2002-10-04 at 12:38, Joe Glass wrote:
> Hello, I'm having trouble installing the galeon-1.2.6 port. The
> separate Mozilla port installs fine. I am getting the following
> errors. Any help would be greatly appreciated.
Looks like you have some stale mozilla headers lying around. Uninstall
which ever mozilla-headers port you're using, then remove the
/usr/X11R6/include/mozilla[-devel], then reinstall. You should be set.
Joe
>
> Thank you,
> Joe Glass
>
> su-2.05a# make
> ===> Building for galeon-1.2.6
> 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
> -I/usr/X11R6/include/mozilla -I/usr/X11R6/include/mozilla/nspr
> -I/usr/X11R6/include/mozilla/appcomps
> -I/usr/X11R6/include/mozilla/caps -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/js
> -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/sidebar
> -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/mozilla/xpconnect -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/local/include/gnome-xml
> -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gconf/1
> -D_THREAD_SAFE -I/usr/X11R6/include/libglade-1.0
> -I/usr/X11R6/include/gnome-1.0 -DNEED_GNOMESUPPORT_H
> -I/usr/X11R6/lib/gnome-libs/include -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:22:
> GaleonWrapper.h:24: nsIWebPageDescriptor.h: No such file or directory
> mozilla.cpp:84: nsCCookieManager.h: No such file or directory
> mozilla.cpp:85: nsCPasswordManager.h: No such file or directory
> locate In file included from mozilla.cpp:70:
> ProgressListener2.h:65: syntax error before `('
> cc1plus: warnings being treated as errors
> ProgressListener2.h:127: warning: direct base `nsIWebProgressListener'
> inaccessible in `GProgressListener2' due to ambiguity
> mozilla.cpp: In function `gboolean mozilla_save_url(GaleonEmbed *, const
> char *, char *, DownloadAction, void **)':
> mozilla.cpp:371: implicit declaration of function `int
> NS_NewNativeLocalFile(...)'
> mozilla.cpp:371: warning: cannot pass objects of type
> `nsDependentCString' through `...'
> mozilla.cpp: In function `gboolean mozilla_print(GaleonEmbed *,
> PrintInfo *, int)':
> mozilla.cpp:559: no matching function for call to
> `nsDerivedSafe<nsIPrintSettings>::SetPaperName (const PRUnichar *)'
> mozilla.cpp: In function `struct GList * mozilla_list_cookies()':
> mozilla.cpp:1058: no matching function for call to
> `nsDerivedSafe<nsICookie>::GetHost (nsCAutoString &)'
> /usr/X11R6/include/mozilla/cookie/nsICookie.h:47: candidates are:
> nsresult nsICookie::GetHost(char **)
> mozilla.cpp:1060: no matching function for call to
> `nsDerivedSafe<nsICookie>::GetName (nsCAutoString &)'
> /usr/X11R6/include/mozilla/cookie/nsICookie.h:38: candidates are:
> nsresult nsICookie::GetName(char **)
> mozilla.cpp:1062: no matching function for call to
> `nsDerivedSafe<nsICookie>::GetValue (nsCAutoString &)'
> /usr/X11R6/include/mozilla/cookie/nsICookie.h:41: candidates are:
> nsresult nsICookie::GetValue(char **)
> mozilla.cpp:1064: no matching function for call to
> `nsDerivedSafe<nsICookie>::GetPath (nsCAutoString &)'
> /usr/X11R6/include/mozilla/cookie/nsICookie.h:50: candidates are:
> nsresult nsICookie::GetPath(char **)
> mozilla.cpp: In function `gboolean mozilla_remove_cookies(GList *,
> int)':
> mozilla.cpp:1189: no matching function for call to
> `nsDerivedSafe<nsICookieManager>::Remove (nsDependentCString,
> nsDependentCString, nsDependentCString, int)'
> /usr/X11R6/include/mozilla/cookie/nsICookieManager.h:41: candidates are:
> nsresult nsICookieManager::Remove(const char *, const char *, const char
> *, int)
> mozilla.cpp:1177: warning: `nsresult result' might be used uninitialized
> in this function
> mozilla.cpp: In function `struct GList *
> mozilla_list_passwords(PasswordType)':
> mozilla.cpp:1388: no matching function for call to
> `nsDerivedSafe<nsIPassword>::GetHost (nsCAutoString &)'
> /usr/X11R6/include/mozilla/wallet/nsIPassword.h:34: candidates are:
> nsresult nsIPassword::GetHost(char **)
> mozilla.cpp:1394: no matching function for call to
> `nsDerivedSafe<nsIPassword>::GetUser (nsAutoString &)'
> /usr/X11R6/include/mozilla/wallet/nsIPassword.h:37: candidates are:
> nsresult nsIPassword::GetUser(PRUnichar **)
> mozilla.cpp: In function `gboolean mozilla_remove_passwords(GList *,
> PasswordType)':
> mozilla.cpp:1427: no matching function for call to
> `nsDerivedSafe<nsIPasswordManager>::RemoveUser (nsDependentCString,
> nsDependentString &)'
> /usr/X11R6/include/mozilla/necko/nsIPasswordManager.h:38: candidates
> are: nsresult nsIPasswordManager::RemoveUser(const char *, const
> PRUnichar *)
> mozilla.cpp:1433: no matching function for call to
> `nsDerivedSafe<nsIPasswordManager>::RemoveReject (nsDependentCString)'
> /usr/X11R6/include/mozilla/necko/nsIPasswordManager.h:41: candidates
> are: nsresult nsIPasswordManager::RemoveReject(const char *)
> mozilla.cpp: In function `void mozilla_delete_temp_file_on_exit(const
> char *)':
> mozilla.cpp:1889: warning: cannot pass objects of type
> `nsDependentCString' through `...'
> *** Error code 1
>
> Stop in /usr/home/usr.ports/www/galeon/work/galeon-1.2.6/src/mozilla.
> *** Error code 1
>
> Stop in /usr/home/usr.ports/www/galeon/work/galeon-1.2.6/src.
> *** Error code 1
>
> Stop in /usr/home/usr.ports/www/galeon/work/galeon-1.2.6.
> *** Error code 1
>
> Stop in /usr/home/usr.ports/www/galeon/work/galeon-1.2.6.
> *** Error code 1
>
> Stop in /usr/home/usr.ports/www/galeon.
> su-2.05a# locate nsIWebPageDescriptor.h
> /usr/home/usr.ports/www/mozilla/work/mozilla/dist/include/docshell/nsIWebPageDescriptor.h
> /usr/home/usr.ports/www/mozilla/work/mozilla/docshell/base/_xpidlgen/nsIWebPageDescriptor.h
> --
> Joe Glass
> Systems Management, Michigan State University
> 517-355-4500 x240
> glassjos@msu.edu
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-gnome" in the body of the message
>
--
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
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1033749499.319.25.camel>
