This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Hello,
I am trying to install the ORB MICO 2.3.1
(http://www.vsb.cs.uni-frankfurt.de/~mico/) on an HP-UX 11.0 platform.
MICO version: mico 2.3.1
Operating System: HP-UX 11.0 A
Hardware: HP 9000/800/k360
Compiler: gcc 2.95.2
Assembler: GNU assembler version 2.9.1
Make: GNU Make version 3.78.1
Everything is installed in the default path.
Problem descrition: Installing MICO cannot be accomplished since
building crashes.
$make
for i in admin include; do make -C $i adm || exit 1; done
make[1]: Entering directory
`/home/bcastro/producto/mico/admin'
make[1]: Nothing to be done for `adm'.
make[1]: Leaving directory `/home/bcastro/producto/mico/admin'
make[1]: Entering directory
`/home/bcastro/producto/mico/include'
make[1]: Nothing to be done for `adm'.
make[1]: Leaving directory
`/home/bcastro/producto/mico/include'
for i in orb ir imr idl auxdir coss; do make -C $i lib || exit
1; done
make[1]: Entering directory `/home/bcastro/producto/mico/orb'
c++ -frepo -I../include
-I/home/bcastro/producto/mico/./include/ministl -O
-L/usr/local/lib -fpermissive -fno-exceptions
-I/usr/local/include -fexceptions -c context.cc -o context.o
In file included from context.cc:24:
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:29:
warning: declaration of `int memcmp(const void *, const void
*, long unsigned int)'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:29:
warning: conflicts with built-in declaration `int memcmp(const
void *, const void *, unsigned int)'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:85:
warning: declaration of `void * memcpy(void *, const void *,
long unsigned int)'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:85:
warning: conflicts with built-in declaration `void *
memcpy(void *, const void *, unsigned int)'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:93:
warning: declaration of `size_t strlen(const char *)'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:93:
warning: conflicts with built-in declaration `unsigned int
strlen(const char *)'
In file included from ../include/ministl/vector.h:31,
from ../include/ministl/vector:23,
from ../include/ministl/bstring.h:79,
from ../include/ministl/string:23,
from ../include/CORBA.h:115,
from ../include/CORBA-SMALL.h:52,
from context.cc:26:
../include/ministl/defalloc.h:77: `operator new' takes type
`size_t' as first parameter
../include/ministl/defalloc.h:78: `operator new' takes type
`size_t' as first parameter
make[1]: *** [context.o] Error 1
make[1]: Leaving directory `/home/bcastro/producto/mico/orb'
make: *** [system] Error 1
This looks like a gcc problem wrt HP/UX 11, since the error happens in
the gcc includes.
What do you think?
Thanks a lot for your attention.
Best Regards
Beatriz Castro
Sema Group Telecom España
------------------------------------------------------------------
This email is confidential and intended solely for the use of the individual to whom it is addressed. Any views or opinions presented are solely those of the author and do not necessarily represent those of Sema Group.
If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you have received this email in error please notify it to Sema Group sae Helpdesk by telephone on number
+34 91 4408888.
------------------------------------------------------------------
Hello,
I am trying to install the ORB MICO 2.3.1 (http://www.vsb.cs.uni-frankfurt.de/~mico/) on an HP-UX 11.0 platform.
MICO version: mico 2.3.1
Operating System: HP-UX 11.0 A
Hardware:
HP 9000/800/k360
Compiler:
gcc 2.95.2
Assembler:
GNU assembler version 2.9.1
Make:
GNU Make version 3.78.1
Everything is installed in the default path.
Problem descrition: Installing MICO cannot be accomplished since building crashes.
$makeThis looks like a gcc problem wrt HP/UX 11, since the error happens in the gcc includes.
for i in admin include; do make -C $i adm || exit 1; done
make[1]: Entering directory `/home/bcastro/producto/mico/admin'
make[1]: Nothing to be done for `adm'.
make[1]: Leaving directory `/home/bcastro/producto/mico/admin'
make[1]: Entering directory `/home/bcastro/producto/mico/include'
make[1]: Nothing to be done for `adm'.
make[1]: Leaving directory `/home/bcastro/producto/mico/include'
for i in orb ir imr idl auxdir coss; do make -C $i lib || exit 1; done
make[1]: Entering directory `/home/bcastro/producto/mico/orb'
c++ -frepo -I../include -I/home/bcastro/producto/mico/./include/ministl -O -L/usr/local/lib -fpermissive -fno-exceptions -I/usr/local/include -fexceptions -c context.cc -o context.o
In file included from context.cc:24:
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:29: warning: declaration of `int memcmp(const void *, const void *, long unsigned int)'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:29: warning: conflicts with built-in declaration `int memcmp(const void *, const void *, unsigned int)'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:85: warning: declaration of `void * memcpy(void *, const void *, long unsigned int)'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:85: warning: conflicts with built-in declaration `void * memcpy(void *, const void *, unsigned int)'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:93: warning: declaration of `size_t strlen(const char *)'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:93: warning: conflicts with built-in declaration `unsigned int strlen(const char *)'
In file included from ../include/ministl/vector.h:31,
from ../include/ministl/vector:23,
from ../include/ministl/bstring.h:79,
from ../include/ministl/string:23,
from ../include/CORBA.h:115,
from ../include/CORBA-SMALL.h:52,
from context.cc:26:
../include/ministl/defalloc.h:77: `operator new' takes type `size_t' as first parameter
../include/ministl/defalloc.h:78: `operator new' takes type `size_t' as first parameter
make[1]: *** [context.o] Error 1
make[1]: Leaving directory `/home/bcastro/producto/mico/orb'
make: *** [system] Error 1
Thanks a lot for your attention.
Best Regards
Beatriz Castro
Sema Group Telecom España
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |