All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] Compiling Mozilla on parisc-linux fails
@ 2001-11-02 11:17 kenneth westelinck
  2001-11-02 12:09 ` Albert Strasheim
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: kenneth westelinck @ 2001-11-02 11:17 UTC (permalink / raw)
  To: parisc-linux

[-- Attachment #1: Type: text/plain, Size: 2208 bytes --]

Hi all,

I haven't touched my 712/60 for a week now, and today I've decided to
compile Mozilla. I can already hear the real gurus shouting: "why not use
lynx?". Actually I did use lynx, but I didn't like it very much.
Before I start telling my story, you should know I'm not very much of a
programmer. Sure I know how to write a very basic C program (like "hello
world"), but there it ends.

So I downloaded the tar.gz archive, unpacked it and ran "./configure". My
workstation appeared to pass all tests and I was ready to run a "make". In
the first attached file (make.log.std) you can find the output of this
command. Investigating the cause of the error brought me to the file
"prcpucfg.h". "Unknown CPU architecture" the error says. Indeed, while
browsing through that file I couldn't find anything near a "PARISC"
architecture.

I tried another approach and ran
"./configure --build=hppa-hpux --host=hppa-hpux". Again I passed the test so
I ran "make". You can find the output of this command in the second file
(make.log.hpux). He doesn't seem to find the "model.h" file, which makes
sense. I assume the "model.h" file can only be found on a real HP-UNIX.

"protypes.h" reads:
...
/* model.h on HP-UX defines int8, int16, and int32. */
#ifdef HPUX
#include <model.h>
#endif
...

Searching the web brought me to the following URL:
http://www.informatik.uni-frankfurt.de/doc/man/hpux/model.4.html . This page
describes the contents of the header-file:
...
      model.h also contains typedefs for several predefined types to enhance
      portability of certain types of code and files.

           int8, u_int8             Signed and unsigned 8-bit integers.
           int16, u_int16           Signed and unsigned 16-bit integers.
           int32, u_int32           Signed and unsigned 32-bit integers.
           machptr, u_machptr       Signed and unsigned integers large
                                    enough to hold a pointer.
...

So I need a bit of advice. Is configuring with
"--build=hppa-hpux --host=hppa-hpux" the right way to go? If so, can someone
provide me with the model header file or the correct typedefs?

Any thoughts on this are very much appreciated ;-)


regards,

Kenneth

[-- Attachment #2: make.log.hpux --]
[-- Type: application/octet-stream, Size: 6707 bytes --]

make[1]: Entering directory `/usr/local/src/mozilla/config'
nsinstall.c
gcc -o nsinstall.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DMOZ_REFLOW_PERF -DMOZ_REFLOW_PERF_DSP -DOJI -D_BSD_SOURCE   -I../dist/include -I../dist/include -I/usr/local/src/mozilla/dist/include/nspr      -I/usr/X11R6/include   -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -pedantic -Wno-long-long -DHPUX11 -Dhpux -pipe -fshort-wchar  -DDEBUG -DDEBUG_root -DTRACING -g -I/usr/X11R6/include -include ../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/nsinstall.pp nsinstall.c
pathsub.c
gcc -o pathsub.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DMOZ_REFLOW_PERF -DMOZ_REFLOW_PERF_DSP -DOJI -D_BSD_SOURCE   -I../dist/include -I../dist/include -I/usr/local/src/mozilla/dist/include/nspr      -I/usr/X11R6/include   -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -pedantic -Wno-long-long -DHPUX11 -Dhpux -pipe -fshort-wchar  -DDEBUG -DDEBUG_root -DTRACING -g -I/usr/X11R6/include -include ../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/pathsub.pp pathsub.c
gcc -o nsinstall -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -pedantic -Wno-long-long -DHPUX11 -Dhpux -pipe -fshort-wchar  -DDEBUG -DDEBUG_root -DTRACING -g nsinstall.o pathsub.o  -L../dist/bin -L../dist/lib  -ldl -lm   
/usr/bin/perl -I. ./bdate.pl build_number 
../config/nsinstall -R -m 444 nsBuildID.h ../dist/include
/usr/bin/perl -I../config ../config/build-list.pl ../dist/include/.headerlist nsBuildID.h
rm -f ../config/final-link-comps ../config/final-link-libs ../config/final-link-comp-names
make[1]: Leaving directory `/usr/local/src/mozilla/config'
make[1]: Entering directory `/usr/local/src/mozilla/build'
make[2]: Entering directory `/usr/local/src/mozilla/build/unix'
chmod 755 mozilla-config
../../config/nsinstall -R -m 755 mozilla-config ../../dist/bin
make[2]: Leaving directory `/usr/local/src/mozilla/build/unix'
make[1]: Leaving directory `/usr/local/src/mozilla/build'
make[1]: Entering directory `/usr/local/src/mozilla/nsprpub'
cd config; make export
make[2]: Entering directory `/usr/local/src/mozilla/nsprpub/config'
rm -f /usr/local/src/mozilla/dist/bin/nspr-config
make[2]: Leaving directory `/usr/local/src/mozilla/nsprpub/config'
cd pr; make export
make[2]: Entering directory `/usr/local/src/mozilla/nsprpub/pr'
cd include; make export
make[3]: Entering directory `/usr/local/src/mozilla/nsprpub/pr/include'
cd md; make export
make[4]: Entering directory `/usr/local/src/mozilla/nsprpub/pr/include/md'
../../../config/./nsinstall -R -m 444 ./_hpux32.cfg /usr/local/src/mozilla/dist/include/nspr
mv -f /usr/local/src/mozilla/dist/include/nspr/_hpux32.cfg /usr/local/src/mozilla/dist/include/nspr/prcpucfg.h
make[4]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr/include/md'
cd private; make export
make[4]: Entering directory `/usr/local/src/mozilla/nsprpub/pr/include/private'
../../../config/./nsinstall -R -m 444 ./pprio.h ./pprthred.h ./prpriv.h /usr/local/src/mozilla/dist/include/nspr/private
make[4]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr/include/private'
cd obsolete; make export
make[4]: Entering directory `/usr/local/src/mozilla/nsprpub/pr/include/obsolete'
../../../config/./nsinstall -R -m 444 ./pralarm.h ./probslet.h ./protypes.h ./prsem.h /usr/local/src/mozilla/dist/include/nspr/obsolete
make[4]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr/include/obsolete'
../../config/./nsinstall -R -m 444 ./nspr.h ./pratom.h ./prbit.h ./prclist.h ./prcmon.h ./prcountr.h ./prcvar.h ./prdtoa.h ./prenv.h ./prerr.h ./prerror.h ./prinet.h ./prinit.h ./prinrval.h ./prio.h ./pripcsem.h ./prlink.h ./prlock.h ./prlog.h ./prlong.h ./prmem.h ./prmon.h ./prmwait.h ./prnetdb.h ./prolock.h ./prpdce.h ./prprf.h ./prproces.h ./prrng.h ./prrwlock.h ./prshm.h ./prshma.h ./prsystem.h ./prthread.h ./prtime.h ./prtpool.h ./prtrace.h ./prtypes.h ./prvrsion.h ./prwin16.h /usr/local/src/mozilla/dist/include/nspr
make[3]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr/include'
cd src; make export
make[3]: Entering directory `/usr/local/src/mozilla/nsprpub/pr/src'
cd io; make export
make[4]: Entering directory `/usr/local/src/mozilla/nsprpub/pr/src/io'
gcc -o prfdcach.o -c    -DHPUX11 -Dhpux -g -fPIC  -UNDEBUG  -DDEBUG=1 -DDEBUG_root=1 -DXP_UNIX=1 -DHPUX=1 -D_HPUX_SOURCE=1 -Dhppa=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_POSIX_C_SOURCE=199506L -D_PR_HAVE_THREADSAFE_GETHOST=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I/usr/local/src/mozilla/dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prfdcach.c
In file included from /usr/local/src/mozilla/dist/include/nspr/prtypes.h:482,
                 from /usr/local/src/mozilla/dist/include/nspr/pratom.h:43,
                 from /usr/local/src/mozilla/dist/include/nspr/nspr.h:38,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:88:19: model.h: No such file or directory
In file included from ../../../pr/include/md/prosdep.h:143,
                 from ../../../pr/include/private/primpl.h:75,
                 from prfdcach.c:35:
../../../pr/include/md/_unixos.h:600:2: #error "I don't know yet"
In file included from ../../../pr/include/md/prosdep.h:143,
                 from ../../../pr/include/private/primpl.h:75,
                 from prfdcach.c:35:
../../../pr/include/md/_unixos.h:603: parse error before "_MDStat64"
../../../pr/include/md/_unixos.h:608: parse error before "_MDStat64"
../../../pr/include/md/_unixos.h:610: parse error before '*' token
../../../pr/include/md/_unixos.h:610: parse error before "_MDOff64_t"
../../../pr/include/md/_unixos.h:610: `_MDOff64_t' declared as function returning a function
../../../pr/include/md/_unixos.h:620: parse error before "_MD_Lseek64"
../../../pr/include/md/_unixos.h:620: warning: no semicolon at end of struct or union
In file included from ../../../pr/include/md/prosdep.h:158,
                 from ../../../pr/include/private/primpl.h:75,
                 from prfdcach.c:35:
../../../pr/include/md/_pth.h:222:23: sys/sched.h: No such file or directory
make[4]: *** [prfdcach.o] Error 1
make[4]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr/src/io'
make[3]: *** [export] Error 2
make[3]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr/src'
make[2]: *** [export] Error 2
make[2]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr'
make[1]: *** [export] Error 2
make[1]: Leaving directory `/usr/local/src/mozilla/nsprpub'
make: *** [export] Error 2

[-- Attachment #3: make.log.std --]
[-- Type: application/octet-stream, Size: 38226 bytes --]

make[1]: Entering directory `/usr/local/src/mozilla/config'
nsinstall.c
gcc -o nsinstall.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DMOZ_REFLOW_PERF -DMOZ_REFLOW_PERF_DSP -DOJI -D_BSD_SOURCE   -I../dist/include -I../dist/include -I/usr/local/src/mozilla/dist/include/nspr      -I/usr/X11R6/include   -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -pedantic -Wno-long-long -pipe -fshort-wchar  -DDEBUG -DDEBUG_root -DTRACING -g -I/usr/X11R6/include -include ../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/nsinstall.pp nsinstall.c
pathsub.c
gcc -o pathsub.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DMOZ_REFLOW_PERF -DMOZ_REFLOW_PERF_DSP -DOJI -D_BSD_SOURCE   -I../dist/include -I../dist/include -I/usr/local/src/mozilla/dist/include/nspr      -I/usr/X11R6/include   -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -pedantic -Wno-long-long -pipe -fshort-wchar  -DDEBUG -DDEBUG_root -DTRACING -g -I/usr/X11R6/include -include ../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/pathsub.pp pathsub.c
gcc -o nsinstall -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -pedantic -Wno-long-long -pipe -fshort-wchar  -DDEBUG -DDEBUG_root -DTRACING -g nsinstall.o pathsub.o  -L../dist/bin -L../dist/lib  -ldl -lm  -lc  
/usr/bin/perl -I. ./bdate.pl build_number 
../config/nsinstall -R -m 444 nsBuildID.h ../dist/include
/usr/bin/perl -I../config ../config/build-list.pl ../dist/include/.headerlist nsBuildID.h
rm -f ../config/final-link-comps ../config/final-link-libs ../config/final-link-comp-names
make[1]: Leaving directory `/usr/local/src/mozilla/config'
make[1]: Entering directory `/usr/local/src/mozilla/build'
make[2]: Entering directory `/usr/local/src/mozilla/build/unix'
chmod 755 mozilla-config
../../config/nsinstall -R -m 755 mozilla-config ../../dist/bin
make[2]: Leaving directory `/usr/local/src/mozilla/build/unix'
make[1]: Leaving directory `/usr/local/src/mozilla/build'
make[1]: Entering directory `/usr/local/src/mozilla/nsprpub'
cd config; make export
make[2]: Entering directory `/usr/local/src/mozilla/nsprpub/config'
rm -f /usr/local/src/mozilla/dist/bin/nspr-config
make[2]: Leaving directory `/usr/local/src/mozilla/nsprpub/config'
cd pr; make export
make[2]: Entering directory `/usr/local/src/mozilla/nsprpub/pr'
cd include; make export
make[3]: Entering directory `/usr/local/src/mozilla/nsprpub/pr/include'
cd md; make export
make[4]: Entering directory `/usr/local/src/mozilla/nsprpub/pr/include/md'
../../../config/./nsinstall -R -m 444 ./_linux.cfg /usr/local/src/mozilla/dist/include/nspr
mv -f /usr/local/src/mozilla/dist/include/nspr/_linux.cfg /usr/local/src/mozilla/dist/include/nspr/prcpucfg.h
make[4]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr/include/md'
cd private; make export
make[4]: Entering directory `/usr/local/src/mozilla/nsprpub/pr/include/private'
../../../config/./nsinstall -R -m 444 ./pprio.h ./pprthred.h ./prpriv.h /usr/local/src/mozilla/dist/include/nspr/private
make[4]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr/include/private'
cd obsolete; make export
make[4]: Entering directory `/usr/local/src/mozilla/nsprpub/pr/include/obsolete'
../../../config/./nsinstall -R -m 444 ./pralarm.h ./probslet.h ./protypes.h ./prsem.h /usr/local/src/mozilla/dist/include/nspr/obsolete
make[4]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr/include/obsolete'
../../config/./nsinstall -R -m 444 ./nspr.h ./pratom.h ./prbit.h ./prclist.h ./prcmon.h ./prcountr.h ./prcvar.h ./prdtoa.h ./prenv.h ./prerr.h ./prerror.h ./prinet.h ./prinit.h ./prinrval.h ./prio.h ./pripcsem.h ./prlink.h ./prlock.h ./prlog.h ./prlong.h ./prmem.h ./prmon.h ./prmwait.h ./prnetdb.h ./prolock.h ./prpdce.h ./prprf.h ./prproces.h ./prrng.h ./prrwlock.h ./prshm.h ./prshma.h ./prsystem.h ./prthread.h ./prtime.h ./prtpool.h ./prtrace.h ./prtypes.h ./prvrsion.h ./prwin16.h /usr/local/src/mozilla/dist/include/nspr
make[3]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr/include'
cd src; make export
make[3]: Entering directory `/usr/local/src/mozilla/nsprpub/pr/src'
cd io; make export
make[4]: Entering directory `/usr/local/src/mozilla/nsprpub/pr/src/io'
gcc -o prfdcach.o -c     -ansi -Wall -pipe -g -fPIC  -UNDEBUG  -DDEBUG=1 -DDEBUG_root=1 -DXP_UNIX=1 -D_POSIX_SOURCE=1 -D_BSD_SOURCE=1 -D_SVID_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -Dlinux=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I/usr/local/src/mozilla/dist/include/nspr -I../../../pr/include -I../../../pr/include/private  prfdcach.c
In file included from /usr/local/src/mozilla/dist/include/nspr/prtypes.h:55,
                 from /usr/local/src/mozilla/dist/include/nspr/pratom.h:43,
                 from /usr/local/src/mozilla/dist/include/nspr/nspr.h:38,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prcpucfg.h:419:2: #error "Unknown CPU architecture"
In file included from /usr/local/src/mozilla/dist/include/nspr/pratom.h:43,
                 from /usr/local/src/mozilla/dist/include/nspr/nspr.h:38,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:277:2: #error No suitable type for PRInt8/PRUint8
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:290:2: #error No suitable type for PRInt16/PRUint16
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:310:2: #error No suitable type for PRInt32/PRUint32
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:361:2: #error 'sizeof(int)' not sufficient for platform use
In file included from /usr/local/src/mozilla/dist/include/nspr/pratom.h:43,
                 from /usr/local/src/mozilla/dist/include/nspr/nspr.h:38,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:384: parse error before "PROffset32"
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:384: warning: type defaults to `int' in declaration of `PROffset32'
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:384: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:411: parse error before "PRBool"
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:411: warning: type defaults to `int' in declaration of `PRBool'
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:411: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:421: parse error before "PRPackedBool"
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:421: warning: type defaults to `int' in declaration of `PRPackedBool'
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:421: warning: data definition has no type or storage class
In file included from /usr/local/src/mozilla/dist/include/nspr/prtypes.h:482,
                 from /usr/local/src/mozilla/dist/include/nspr/pratom.h:43,
                 from /usr/local/src/mozilla/dist/include/nspr/nspr.h:38,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:45: parse error before "uintn"
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:45: warning: type defaults to `int' in declaration of `uintn'
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:45: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:47: parse error before "intn"
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:47: warning: type defaults to `int' in declaration of `intn'
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:47: warning: data definition has no type or storage class
In file included from /usr/local/src/mozilla/dist/include/nspr/prtypes.h:482,
                 from /usr/local/src/mozilla/dist/include/nspr/pratom.h:43,
                 from /usr/local/src/mozilla/dist/include/nspr/nspr.h:38,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:114: parse error before "uint32"
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:114: warning: type defaults to `int' in declaration of `uint32'
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:114: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:125: parse error before "uint16"
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:125: warning: type defaults to `int' in declaration of `uint16'
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:125: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:133: parse error before "uint8"
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:133: warning: type defaults to `int' in declaration of `uint8'
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:133: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:154: parse error before "int32"
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:154: warning: type defaults to `int' in declaration of `int32'
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:154: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:168: parse error before "int16"
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:168: warning: type defaults to `int' in declaration of `int16'
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:168: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:178: parse error before "int8"
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:178: warning: type defaults to `int' in declaration of `int8'
/usr/local/src/mozilla/dist/include/nspr/obsolete/protypes.h:178: warning: data definition has no type or storage class
In file included from /usr/local/src/mozilla/dist/include/nspr/nspr.h:38,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/pratom.h:57: parse error before "PR_AtomicIncrement"
/usr/local/src/mozilla/dist/include/nspr/pratom.h:57: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/pratom.h:57: warning: type defaults to `int' in declaration of `PR_AtomicIncrement'
/usr/local/src/mozilla/dist/include/nspr/pratom.h:57: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/pratom.h:68: parse error before "PR_AtomicDecrement"
/usr/local/src/mozilla/dist/include/nspr/pratom.h:68: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/pratom.h:68: warning: type defaults to `int' in declaration of `PR_AtomicDecrement'
/usr/local/src/mozilla/dist/include/nspr/pratom.h:68: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/pratom.h:80: parse error before "PR_AtomicSet"
/usr/local/src/mozilla/dist/include/nspr/pratom.h:80: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/pratom.h:80: warning: type defaults to `int' in declaration of `PR_AtomicSet'
/usr/local/src/mozilla/dist/include/nspr/pratom.h:80: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/pratom.h:92: parse error before "PR_AtomicAdd"
/usr/local/src/mozilla/dist/include/nspr/pratom.h:92: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/pratom.h:92: warning: type defaults to `int' in declaration of `PR_AtomicAdd'
/usr/local/src/mozilla/dist/include/nspr/pratom.h:92: warning: data definition has no type or storage class
In file included from /usr/local/src/mozilla/dist/include/nspr/nspr.h:39,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prbit.h:56: parse error before "PR_CeilingLog2"
/usr/local/src/mozilla/dist/include/nspr/prbit.h:56: parse error before "i"
/usr/local/src/mozilla/dist/include/nspr/prbit.h:56: warning: type defaults to `int' in declaration of `PR_CeilingLog2'
/usr/local/src/mozilla/dist/include/nspr/prbit.h:56: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prbit.h:61: parse error before "PR_FloorLog2"
/usr/local/src/mozilla/dist/include/nspr/prbit.h:61: parse error before "i"
/usr/local/src/mozilla/dist/include/nspr/prbit.h:61: warning: type defaults to `int' in declaration of `PR_FloorLog2'
/usr/local/src/mozilla/dist/include/nspr/prbit.h:61: warning: data definition has no type or storage class
In file included from /usr/local/src/mozilla/dist/include/nspr/prmon.h:39,
                 from /usr/local/src/mozilla/dist/include/nspr/prcmon.h:48,
                 from /usr/local/src/mozilla/dist/include/nspr/nspr.h:41,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:58: parse error before "PRIntervalTime"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:58: warning: type defaults to `int' in declaration of `PRIntervalTime'
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:58: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:105: parse error before "PR_IntervalNow"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:105: warning: type defaults to `int' in declaration of `PR_IntervalNow'
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:105: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:123: parse error before "PR_TicksPerSecond"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:123: warning: type defaults to `int' in declaration of `PR_TicksPerSecond'
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:123: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:142: parse error before "PR_SecondsToInterval"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:142: parse error before "seconds"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:142: warning: type defaults to `int' in declaration of `PR_SecondsToInterval'
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:142: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:143: parse error before "PR_MillisecondsToInterval"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:143: parse error before "milli"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:143: warning: type defaults to `int' in declaration of `PR_MillisecondsToInterval'
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:143: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:144: parse error before "PR_MicrosecondsToInterval"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:144: parse error before "micro"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:144: warning: type defaults to `int' in declaration of `PR_MicrosecondsToInterval'
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:144: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:163: parse error before "PR_IntervalToSeconds"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:163: parse error before "ticks"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:163: warning: type defaults to `int' in declaration of `PR_IntervalToSeconds'
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:163: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:164: parse error before "PR_IntervalToMilliseconds"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:164: parse error before "ticks"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:164: warning: type defaults to `int' in declaration of `PR_IntervalToMilliseconds'
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:164: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:165: parse error before "PR_IntervalToMicroseconds"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:165: parse error before "ticks"
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:165: warning: type defaults to `int' in declaration of `PR_IntervalToMicroseconds'
/usr/local/src/mozilla/dist/include/nspr/prinrval.h:165: warning: data definition has no type or storage class
In file included from /usr/local/src/mozilla/dist/include/nspr/prcmon.h:48,
                 from /usr/local/src/mozilla/dist/include/nspr/nspr.h:41,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prmon.h:92: parse error before "PRIntervalTime"
In file included from /usr/local/src/mozilla/dist/include/nspr/nspr.h:41,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prcmon.h:73: parse error before "PRIntervalTime"
In file included from /usr/local/src/mozilla/dist/include/nspr/nspr.h:42,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prcvar.h:94: parse error before "PRIntervalTime"
In file included from /usr/local/src/mozilla/dist/include/nspr/nspr.h:43,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prdtoa.h:69: parse error before "PRIntn"
/usr/local/src/mozilla/dist/include/nspr/prdtoa.h:82: parse error before "PRIntn"
In file included from /usr/local/src/mozilla/dist/include/nspr/nspr.h:45,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prerror.h:42: parse error before "PRErrorCode"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:42: warning: type defaults to `int' in declaration of `PRErrorCode'
/usr/local/src/mozilla/dist/include/nspr/prerror.h:42: warning: data definition has no type or storage class
In file included from /usr/local/src/mozilla/dist/include/nspr/nspr.h:45,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prerror.h:54: parse error before "errorCode"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:66: parse error before "textLength"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:71: parse error before "PR_GetError"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:71: warning: type defaults to `int' in declaration of `PR_GetError'
/usr/local/src/mozilla/dist/include/nspr/prerror.h:71: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prerror.h:77: parse error before "PR_GetOSError"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:77: warning: type defaults to `int' in declaration of `PR_GetOSError'
/usr/local/src/mozilla/dist/include/nspr/prerror.h:77: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prerror.h:84: parse error before "PR_GetErrorTextLength"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:84: warning: type defaults to `int' in declaration of `PR_GetErrorTextLength'
/usr/local/src/mozilla/dist/include/nspr/prerror.h:84: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prerror.h:91: parse error before "PR_GetErrorText"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:91: warning: type defaults to `int' in declaration of `PR_GetErrorText'
/usr/local/src/mozilla/dist/include/nspr/prerror.h:91: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prerror.h:174: parse error before "PRLanguageCode"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:174: warning: type defaults to `int' in declaration of `PRLanguageCode'
/usr/local/src/mozilla/dist/include/nspr/prerror.h:174: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prerror.h:196: parse error before "PRErrorCode"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:196: warning: no semicolon at end of struct or union
/usr/local/src/mozilla/dist/include/nspr/prerror.h:198: parse error before '}' token
/usr/local/src/mozilla/dist/include/nspr/prerror.h:226: parse error before "code"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:259: parse error before "code"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:273: parse error before "code"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:300: parse error before "PR_ErrorInstallTable"
/usr/local/src/mozilla/dist/include/nspr/prerror.h:300: warning: type defaults to `int' in declaration of `PR_ErrorInstallTable'
/usr/local/src/mozilla/dist/include/nspr/prerror.h:300: warning: data definition has no type or storage class
In file included from /usr/local/src/mozilla/dist/include/nspr/prinit.h:38,
                 from /usr/local/src/mozilla/dist/include/nspr/nspr.h:47,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prthread.h:140: parse error before "PRUint32"
/usr/local/src/mozilla/dist/include/nspr/prthread.h:201: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/prthread.h:214: parse error before "tpdIndex"
/usr/local/src/mozilla/dist/include/nspr/prthread.h:225: parse error before "tpdIndex"
/usr/local/src/mozilla/dist/include/nspr/prthread.h:262: parse error before "ticks"
In file included from /usr/local/src/mozilla/dist/include/nspr/nspr.h:47,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prinit.h:85: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/prinit.h:85: warning: type defaults to `int' in declaration of `PRBool'
/usr/local/src/mozilla/dist/include/nspr/prinit.h:85: `PRBool' declared as function returning a function
/usr/local/src/mozilla/dist/include/nspr/prinit.h:85: `PRBool' redeclared as different kind of symbol
/usr/local/src/mozilla/dist/include/nspr/prtypes.h:411: previous declaration of `PRBool'
/usr/local/src/mozilla/dist/include/nspr/prinit.h:95: `PR_VersionCheck' declared as function returning a function
/usr/local/src/mozilla/dist/include/nspr/prinit.h:109: parse error before "PRUintn"
/usr/local/src/mozilla/dist/include/nspr/prinit.h:129: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/prinit.h:129: parse error before "argc"
/usr/local/src/mozilla/dist/include/nspr/prinit.h:129: warning: type defaults to `int' in declaration of `PRIntn'
/usr/local/src/mozilla/dist/include/nspr/prinit.h:129: `PRIntn' declared as function returning a function
/usr/local/src/mozilla/dist/include/nspr/prinit.h:132: parse error before "prmain"
/usr/local/src/mozilla/dist/include/nspr/prinit.h:132: `PR_Initialize' declared as function returning a function
/usr/local/src/mozilla/dist/include/nspr/prinit.h:137: `PR_Initialized' declared as function returning a function
/usr/local/src/mozilla/dist/include/nspr/prinit.h:184: parse error before "numCPUs"
/usr/local/src/mozilla/dist/include/nspr/prinit.h:216: field `initialized' declared as a function
/usr/local/src/mozilla/dist/include/nspr/prinit.h:217: parse error before "PRInt32"
/usr/local/src/mozilla/dist/include/nspr/prinit.h:217: warning: no semicolon at end of struct or union
/usr/local/src/mozilla/dist/include/nspr/prinit.h:219: parse error before '}' token
/usr/local/src/mozilla/dist/include/nspr/prinit.h:219: warning: type defaults to `int' in declaration of `PRCallOnceType'
/usr/local/src/mozilla/dist/include/nspr/prinit.h:219: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prinit.h:224: parse error before '*' token
In file included from /usr/local/src/mozilla/dist/include/nspr/prio.h:46,
                 from /usr/local/src/mozilla/dist/include/nspr/nspr.h:49,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prtime.h:85: parse error before "PRInt32"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:85: warning: no semicolon at end of struct or union
/usr/local/src/mozilla/dist/include/nspr/prtime.h:86: warning: type defaults to `int' in declaration of `tp_dst_offset'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:86: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:87: warning: type defaults to `int' in declaration of `PRTimeParameters'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:87: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:113: parse error before "PRInt32"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:113: warning: no semicolon at end of struct or union
/usr/local/src/mozilla/dist/include/nspr/prtime.h:114: warning: type defaults to `int' in declaration of `tm_sec'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:114: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:116: parse error before "tm_min"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:116: warning: type defaults to `int' in declaration of `tm_min'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:116: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:117: parse error before "tm_hour"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:117: warning: type defaults to `int' in declaration of `tm_hour'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:117: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:118: parse error before "tm_mday"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:118: warning: type defaults to `int' in declaration of `tm_mday'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:118: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:120: parse error before "tm_month"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:120: warning: type defaults to `int' in declaration of `tm_month'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:120: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:121: parse error before "tm_year"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:121: warning: type defaults to `int' in declaration of `tm_year'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:121: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:124: parse error before "tm_wday"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:124: warning: type defaults to `int' in declaration of `tm_wday'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:124: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:126: parse error before "tm_yday"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:126: warning: type defaults to `int' in declaration of `tm_yday'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:126: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:129: parse error before "tm_params"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:129: warning: type defaults to `int' in declaration of `tm_params'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:129: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:130: warning: type defaults to `int' in declaration of `PRExplodedTime'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:130: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:155: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/prtime.h:155: warning: type defaults to `int' in declaration of `PRExplodedTime'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:155: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/prtime.h:155: warning: type defaults to `int' in declaration of `PRTimeParameters'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:155: `PRTimeParameters' declared as function returning a function
/usr/local/src/mozilla/dist/include/nspr/prtime.h:155: `PRTimeParameters' redeclared as different kind of symbol
/usr/local/src/mozilla/dist/include/nspr/prtime.h:87: previous declaration of `PRTimeParameters'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:192: parse error before "PRTimeParamFn"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:200: warning: type defaults to `int' in declaration of `PRExplodedTime'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:200: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/prtime.h:215: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/prtime.h:222: warning: type defaults to `int' in declaration of `PRExplodedTime'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:222: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/prtime.h:222: `PR_LocalTimeParameters' declared as function returning a function
/usr/local/src/mozilla/dist/include/nspr/prtime.h:225: warning: type defaults to `int' in declaration of `PRExplodedTime'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:225: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/prtime.h:225: `PR_GMTParameters' declared as function returning a function
/usr/local/src/mozilla/dist/include/nspr/prtime.h:231: warning: type defaults to `int' in declaration of `PRExplodedTime'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:231: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/prtime.h:231: `PR_USPacificTimeParameters' declared as function returning a function
/usr/local/src/mozilla/dist/include/nspr/prtime.h:281: parse error before "PR_FormatTime"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:282: warning: type defaults to `int' in declaration of `PRExplodedTime'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:282: parse error before '*' token
/usr/local/src/mozilla/dist/include/nspr/prtime.h:282: warning: type defaults to `int' in declaration of `PR_FormatTime'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:282: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prtime.h:288: parse error before "PR_FormatTimeUSEnglish"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:288: parse error before "PRUint32"
/usr/local/src/mozilla/dist/include/nspr/prtime.h:289: warning: type defaults to `int' in declaration of `PR_FormatTimeUSEnglish'
/usr/local/src/mozilla/dist/include/nspr/prtime.h:289: warning: data definition has no type or storage class
In file included from /usr/local/src/mozilla/dist/include/nspr/nspr.h:49,
                 from ../../../pr/include/private/primpl.h:66,
                 from prfdcach.c:35:
/usr/local/src/mozilla/dist/include/nspr/prio.h:83: field `identity' declared as a function
/usr/local/src/mozilla/dist/include/nspr/prio.h:150: parse error before "PRUint8"
/usr/local/src/mozilla/dist/include/nspr/prio.h:150: warning: no semicolon at end of struct or union
/usr/local/src/mozilla/dist/include/nspr/prio.h:150: warning: no semicolon at end of struct or union
/usr/local/src/mozilla/dist/include/nspr/prio.h:151: warning: type defaults to `int' in declaration of `_S6_u16'
/usr/local/src/mozilla/dist/include/nspr/prio.h:151: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:152: parse error before "_S6_u32"
/usr/local/src/mozilla/dist/include/nspr/prio.h:152: warning: type defaults to `int' in declaration of `_S6_u32'
/usr/local/src/mozilla/dist/include/nspr/prio.h:152: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:154: parse error before '}' token
/usr/local/src/mozilla/dist/include/nspr/prio.h:154: warning: type defaults to `int' in declaration of `_S6_un'
/usr/local/src/mozilla/dist/include/nspr/prio.h:154: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:155: parse error before '}' token
/usr/local/src/mozilla/dist/include/nspr/prio.h:165: parse error before "PRUint16"
/usr/local/src/mozilla/dist/include/nspr/prio.h:165: warning: no semicolon at end of struct or union
/usr/local/src/mozilla/dist/include/nspr/prio.h:165: warning: no semicolon at end of struct or union
/usr/local/src/mozilla/dist/include/nspr/prio.h:171: parse error before '}' token
/usr/local/src/mozilla/dist/include/nspr/prio.h:171: warning: type defaults to `int' in declaration of `raw'
/usr/local/src/mozilla/dist/include/nspr/prio.h:171: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:173: parse error before "PRUint16"
/usr/local/src/mozilla/dist/include/nspr/prio.h:173: warning: no semicolon at end of struct or union
/usr/local/src/mozilla/dist/include/nspr/prio.h:174: warning: type defaults to `int' in declaration of `port'
/usr/local/src/mozilla/dist/include/nspr/prio.h:174: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:175: parse error before "ip"
/usr/local/src/mozilla/dist/include/nspr/prio.h:175: warning: type defaults to `int' in declaration of `ip'
/usr/local/src/mozilla/dist/include/nspr/prio.h:175: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:181: parse error before '}' token
/usr/local/src/mozilla/dist/include/nspr/prio.h:181: warning: type defaults to `int' in declaration of `inet'
/usr/local/src/mozilla/dist/include/nspr/prio.h:181: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:183: parse error before "PRUint16"
/usr/local/src/mozilla/dist/include/nspr/prio.h:183: warning: no semicolon at end of struct or union
/usr/local/src/mozilla/dist/include/nspr/prio.h:184: warning: type defaults to `int' in declaration of `port'
/usr/local/src/mozilla/dist/include/nspr/prio.h:184: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:185: parse error before "flowinfo"
/usr/local/src/mozilla/dist/include/nspr/prio.h:185: warning: type defaults to `int' in declaration of `flowinfo'
/usr/local/src/mozilla/dist/include/nspr/prio.h:185: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:186: conflicting types for `ip'
/usr/local/src/mozilla/dist/include/nspr/prio.h:175: previous declaration of `ip'
/usr/local/src/mozilla/dist/include/nspr/prio.h:187: parse error before "scope_id"
/usr/local/src/mozilla/dist/include/nspr/prio.h:187: warning: type defaults to `int' in declaration of `scope_id'
/usr/local/src/mozilla/dist/include/nspr/prio.h:187: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:188: warning: type defaults to `int' in declaration of `ipv6'
/usr/local/src/mozilla/dist/include/nspr/prio.h:188: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:191: parse error before "PRUint16"
/usr/local/src/mozilla/dist/include/nspr/prio.h:191: warning: no semicolon at end of struct or union
/usr/local/src/mozilla/dist/include/nspr/prio.h:193: parse error before '}' token
/usr/local/src/mozilla/dist/include/nspr/prio.h:193: warning: type defaults to `int' in declaration of `local'
/usr/local/src/mozilla/dist/include/nspr/prio.h:193: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:195: parse error before '}' token
/usr/local/src/mozilla/dist/include/nspr/prio.h:231: field `polarity' declared as a function
/usr/local/src/mozilla/dist/include/nspr/prio.h:232: parse error before "PRIntervalTime"
/usr/local/src/mozilla/dist/include/nspr/prio.h:232: warning: no semicolon at end of struct or union
/usr/local/src/mozilla/dist/include/nspr/prio.h:233: warning: type defaults to `int' in declaration of `PRLinger'
/usr/local/src/mozilla/dist/include/nspr/prio.h:233: warning: data definition has no type or storage class
/usr/local/src/mozilla/dist/include/nspr/prio.h:236: field `mcaddr' has incomplete type
/usr/local/src/mozilla/dist/include/nspr/prio.h:237: field `ifaddr' has incomplete type
/usr/local/src/mozilla/dist/include/nspr/prio.h:238: confused by earlier errors, bailing out
{standard input}: Assembler messages:
{standard input}:593: Warning: end of file in string; inserted '"'
{standard input}:613: Warning: .stabs: missing comma
make[4]: *** [prfdcach.o] Error 1
make[4]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr/src/io'
make[3]: *** [export] Error 2
make[3]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr/src'
make[2]: *** [export] Error 2
make[2]: Leaving directory `/usr/local/src/mozilla/nsprpub/pr'
make[1]: *** [export] Error 2
make[1]: Leaving directory `/usr/local/src/mozilla/nsprpub'
make: *** [export] Error 2

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2001-11-06 18:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-02 11:17 [parisc-linux] Compiling Mozilla on parisc-linux fails kenneth westelinck
2001-11-02 12:09 ` Albert Strasheim
2001-11-04 18:52   ` kenneth westelinck
2001-11-06 18:04   ` Matt Taggart
2001-11-06 18:11     ` Matthew Wilcox
2001-11-02 14:18 ` Kaj-Michael Lang
2001-11-04 18:46   ` kenneth westelinck
2001-11-05  2:24     ` Thomas Bogendoerfer
2001-11-06  8:04       ` kenneth westelinck
2001-11-06 11:44         ` Thomas Marteau
2001-11-06 11:49         ` Richard Hirst
2001-11-04 18:32 ` Thomas Bogendoerfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.