Sumit,

Why are you using such an old version of Perl?  It also looks like you
have downloaded ActiveState's Perl.  Why not get the latest distro of
Perl from http://www.perl.com/download.csp#sourcecode and build it
yourself?  This would almost assuredly eliminate these problems.

--
Ron Reidy
Lead DBA
Array BioPharma, Inc.

-----Original Message-----
From: Sumit Shah [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 02, 2007 4:16 PM
To: Fong, Anna; [email protected]
Subject: Re: DBI Make Error on HP-UX

I tried to compile it with gcc. I get the socket.h errors. I checked the

output of 'perl -V' and even perl was compiled with gcc. I am not sure 
why I am getting the same errors.

I would highly appreciate your help with this.

Thanks
Sumit


# perl -V
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
  Platform:
    osname=hpux, osvers=11.00, archname=PA-RISC1.1-thread-multi
    uname='hp-ux llbertha b.11.00 u 9000800 2002402864 unlimited-user 
license '
    config_args='-des -Dcf_by=ActiveState 
[EMAIL PROTECTED] -Uinstallusrbinperl -Ud_sigsetjmp 
-Dusethreads -Duseithreads -Duselargefiles 
-Dinc_version_list=5.6.0/$archname 5.6.0 -Dcc=gcc 
-Accflags=-mpa-risc-1-1 -fPIC -Dd_attribut=undef -Darchname=PA-RISC1.1 
-Dcccdlflags=-fPIC -Dprefix=/opt/perl'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='gcc', ccflags ='-DUSE_REENTRANT_API -D_POSIX_C_SOURCE=199506L 
-D_HPUX_SOURCE -L/lib/pa1.1 -DUINT32_MAX_BROKEN -mpa-risc-1-1 -fPIC 
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-DUSE_REENTRANT_API -D_POSIX_C_SOURCE=199506L 
-D_HPUX_SOURCE -L/lib/pa1.1 -DUINT32_MAX_BROKEN -mpa-risc-1-1 -fPIC 
-fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='2.9-hppa-991112', gccosandvers='hpux11.00'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='ld', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
    libs=-lnsl -lnm -lndbm -lmalloc -ldld -lm -lpthread -lc -lndir 
-lcrypt -lsec
    perllibs=-lnsl -lnm -lmalloc -ldld -lm -lpthread -lc -lndir -lcrypt 
-lsec
    libc=/lib/libc.sl, so=sl, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E '
    cccdlflags='-fPIC', lddlflags='-b -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES 
PERL_IMPLICIT_CONTEXT
  Locally applied patches:
        ActivePerl Build 633
  Built under hpux
  Compiled at Jun 17 2002 21:04:57
  @INC:
    /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi
    /opt/perl/lib/5.6.1
    /opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi
    /opt/perl/lib/site_perl/5.6.1
    /opt/perl/lib/site_perl
    .
# make
         /bin/sh -c true
         /bin/sh -c true
         /bin/sh -c true
        /usr/bin/perl -I/opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi 
-I/opt/perl/lib/5.6.1 /opt/perl/lib/5.6.1/ExtUtils/xsubpp  -typemap 
/opt/perl/lib/5.6.1/ExtUtils/typemap -typemap typemap Perl.xs > Perl.xsc

&& mv Perl.xsc Perl.c
        gcc -c  -DUSE_REENTRANT_API -D_POSIX_C_SOURCE=199506L 
-D_HPUX_SOURCE -L/lib/pa1.1 -DUINT32_MAX_BROKEN -mpa-risc-1-1 -fPIC 
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -O    -DVERSION=\"1.37\"  -DXS_VERSION=\"1.37\" 
-fPIC -I/opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/CORE -Wall 
-Wno-comment Perl.c
In file included from 
/opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/CORE/perl.h:722,
                 from DBIXS.h:19,
                 from Perl.xs:1:
/usr/include/sys/socket.h:439: parse error before "sendfile"
/usr/include/sys/socket.h:439: parse error before "bsize_t"
/usr/include/sys/socket.h:441: parse error before "sendpath"
/usr/include/sys/socket.h:441: parse error before "bsize_t"
/usr/include/sys/socket.h:456: parse error before "__sendfile64"
/usr/include/sys/socket.h:456: parse error before "bsize_t"
/usr/include/sys/socket.h:457: parse error before "__sendpath64"
/usr/include/sys/socket.h:457: parse error before "bsize_t"
/usr/include/sys/socket.h:459: parse error before "sendfile"
/usr/include/sys/socket.h: In function `sendfile':
/usr/include/sys/socket.h:459: parse error before "bsize_t"
/usr/include/sys/socket.h: At top level:
/usr/include/sys/socket.h:460: parse error before "sendpath"
/usr/include/sys/socket.h: In function `sendpath':
/usr/include/sys/socket.h:460: parse error before "bsize_t"
Perl.c: At top level:
dbipport.h:529: warning: `my_sv_2pvbyte' defined but not used
*** Error exit code 1

Stop.




Fong, Anna wrote:
> Looks like you tried to compile DBI using the brain-dead C compiler
that
> comes with HP-UX.  Buy and download the ANSI C version from HP.
>
>
>
> ________________________________________________________
> Anna Q. Fong, Acting Chief                          Phone: (916)
> 574-2632
> Flood Operations, Decision Support
> Division of Flood Management                       Fax: (916) 574-2767
> CA Dept of Water Resources                      Pager: (916) 762-2669
>  
>  
>  
>
> -----Original Message-----
> From: Sumit Shah [mailto:[EMAIL PROTECTED] 
> Sent: Friday, March 02, 2007 1:01 PM
> To: [email protected]
> Subject: Re: DBI Make Error on HP-UX
>
> This is the output for 'perl -V'
>
> [EMAIL PROTECTED]@magneton$ perl -V
> Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
>   Platform:
>     osname=hpux, osvers=11.00, archname=PA-RISC2.0
>     uname='hp-ux b.11.00 u 9000800 838387411 unlimited-user license '
>     hint=recommended, useposix=true, d_sigaction=define
>     usethreads=undef useperlio=undef d_sfio=undef
>   Compiler:
>     cc='cc', optimize='-O', gccversion=
>     cppflags='-D_HPUX_SOURCE -Aa -I/usr/local/include +DAportable +z'
>     ccflags ='-D_HPUX_SOURCE -Aa -I/usr/local/include +DAportable +z'
>     stdchar='unsigned char', d_stdstdio=define, usevfork=false
>     intsize=4, longsize=4, ptrsize=4, doublesize=8
>     d_longlong=undef, longlongsize=, d_longdbl=define, longdblsize=16
>     alignbytes=8, usemymalloc=n, prototype=define
>   Linker and Libraries:
>     ld='ld', ldflags =' -L/usr/local/lib -L/opt/gnu/lib'
>     libpth=/usr/local/lib /opt/gnu/lib /lib/pa1.1 /lib /usr/lib
> /usr/ccs/lib
>     libs=-lnsl -lnm -lndbm -lmalloc -ldld -lm -lc -lndir -lcrypt
>     libc=/lib/libc.sl, so=sl, useshrplib=false, libperl=libperl.a
>   Dynamic Linking:
>     dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E 
> -Wl,-B,deferred '
>     cccdlflags='+z +DAportable', lddlflags='-b -L/usr/local/lib 
> -L/opt/gnu/lib'
>
>
> Characteristics of this binary (from libperl):
>   Built under hpux
>   Compiled at Jan  6 2001 14:52:02
>   %ENV:
>     
>
PERL5LIB="/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503:/
>
HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/site_perl/5.005:/HP_
> QA/cas41qa/oracle/cas41qaappl/au/11.5.0/perl"
>   @INC:
>  
>
/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
>     /HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503
>     
>
/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/site_perl/5.005/PA-
> RISC2.0
>
/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/site_perl/5.005
>     /HP_QA/cas41qa/oracle/cas41qaappl/au/11.5.0/perl
>     
>
/project/hpux/apache/iAS1021/src/pdc_perl/bin/HPUX/Opt/lib/5.00503/PA-RI
> SC2.0
>     /project/hpux/apache/iAS1021/src/pdc_perl/bin/HPUX/Opt/lib/5.00503
>     
>
/project/hpux/apache/iAS1021/src/pdc_perl/bin/HPUX/Opt/lib/site_perl/5.0
> 05/PA-RISC2.0
>     
>
/project/hpux/apache/iAS1021/src/pdc_perl/bin/HPUX/Opt/lib/site_perl/5.0
> 05
>     .
>
>
> Thanks
> Sumit
>
> Sumit Shah wrote:
>   
>> Hello All,
>>
>> I am trying to compile DBI on HP-UX. I am getting the following
error.
>>     
>
>   
>> I would appreciate your help to figure out the problem.
>>
>> Thanks
>> Sumit
>>
>> [EMAIL PROTECTED]@magneton$ make
>>         /bin/sh -c true
>>         /bin/sh -c true
>>         /bin/sh -c true
>>        cc -c  -D_HPUX_SOURCE -Aa -I/usr/local/include +DAportable +z 
>> -O     -DVERSION=\"1.37\"  -DXS_VERSION=\"1.37\" +z +DAportable 
>>
>>     
>
-I/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.
> 0/CORE 
>   
>> -DDBI_NO_THREADS Perl.c
>> (Bundled) cc: warning 480: The -A option is available only with the 
>> C/ANSI C product; ignored.
>> (Bundled) cc: warning 480: The +z option is available only with the 
>> C/ANSI C product; ignored.
>> (Bundled) cc: warning 480: The -O option is available only with the 
>> C/ANSI C product; ignored.
>> (Bundled) cc: warning 480: The +z option is available only with the 
>> C/ANSI C product; ignored.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/iperlsys.h", 
>   
>> line 74: error 1705: Function prototypes are an ANSI feature.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/iperlsys.h", 
>   
>> line 318: warning 5: "const" will become a keyword.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/iperlsys.h", 
>   
>> line 318: error 1000: Unexpected symbol: "const".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/iperlsys.h", 
>   
>> line 318: error 1705: Function prototypes are an ANSI feature.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/perl.h", 
>   
>> line 618: error 1705: Function prototypes are an ANSI feature.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/perl.h", 
>   
>> line 1095: error 1000: Unexpected symbol: "SV".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/perl.h", 
>   
>> line 1095: error 1705: Function prototypes are an ANSI feature.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/perl.h", 
>   
>> line 1095: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due
to
>>     
>
>   
>> an illegal declaration.
>> (Bundled) cc: "/usr/include/sys/siginfo.h", line 67: error 1000: 
>> Unexpected symbol: "sigval_t".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/perl.h", 
>   
>> line 1253: error 1705: Function prototypes are an ANSI feature.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/sv.h", 
>   
>> line 272: error 1000: Unexpected symbol: "*".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/sv.h", 
>   
>> line 273: error 1000: Unexpected symbol: "ANY".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/sv.h", 
>   
>> line 274: error 1000: Unexpected symbol: "GV".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/sv.h", 
>   
>> line 275: error 1000: Unexpected symbol: "GV".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/sv.h", 
>   
>> line 272: error 1506: Parameters allowed in function definition only.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/sv.h", 
>   
>> line 273: error 1573: Type of "xcv_xsubany" is undefined due to an 
>> illegal declaration.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/sv.h", 
>   
>> line 273: error 1578: Size of struct or union member is unknown.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/sv.h", 
>   
>> line 274: error 1573: Type of "xcv_gv" is undefined due to an illegal

>> declaration.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/sv.h", 
>   
>> line 274: error 1578: Size of struct or union member is unknown.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/sv.h", 
>   
>> line 275: error 1573: Type of "xcv_filegv" is undefined due to an 
>> illegal declaration.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/sv.h", 
>   
>> line 275: error 1578: Size of struct or union member is unknown.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/cv.h", 
>   
>> line 24: error 1000: Unexpected symbol: "*".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/cv.h", 
>   
>> line 25: error 1000: Unexpected symbol: "ANY".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/cv.h", 
>   
>> line 26: error 1000: Unexpected symbol: "GV".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/cv.h", 
>   
>> line 27: error 1000: Unexpected symbol: "GV".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/cv.h", 
>   
>> line 24: error 1506: Parameters allowed in function definition only.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/cv.h", 
>   
>> line 25: error 1573: Type of "xcv_xsubany" is undefined due to an 
>> illegal declaration.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/cv.h", 
>   
>> line 25: error 1578: Size of struct or union member is unknown.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/cv.h", 
>   
>> line 26: error 1573: Type of "xcv_gv" is undefined due to an illegal 
>> declaration.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/cv.h", 
>   
>> line 26: error 1578: Size of struct or union member is unknown.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/cv.h", 
>   
>> line 27: error 1573: Type of "xcv_filegv" is undefined due to an 
>> illegal declaration.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/cv.h", 
>   
>> line 27: error 1578: Size of struct or union member is unknown.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1073: error 1000: Unexpected symbol: "*".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1073: error 1705: Function prototypes are an ANSI feature.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1073: error 1573: Type of "o" is undefined due to an illegal 
>> declaration.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1074: error 1000: Unexpected symbol: "*".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1074: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1075: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1076: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1077: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1078: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1079: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1080: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1081: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1082: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1083: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1084: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1085: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1086: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1087: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1088: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1089: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1090: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1091: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1092: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1093: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1094: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1095: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1096: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1097: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1098: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1099: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1100: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1101: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1102: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1103: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1104: error 1000: Unexpected symbol: ";".
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1106: error 1705: Function prototypes are an ANSI feature.
>> (Bundled) cc: 
>>
>>     
>
"/HP_QA/cas41qa/oracle/cas41qaora/iAS/Apache/perl/lib/5.00503/PA-RISC2.0
> /CORE/opcode.h", 
>   
>> line 1107: error 1000: Unexpected symbol: "*".
>> (Bundled) cc: error 2017: Cannot recover from earlier errors, 
>> terminating.
>> *** Error exit code 1
>>   
>>     
>
>
>   


This electronic message transmission is a PRIVATE communication which contains
information which may be confidential or privileged. The information is 
intended 
to be for the use of the individual or entity named above. If you are not the 
intended recipient, please be aware that any disclosure, copying, distribution 
or use of the contents of this information is prohibited. Please notify the
sender  of the delivery error by replying to this message, or notify us by
telephone (877-633-2436, ext. 0), and then delete it from your system.

Reply via email to