[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][TOP]

Re: ORBit-0.5.10


高橋です。

その後の報告です。

From: Tetsuo TAKAHASHI <tetsu-t@xxxxxxxxxxxxxxxx>
Subject: ORBit-0.5.10
Date: Wed, 17 Oct 2001 18:12:05 +0900
> 高橋と申します。
> 
> ORBit-0.5.10をコンパイルしようとすると、以下のメッセージが出て
> makeが止まります。
> 
> % make
> make  all-recursive
> Making all in popt
> make  all-recursive
> Making all in intl
> "Makefile", line 208: Need an operator

もう一度最初からやろうと思い、source を展張してから ./configure
及び gmake を行うと、ここでのエラーは無くなってしまいました。
# ...なぜだろう。

違うと言えば、入れ忘れていた automake と bison を入れたぐらい
ですが、関係あるのでしょうかねぇ。

参考に、新しい config.log を添付します。

しかし、新しいエラーが...(T-T)
さて、調べないと...。

gmake[3]: Entering directory `/usr/local/src/GNOME/ORBit-0.5.10/test/everything'
../../src/orbit-idl-compiler/orbit-idl ./everything.idl
./everything.idl:24: Warning: `CONST_CHAR' underscores within identifiers are discouraged for use with C-language IDL mappings
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/orb               -I../../src               -I../../src/ORBitutil               -I../../src/orb               -I../../src               -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  -I/usr/local/include  -g -O2 -c client.c
In file included from client.c:23:
everything.h:849: size of array `test_LongArray' is too large
everything.h:870: size of array `test_StrArray' is too large
everything.h:891: size of array `test_StrArrayMultiDimensional' is too large
everything.h:892: size of array `test_StrArrayMultiDimensional_slice' is too large
everything.h:912: size of array `test_VariableLengthStructArray' is too large
everything.h:1192: size of array `test_StrArray2' is too large
everything.h:1351: warning: parameter has incomplete type
everything.h:1351: warning: parameter has incomplete type
everything.h:1351: warning: parameter has incomplete type
everything.h:1352: warning: parameter has incomplete type
everything.h:1352: warning: parameter has incomplete type
everything.h:1512: warning: parameter has incomplete type
everything.h:1512: warning: parameter has incomplete type
everything.h:1512: warning: parameter has incomplete type
everything.h:1513: warning: parameter has incomplete type
everything.h:1513: warning: parameter has incomplete type
everything.h:1560: warning: parameter has incomplete type
everything.h:1560: warning: parameter has incomplete type
everything.h:1560: warning: parameter has incomplete type
everything.h:1561: warning: parameter has incomplete type
everything.h:1561: warning: parameter has incomplete type
client.c: In function `testFixedLengthArray':
client.c:418: type of formal parameter 2 is incomplete
client.c:418: type of formal parameter 3 is incomplete
client.c:418: type of formal parameter 4 is incomplete
client.c: In function `testVariableLengthArray':
client.c:452: type of formal parameter 2 is incomplete
client.c:452: type of formal parameter 3 is incomplete
gmake[3]: *** [client.o] Error 1
gmake[3]: Leaving directory `/usr/local/src/GNOME/ORBit-0.5.10/test/everything'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/local/src/GNOME/ORBit-0.5.10/test'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/local/src/GNOME/ORBit-0.5.10'
gmake: *** [all-recursive-am] Error 2

--
// 高橋 哲夫<Tetsuo TAKAHASHI> tetsu-t@xxxxxxxxxxxxxxxx
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:793: checking for a BSD compatible install
configure:846: checking whether build environment is sane
configure:903: checking whether make sets ${MAKE}
configure:942: checking for working aclocal
configure:955: checking for working autoconf
configure:968: checking for working automake
configure:981: checking for working autoheader
configure:994: checking for working makeinfo
configure:1009: checking for Cygwin environment
configure:1025: cc -c  -I/usr/local/include conftest.c 1>&5
configure: In function `main':
configure:1021: `__CYGWIN32__' undeclared (first use in this function)
configure:1021: (Each undeclared identifier is reported only once
configure:1021: for each function it appears in.)
configure: failed program was:
#line 1014 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1042: checking for mingw32 environment
configure:1054: cc -c  -I/usr/local/include conftest.c 1>&5
configure: In function `main':
configure:1050: `__MINGW32__' undeclared (first use in this function)
configure:1050: (Each undeclared identifier is reported only once
configure:1050: for each function it appears in.)
configure: failed program was:
#line 1047 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1071: checking how to run the C preprocessor
configure:1092: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1226: checking host system type
configure:1247: checking build system type
configure:1267: checking for gcc
configure:1380: checking whether the C compiler (gcc  ) works
configure:1396: gcc -o conftest  -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:1422: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1427: checking whether we are using GNU C
configure:1436: gcc -E conftest.c
configure:1455: checking whether gcc accepts -g
configure:1498: checking for ld used by GCC
configure:1566: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.11.2 20010719 [FreeBSD] (with BFD 2.11.2 20010719 [FreeBSD])
configure:1583: checking for /usr/libexec/elf/ld option to reload object files
configure:1595: checking for BSD-compatible nm
configure:1633: checking whether ln -s works
configure:1654: checking how to recognise dependant libraries
configure:1827: checking for object suffix
configure:1833: gcc -c -g -O2 -I/usr/local/include conftest.c 1>&5
configure:1853: checking for executable suffix
configure:1863: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:1894: checking command to parse /usr/bin/nm -B output
configure:1970: gcc -c -g -O2 -I/usr/local/include conftest.c 1>&5
configure:1973: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm
configure:2024: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c conftstm.o 1>&5
configure:2070: checking for dlfcn.h
configure:2080: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:2248: checking for ranlib
configure:2315: checking for strip
configure:2551: checking for objdir
configure:2578: checking for gcc option to produce PIC
configure:2730: checking if gcc PIC flag -fPIC works
configure:2744: gcc -c -g -O2 -fPIC -DPIC -I/usr/local/include conftest.c 1>&5
configure:2796: checking if gcc static flag -static works
configure:2811: gcc -o conftest -g -O2 -I/usr/local/include  -static conftest.c -L/usr/local/lib 1>&5
configure:2838: checking if gcc supports -c -o file.o
configure:2857: gcc -c -g -O2 -o out/conftest2.o -I/usr/local/include conftest.c 1>&5
configure:2886: checking if gcc supports -c -o file.lo
configure:2902: gcc -c -g -O2 -c -o conftest.lo -I/usr/local/include conftest.c 1>&5
configure:2951: checking if gcc supports -fno-rtti -fno-exceptions
configure:2964: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5
configure:2991: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries
configure:3607: checking how to hardcode library paths into programs
configure:3635: checking whether stripping libraries is possible
configure:3649: checking dynamic linker characteristics
configure:4035: checking if libtool supports shared libraries
configure:4528: checking whether -lc should be explicitly linked in
configure:4535: gcc -c -g -O2 -I/usr/local/include conftest.c 1>&5
configure:4548: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep  -lc  >/dev/null 2>&1
configure:5126: checking whether to enable maintainer-specific portions of Makefiles
configure:5157: checking for gcc
configure:5270: checking whether the C compiler (gcc -g -O2 ) works
configure:5286: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:5312: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
configure:5317: checking whether we are using GNU C
configure:5345: checking whether gcc accepts -g
configure:5388: checking for a BSD compatible install
configure:5451: checking for indentation command to pipe generated c-files through
configure:5532: checking for glib-config
configure:5567: checking for GLIB - version >= 1.2.1
configure:5666: gcc -o conftest -g -O2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:5761: checking for bison
configure:5797: checking for flex
configure:5830: checking for flex
configure:5864: checking for yywrap in -lfl
configure:5883: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lfl  -L/usr/local/lib 1>&5
configure:5906: checking lex output file root
configure:5927: checking whether yytext is a pointer
configure:5946: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib -lfl 1>&5
configure:5972: checking for gawk
configure:5972: checking for mawk
configure:5972: checking for nawk
configure:5972: checking for awk
configure:6003: checking for ANSI C header files
configure:6016: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6083: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:6110: checking for fcntl.h
configure:6120: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6110: checking for unistd.h
configure:6120: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6110: checking for sys/endian.h
configure:6120: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6116: sys/endian.h: No such file or directory
configure: failed program was:
#line 6115 "configure"
#include "confdefs.h"
#include <sys/endian.h>
configure:6110: checking for endian.h
configure:6120: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6116: endian.h: No such file or directory
configure: failed program was:
#line 6115 "configure"
#include "confdefs.h"
#include <endian.h>
configure:6110: checking for machine/endian.h
configure:6120: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6110: checking for sys/machine.h
configure:6120: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6116: sys/machine.h: No such file or directory
configure: failed program was:
#line 6115 "configure"
#include "confdefs.h"
#include <sys/machine.h>
configure:6110: checking for sys/isa_defs.h
configure:6120: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6116: sys/isa_defs.h: No such file or directory
configure: failed program was:
#line 6115 "configure"
#include "confdefs.h"
#include <sys/isa_defs.h>
configure:6110: checking for sys/poll.h
configure:6120: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6150: checking for stddef.h
configure:6160: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6150: checking for wchar.h
configure:6160: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6150: checking for wcstr.h
configure:6160: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6156: wcstr.h: No such file or directory
configure: failed program was:
#line 6155 "configure"
#include "confdefs.h"
#include <wcstr.h>
configure:6150: checking for wctype.h
configure:6160: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6150: checking for machine/types.h
configure:6160: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6150: checking for tcpd.h
configure:6160: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:6188: checking for working const
configure:6242: gcc -c -g -O2 -I/usr/local/include conftest.c 1>&5
configure:6263: checking for inline
configure:6277: gcc -c -g -O2 -I/usr/local/include conftest.c 1>&5
configure:6303: checking for size_t
configure:6337: checking for vprintf
configure:6365: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:6444: checking for working alloca.h
configure:6456: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:6450: alloca.h: No such file or directory
configure: failed program was:
#line 6449 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
configure:6477: checking for alloca
configure:6510: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:6685: checking for poll
configure:6713: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:6685: checking for basename
configure:6713: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:6738: checking for socket
configure:6766: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:6833: checking for gethostbyname
configure:6861: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:6930: checking for socklen_t
configure:6940: gcc -c -g -O2 -I/usr/local/include conftest.c 1>&5
configure:6962: checking whether to use TCP wrappers
From -L/usr/local/lib, checking in dir /usr/local/lib for libwrap.so
From -L/usr/local/lib, checking in dir /usr/local/lib for libwrap.a
From -L/usr/lib, checking in dir /usr/lib for libwrap.so
Found /usr/lib/libwrap.so
configure:7083: checking for inet_aton
configure:7111: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:7187: checking whether byte ordering is bigendian
configure:7205: gcc -c -g -O2 -I/usr/local/include conftest.c 1>&5
configure:7220: gcc -c -g -O2 -I/usr/local/include conftest.c 1>&5
configure: In function `main':
configure:7215: syntax error before `big'
configure: failed program was:
#line 7209 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif
; return 0; }
configure:7313: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -L/usr/local/lib 1>&5
configure:7339: checking alignment of CORBA_short
configure:7365: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7386: checking alignment of CORBA_long
configure:7412: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7433: checking alignment of CORBA_unsigned_short
configure:7459: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7480: checking alignment of CORBA_unsigned_long
configure:7506: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7527: checking alignment of CORBA_float
configure:7553: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7574: checking alignment of CORBA_double
configure:7600: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7621: checking alignment of CORBA_char
configure:7647: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7668: checking alignment of CORBA_boolean
configure:7694: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7715: checking alignment of CORBA_octet
configure:7741: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7762: checking alignment of CORBA_long_double
configure:7788: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7809: checking alignment of CORBA_wchar
configure:7835: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7856: checking alignment of CORBA_long_long
configure:7882: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7903: checking alignment of CORBA_unsigned_long_long
configure:7929: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7950: checking alignment of CORBA_struct
configure:7976: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5
configure:7997: checking alignment of CORBA_pointer
configure:8023: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  conftest.c -L/usr/local/lib -lglib -L/usr/local/lib 1>&5