Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11659 - Galeon Not Compiling At All when using mozilla 1.1 Even When Chaing use-snapshot too 1.1
Summary: Galeon Not Compiling At All when using mozilla 1.1 Even When Chaing use-snaps...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-05 23:58 UTC by Joel Hill (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Hill (RETIRED) gentoo-dev 2002-12-05 23:58:48 UTC
Dies At this
My USe Flags USE="X gtk gtkhtml -gpm -java -qt -arts -gnome -kde -alsa"

/usr/include/g++-v32/backward/backward_warning.h:32:2: warning: #warning This
file includes at least one deprecated or antiquated header. Please consider
using one of the 32 headers found in section 17.4.1.2 of the C++ standard.
Examples include substituting the <X> header for the <X.h> header for C++
includes, or <sstream> instead of the deprecated header <strstream.h>. To
disable this warning use -Wno-deprecated.
GaleonWrapper.cpp:83:30: nsITypeAheadFind.h: No such file or directory
GaleonWrapper.cpp: In member function `nsresult GaleonWrapper::Find(const 
   PRUnichar*, int, int, int, int, int, int, PRBool*)':
GaleonWrapper.cpp:590: `nsITypeAheadFind' undeclared (first use this function)
GaleonWrapper.cpp:590: (Each undeclared identifier is reported only once for 
   each function it appears in.)
GaleonWrapper.cpp:590: template argument 1 is invalid
GaleonWrapper.cpp:591: `NS_TYPEAHEADFIND_CONTRACTID' undeclared (first use this 
   function)
GaleonWrapper.cpp:591: ISO C++ forbids declaration of `tAFinder' with no type
GaleonWrapper.cpp:601: base operand of `->' is not a pointer
make[3]: *** [GaleonWrapper.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/galeon-1.2.7/work/galeon-1.2.7/src/mozilla'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/galeon-1.2.7/work/galeon-1.2.7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/galeon-1.2.7/work/galeon-1.2.7'
make: *** [all-recursive-am] Error 2

!!! ERROR: net-www/galeon-1.2.7 failed.
!!! Function src_compile, Line 66, Exitcode 2
!!! (no error message)
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-06 01:56:18 UTC
Yes, that is why it depends on 1.2....  If you force a DEPEND not to be included,
things are going to break ....
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-06 02:02:47 UTC
Please update to mozilla-1.2.1, and try again.