Closed
Bug 256888
Opened 21 years ago
Closed 21 years ago
NegotiateAuth will not compile with Heimdal 0.6.1rc3
Categories
(Core :: Security, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 245467
People
(Reporter: allan, Assigned: dveditz)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804
Build Identifier:
I get the following error compiling:
--- CUT ---
c++ -o nsNegotiateAuthFactory.o -c -DOSTYPE=\"Linux2.6.5-7\" -DOSARCH=\"Linux\"
-DHAVE_DEPENDENT_LIBS -DUSE_GSSAPI -I/usr/include/heimdal
-I../../dist/include/xpcom -I../../dist/include/string
-I../../dist/include/necko -I../../dist/include/pref
-I../../dist/include/negotiateauth -I../../dist/include
-I/home/beaufour/Documents/Mozilla/mozilla/dist/include/nspr -I.
-I/usr/X11R6/include -fPIC -I/usr/X11R6/include -fno-rtti -fno-exceptions
-Wall -Wconversion-Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic
-fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -O -I/usr/X11R6/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h
-Wp,-MD,.deps/nsNegotiateAuthFactory.pp nsNegotiateAuthFactory.cpp
In file included from nsNegotiateAuthFactory.cpp:64:
nsNegotiateAuthGSSAPI.h:74: error: syntax error before `)' token
nsNegotiateAuthGSSAPI.h:76: error: semicolon missing after declaration of `
nsNegotiateAuth'
nsNegotiateAuthGSSAPI.h:76: error: syntax error before `:' token
nsNegotiateAuthGSSAPI.h:78: error: 'gss_OID' is used as a type, but is not
defined as a type.
nsNegotiateAuthGSSAPI.h:81: error: syntax error before `}' token
gmake[1]: *** [nsNegotiateAuthFactory.o] Error 1
gmake[1]: Leaving directory
`/home/beaufour/Documents/Mozilla/mozilla/extensions/negotiateauth'
make: *** [all] Error 2
--- CUT ---
I know it is a Release Candidate of Heimdal, but my guess is that is is the same
for Heimdal in general? It is the version that ships with SuSE 9.1.
Reproducible: Always
Steps to Reproduce:
I am build the FORMS_20040722_BRANCH branch
Comment 1•21 years ago
|
||
at least partly dupe of Bug 245467
| Reporter | ||
Comment 2•21 years ago
|
||
As far as my limited german tells me: Yes.
(I did not find the bug, when I searched for similar bugs).
| Assignee | ||
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 245467 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•