Closed Bug 261761 Opened 20 years ago Closed 20 years ago

Compile Error in xptcinvoke_gcc_x86_unix.cpp

Categories

(SeaMonkey :: General, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 262422

People

(Reporter: shreevidhu2001, Unassigned)

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
Build Identifier: Mozilla Nightly Build

Not sure whether i can post this error here.If so pls excuse me.

I tried compiling the browser code using make and got the following errors:
The last few lines of error are given here:


FIG_H_ -DMOZILLA_CLIENT /cygdrive/c/mozilla/mozilla/xpcom/reflect/xptcall/src/md
/win32/../unix/xptcinvoke_gcc_x86_unix.cpp
{standard input}: Assembler messages:
{standard input}:379: Warning: .type pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:379: Error: junk at end of line, first unrecognized character i
s `_'
{standard input}:399: Warning: .size pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:399: Error: junk at end of line, first unrecognized character i
s `_'
make[8]: *** [../unix/xptcinvoke_gcc_x86_unix.o] Error 1

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
And what is the reason this time you posted your issue to bmo and
netscape.public.mozilla.builds again? At least provide some details, for example
which compiler you use, since when does this occour,etc.
(In reply to comment #1)
> And what is the reason this time you posted your issue to bmo and
> netscape.public.mozilla.builds again? At least provide some details, for 
example
> which compiler you use, since when does this occour,etc.

 i use the gcc compiler.I followed the steps as in your build documentation 
link. when trying to run make -f client.mk build_all from command prompt
got this error.
(In reply to comment #2)
> (In reply to comment #1)
> > And what is the reason this time you posted your issue to bmo and
> > netscape.public.mozilla.builds again? At least provide some details, for 
> example
> > which compiler you use, since when does this occour,etc.
>  i use the gcc compiler.I followed the steps as in your build documentation 
> link. when trying to run make -f client.mk build_all from command prompt
> got this error.







 I use the gcc compiler version 3.3.3. Also my mozconfig looks like this:

CC=gcc
CXX=g++
CPP=cpp
AS=as
LD=ld
ac_add_options --disable-composer
ac_add_options --disable-debug
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --disable-tests
ac_add_options --enable-crypto
ac_add_options --enable-strip
ac_add_options --enable-strip-libs
export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1

 Is there any problem with the gcc version?.I tried with the earlier version 
also 2.95..but still get the same errors.Is there i need to include any patches?



 



Marking dup of the newer bug that actually explains what the problem is.

*** This bug has been marked as a duplicate of 262422 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.