|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
cflow 1.2 build on AIX using standard compilerGood day,
I tried without success to build GNU cflow on platform AIX 5.2 ML06 The compiler is the standard IBM compiler vac (Visual Age C) 5.0.2.0 I did not inquire into the problem further, since I was able to compile it using gcc, but I inform you anyway. Later is a copy of the configure and make commands. Best regards, Francois Chartier *** fc@cdaix:/partage/fc/tmp/cflow-1.2> ./configure --prefix=/partage/fc/AIX checking for a BSD-compatible install... build-aux/install-sh -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for style of include used by make... GNU checking for gcc... no checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... no checking whether cc accepts -g... yes checking for cc option to accept ISO C89... -qlanglvl=ansi checking dependency style of cc -qlanglvl=ansi... aix checking how to run the C preprocessor... cc -qlanglvl=ansi -E checking for grep that handles long lines and -e... /partage/fc/AIX/bin/grep checking for egrep... /partage/fc/AIX/bin/grep -E checking for AIX... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for cc -qlanglvl=ansi option to accept ISO C99... unsupported checking for cc -qlanglvl=ansi option to accept ISO C89... (cached) -qlanglvl=ansi checking for cc -qlanglvl=ansi -qlanglvl=ansi option to accept ISO Standard C... (cached) -qlanglvl=ansi checking whether we are using the GNU C compiler... (cached) no checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) -qlanglvl=ansi checking dependency style of cc -qlanglvl=ansi... (cached) aix checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for ranlib... (cached) ranlib checking for ANSI C header files... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for error_at_line... no checking for memmove... yes checking for memset... yes checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for setlocale... yes checking for working alloca.h... yes checking for alloca... yes checking for inline... __inline checking for C/C++ restrict keyword... no checking whether getenv is declared... yes checking whether clearerr_unlocked is declared... no checking whether feof_unlocked is declared... no checking whether ferror_unlocked is declared... no checking whether fflush_unlocked is declared... no checking whether fgets_unlocked is declared... no checking whether fputc_unlocked is declared... no checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... no checking whether fwrite_unlocked is declared... no checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking for flockfile... yes checking for funlockfile... yes checking for sleep... yes checking for lstat... yes checking for vasnprintf... no checking features.h usability... no checking features.h presence... no checking for features.h... no checking linewrap.h usability... no checking linewrap.h presence... no checking for linewrap.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for stdint.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/stat.h... (cached) yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking for unistd.h... (cached) yes checking whether system is Windows or MSDOS... no checking build system type... powerpc-ibm-aix5.2.0.0 checking host system type... powerpc-ibm-aix5.2.0.0 checking whether // is distinct from /... no checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking whether the preprocessor supports include_next... yes checking getopt.h usability... no checking getopt.h presence... no checking for getopt.h... no checking for stdbool.h that conforms to C99... no checking for _Bool... no checking whether snprintf is declared... yes checking for long long int... yes checking for unsigned long long int... yes checking whether strndup is declared... yes checking whether strnlen is declared... yes checking whether stat file-mode macros are broken... no checking for EOVERFLOW... yes checking for wchar_t... yes checking for wint_t... yes checking for size_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking whether vsnprintf is declared... yes checking for alloca as a compiler built-in... yes checking whether program_invocation_name is declared... no checking whether program_invocation_short_name is declared... no checking whether program_invocation_name is defined... no checking whether program_invocation_short_name is defined... no checking whether // is distinct from /... (cached) no checking for error_at_line... (cached) no checking whether the compiler generally respects inline... yes checking whether lstat dereferences a symlink specified with a trailing slash... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... no checking for mempcpy... no checking for obstacks... no checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for snprintf... yes checking for va_copy... yes checking whether stdint.h conforms to C99... no checking sys/inttypes.h usability... yes checking sys/inttypes.h presence... yes checking for sys/inttypes.h... yes checking sys/bitypes.h usability... no checking sys/bitypes.h presence... no checking for sys/bitypes.h... no checking for bit size of ptrdiff_t... 32 checking for bit size of sig_atomic_t... 32 checking for bit size of size_t... 32 checking for bit size of wchar_t... 16 checking for bit size of wint_t... 32 checking whether sig_atomic_t is signed... yes checking whether wchar_t is signed... no checking whether wint_t is signed... yes checking for ptrdiff_t integer literal suffix... l checking for sig_atomic_t integer literal suffix... no checking for size_t integer literal suffix... ul checking for wchar_t integer literal suffix... no checking for wint_t integer literal suffix... checking for strcasecmp... yes checking for strncasecmp... yes checking whether strncasecmp is declared... yes checking for strchrnul... no checking for working strndup... yes checking for working strnlen... yes checking whether mkdir is declared... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for ptrdiff_t... yes checking for snprintf... (cached) yes checking for wcslen... yes checking whether _snprintf is declared... no checking for vsnprintf... yes checking whether <wchar.h> is standalone... yes checking for stdint.h... (cached) yes checking for emacs... emacs checking where .elc files should go... ${datadir}/emacs/site-lisp checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... no checking for msgmerge... no checking for non-GNU ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... no checking for iconv... yes checking for working iconv... no checking for GNU gettext in libintl... no checking whether to use NLS... no configure: creating ./config.status config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating Makefile config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating elisp/Makefile config.status: creating po/Makefile.in config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing tests/atconfig commands fc@cdaix:/partage/fc/tmp/cflow-1.2> read fc@cdaix:/partage/fc/tmp/cflow-1.2> l total 3048 -rw-r--r-- 1 fc cgf 33 Mar 19 2005 AUTHORS -rw-r--r-- 1 fc cgf 1312 Mar 19 2005 acinclude.m4 -rw-r--r-- 1 fc cgf 2182 Sep 25 2005 TODO -rw-r--r-- 1 fc cgf 3186 Oct 19 2005 README -rw-r--r-- 1 fc cgf 9416 Jun 26 2006 INSTALL -rw-r--r-- 1 fc cgf 278 Sep 10 2006 THANKS -rw-r--r-- 1 fc cgf 79584 May 18 14:06 ABOUT-NLS -rw-r--r-- 1 fc cgf 937 Jun 27 16:16 Makefile.am -rw-r--r-- 1 fc cgf 35068 Jun 29 07:45 COPYING -rw-r--r-- 1 fc cgf 2267 Jun 29 15:31 configure.ac -rw-r--r-- 1 fc cgf 22299 Jun 29 15:32 ChangeLog -rw-r--r-- 1 fc cgf 1773 Jun 29 15:32 NEWS -rw-r--r-- 1 fc cgf 39409 Jun 29 15:35 aclocal.m4 -rwxr-xr-x 1 fc cgf 622084 Jun 29 15:35 configure -rw-r--r-- 1 fc cgf 14806 Jun 29 15:35 config.h.in -rw-r--r-- 1 fc cgf 29474 Jun 29 15:35 Makefile.in drwxr-sr-x 2 fc cgf 1536 Jun 29 15:36 m4 drwxr-sr-x 2 fc cgf 512 Jun 29 15:36 build-aux drwxr-sr-x 6 fc cgf 1024 Jul 9 11:44 .. -rwxr-xr-x 1 fc cgf 51319 Jul 9 11:47 config.status -rw-r--r-- 1 fc cgf 27818 Jul 9 11:47 Makefile drwxr-sr-x 2 fc cgf 512 Jul 9 11:47 elisp drwxr-sr-x 2 fc cgf 512 Jul 9 11:47 doc -rw-r--r-- 1 fc cgf 23 Jul 9 11:47 stamp-h1 -rw-r--r-- 1 fc cgf 15497 Jul 9 11:47 config.h drwxr-sr-x 3 fc cgf 2048 Jul 9 11:47 lib drwxr-sr-x 3 fc cgf 512 Jul 9 11:47 src drwxr-sr-x 2 fc cgf 1024 Jul 9 11:47 po drwxr-sr-x 2 fc cgf 1024 Jul 9 11:47 tests drwxr-sr-x 10 fc cgf 1024 Jul 9 11:47 . -rw-r--r-- 1 fc cgf 512443 Jul 9 11:47 config.log fc@cdaix:/partage/fc/tmp/cflow-1.2> make make all-recursive Making all in lib { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; cat ./alloca_.h; } > alloca.h-t mv -f alloca.h-t alloca.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; cat ./getopt_.h; } > getopt.h-t mv -f getopt.h-t getopt.h rm -f stdbool.h-t stdbool.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; sed -e 's/@''HAVE__BOOL''@/0/g' < ./stdbool_.h; } > stdbool.h-t mv stdbool.h-t stdbool.h rm -f stdint.h-t stdint.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; sed -e 's/@''HAVE_STDINT_H''@/1/g' -e 's/@''INCLUDE_NEXT''@/include_next/g' -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' -e 's/@''HAVE_SYS_TYPES_H''@/1/g' -e 's/@''HAVE_INTTYPES_H''@/1/g' -e 's/@''HAVE_SYS_INTTYPES_H''@/1/g' -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' -e 's/@''HAVE_LONG_LONG_INT''@/1/g' -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' -e 's/@''BITSIZEOF_PTRDIFF_T''@/32/g' -e 's/@''PTRDIFF_T_SUFFIX''@/l/g' -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' -e 's/@''BITSIZEOF_SIZE_T''@/32/g' -e 's/@''SIZE_T_SUFFIX''@/ul/g' -e 's/@''BITSIZEOF_WCHAR_T''@/16/g' -e 's/@''HAVE_SIGNED_WCHAR_T''@/0/g' -e 's/@''WCHAR_T_SUFFIX''@//g' -e 's/@''BITSIZEOF_WINT_T''@/32/g' -e 's/@''HAVE_SIGNED_WINT_T''@/1/g' -e 's/@''WINT_T_SUFFIX''@//g' < ./stdint_.h; } > stdint.h-t mv stdint.h-t stdint.h rm -f stdio.h-t stdio.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && sed -e 's/@''INCLUDE_NEXT''@/include_next/g' -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' -e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' -e 's|@''GNULIB_PRINTF_POSIX''@|0|g' -e 's|@''GNULIB_SNPRINTF''@|1|g' -e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' -e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' -e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' -e 's|@''GNULIB_VSNPRINTF''@|1|g' -e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' -e 's|@''GNULIB_VASPRINTF''@|0|g' -e 's|@''GNULIB_FSEEK''@|0|g' -e 's|@''GNULIB_FSEEKO''@|0|g' -e 's|@''GNULIB_FTELL''@|0|g' -e 's|@''GNULIB_FTELLO''@|0|g' -e 's|@''GNULIB_FFLUSH''@|0|g' -e 's|@''REPLACE_FPRINTF''@|0|g' -e 's|@''REPLACE_VFPRINTF''@|0|g' -e 's|@''REPLACE_PRINTF''@|0|g' -e 's|@''REPLACE_VPRINTF''@|0|g' -e 's|@''REPLACE_SNPRINTF''@|0|g' -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' -e 's|@''REPLACE_VSNPRINTF''@|0|g' -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' -e 's|@''REPLACE_SPRINTF''@|0|g' -e 's|@''REPLACE_VSPRINTF''@|0|g' -e 's|@''HAVE_VASPRINTF''@|1|g' -e 's|@''REPLACE_VASPRINTF''@|0|g' -e 's|@''REPLACE_FSEEKO''@|0|g' -e 's|@''REPLACE_FSEEK''@|0|g' -e 's|@''REPLACE_FTELLO''@|0|g' -e 's|@''REPLACE_FTELL''@|0|g' -e 's|@''REPLACE_FFLUSH''@|0|g' -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' < ./stdio_.h; } > stdio.h-t mv stdio.h-t stdio.h rm -f stdlib.h-t stdlib.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && sed -e 's/@''INCLUDE_NEXT''@/include_next/g' -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' -e 's|@''GNULIB_GETSUBOPT''@|0|g' -e 's|@''GNULIB_MKDTEMP''@|0|g' -e 's|@''GNULIB_MKSTEMP''@|0|g' -e 's|@''HAVE_GETSUBOPT''@|1|g' -e 's|@''HAVE_MKDTEMP''@|1|g' -e 's|@''REPLACE_MKSTEMP''@|0|g' -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' < ./stdlib_.h; } > stdlib.h-t mv stdlib.h-t stdlib.h rm -f string.h-t string.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && sed -e 's/@''INCLUDE_NEXT''@/include_next/g' -e 's|@''NEXT_STRING_H''@|<string.h>|g' -e 's|@''GNULIB_MBSLEN''@|0|g' -e 's|@''GNULIB_MBSNLEN''@|0|g' -e 's|@''GNULIB_MBSCHR''@|0|g' -e 's|@''GNULIB_MBSRCHR''@|0|g' -e 's|@''GNULIB_MBSSTR''@|0|g' -e 's|@''GNULIB_MBSCASECMP''@|0|g' -e 's|@''GNULIB_MBSNCASECMP''@|0|g' -e 's|@''GNULIB_MBSPCASECMP''@|0|g' -e 's|@''GNULIB_MBSCASESTR''@|0|g' -e 's|@''GNULIB_MBSCSPN''@|0|g' -e 's|@''GNULIB_MBSPBRK''@|0|g' -e 's|@''GNULIB_MBSSPN''@|0|g' -e 's|@''GNULIB_MBSSEP''@|0|g' -e 's|@''GNULIB_MBSTOK_R''@|0|g' -e 's|@''GNULIB_MEMMEM''@|0|g' -e 's|@''GNULIB_MEMPCPY''@|1|g' -e 's|@''GNULIB_MEMRCHR''@|0|g' -e 's|@''GNULIB_STPCPY''@|0|g' -e 's|@''GNULIB_STPNCPY''@|0|g' -e 's|@''GNULIB_STRCHRNUL''@|1|g' -e 's|@''GNULIB_STRDUP''@|0|g' -e 's|@''GNULIB_STRNDUP''@|1|g' -e 's|@''GNULIB_STRNLEN''@|1|g' -e 's|@''GNULIB_STRPBRK''@|0|g' -e 's|@''GNULIB_STRSEP''@|0|g' -e 's|@''GNULIB_STRCASESTR''@|0|g' -e 's|@''GNULIB_STRTOK_R''@|0|g' -e 's|@''HAVE_DECL_MEMMEM''@|1|g' -e 's|@''HAVE_MEMPCPY''@|0|g' -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' -e 's|@''HAVE_STPCPY''@|1|g' -e 's|@''HAVE_STPNCPY''@|1|g' -e 's|@''HAVE_STRCASECMP''@|1|g' -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' -e 's|@''HAVE_STRCHRNUL''@|0|g' -e 's|@''HAVE_DECL_STRDUP''@|1|g' -e 's|@''HAVE_STRNDUP''@|1|g' -e 's|@''HAVE_DECL_STRNDUP''@|1|g' -e 's|@''HAVE_DECL_STRNLEN''@|1|g' -e 's|@''HAVE_STRPBRK''@|1|g' -e 's|@''HAVE_STRSEP''@|1|g' -e 's|@''HAVE_STRCASESTR''@|1|g' -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' < ./string_.h; } > string.h-t mv string.h-t string.h ../build-aux/install-sh -c -d sys rm -f sys/stat.h-t sys/stat.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; sed -e 's/@''INCLUDE_NEXT''@/include_next/g' -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' -e 's|@''HAVE_IO_H''@|0|g' -e 's|@''HAVE_LSTAT''@|1|g' -e 's|@''HAVE_DECL_MKDIR''@|1|g' < ./sys_stat_.h; } > sys/stat.h-t mv sys/stat.h-t sys/stat.h rm -f unistd.h-t unistd.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; sed -e 's|@''HAVE_UNISTD_H''@|1|g' -e 's/@''INCLUDE_NEXT''@/include_next/g' -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' -e 's|@''GNULIB_CHOWN''@|0|g' -e 's|@''GNULIB_DUP2''@|0|g' -e 's|@''GNULIB_FCHDIR''@|0|g' -e 's|@''GNULIB_FTRUNCATE''@|0|g' -e 's|@''GNULIB_GETCWD''@|0|g' -e 's|@''GNULIB_GETLOGIN_R''@|0|g' -e 's|@''GNULIB_LCHOWN''@|0|g' -e 's|@''GNULIB_LSEEK''@|0|g' -e 's|@''GNULIB_READLINK''@|0|g' -e 's|@''GNULIB_SLEEP''@|1|g' -e 's|@''HAVE_DUP2''@|1|g' -e 's|@''HAVE_FTRUNCATE''@|1|g' -e 's|@''HAVE_READLINK''@|1|g' -e 's|@''HAVE_SLEEP''@|1|g' -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' -e 's|@''REPLACE_CHOWN''@|0|g' -e 's|@''REPLACE_FCHDIR''@|0|g' -e 's|@''REPLACE_GETCWD''@|0|g' -e 's|@''REPLACE_LCHOWN''@|0|g' -e 's|@''REPLACE_LSEEK''@|0|g' < ./unistd_.h; } > unistd.h-t mv unistd.h-t unistd.h make all-am source='argp-ba.c' object='argp-ba.o' libtool=no DEPDIR=.deps depmode=aix /bin/sh ../build-aux/depcomp cc -qlanglvl=ansi -DHAVE_CONFIG_H -I. -I. -I.. -g -c argp-ba.c source='argp-eexst.c' object='argp-eexst.o' libtool=no DEPDIR=.deps depmode=aix /bin/sh ../build-aux/depcomp cc -qlanglvl=ansi -DHAVE_CONFIG_H -I. -I. -I.. -g -c argp-eexst.c "./stdio.h", line 31.2: 1506-218 (E) Unknown preprocessing directive #include_next. "./stdint.h", line 47.3: 1506-218 (E) Unknown preprocessing directive #include_next. "/usr/include/time.h", line 233.36: 1506-275 (S) Unexpected text 'struct' encountered. "/usr/include/time.h", line 233.52: 1506-275 (S) Unexpected text '*' encountered. "/usr/include/time.h", line 233.12: 1506-282 (S) The type of the parameters must be specified in a prototype. "/usr/include/time.h", line 234.37: 1506-275 (S) Unexpected text 'struct' encountered. "/usr/include/time.h", line 234.53: 1506-275 (S) Unexpected text '*' encountered. "/usr/include/time.h", line 234.12: 1506-282 (S) The type of the parameters must be specified in a prototype. "/usr/include/time.h", line 235.37: 1506-276 (S) Syntax error: possible missing identifier? "/usr/include/time.h", line 235.12: 1506-282 (S) The type of the parameters must be specified in a prototype. "/usr/include/time.h", line 236.49: 1506-275 (S) Unexpected text '*' encountered. "/usr/include/time.h", line 236.12: 1506-282 (S) The type of the parameters must be specified in a prototype. "/usr/include/time.h", line 241.36: 1506-276 (S) Syntax error: possible missing identifier? "/usr/include/time.h", line 241.12: 1506-282 (S) The type of the parameters must be specified in a prototype. "/usr/include/time.h", line 243.12: 1506-282 (S) The type of the parameters must be specified in a prototype. "/usr/include/time.h", line 244.35: 1506-275 (S) Unexpected text 'struct' encountered. "/usr/include/time.h", line 244.53: 1506-275 (S) Unexpected text '*' encountered. "/usr/include/time.h", line 244.12: 1506-282 (S) The type of the parameters must be specified in a prototype. "/usr/include/time.h", line 245.12: 1506-282 (S) The type of the parameters must be specified in a prototype. "/usr/include/time.h", line 246.35: 1506-276 (S) Syntax error: possible missing identifier? "/usr/include/time.h", line 246.86: 1506-335 (S) Parameter identifier list contains multiple occurrences of itimerspec. "/usr/include/time.h", line 246.12: 1506-282 (S) The type of the parameters must be specified in a prototype. "/usr/include/wchar.h", line 101.31: 1506-275 (S) Unexpected text '*' encountered. "/usr/include/wchar.h", line 101.47: 1506-276 (S) Syntax error: possible missing identifier? "/usr/include/wchar.h", line 101.17: 1506-282 (S) The type of the parameters must be specified in a prototype. "/usr/include/wchar.h", line 196.27: 1506-275 (S) Unexpected text '*' encountered. "/usr/include/wchar.h", line 196.15: 1506-282 (S) The type of the parameters must be specified in a prototype. "/usr/include/wchar.h", line 197.53: 1506-046 (S) Syntax error. "/usr/include/wchar.h", line 197.72: 1506-046 (S) Syntax error. "/usr/include/wchar.h", line 198.49: 1506-046 (S) Syntax error. "/usr/include/wchar.h", line 198.68: 1506-046 (S) Syntax error. "./stdlib.h", line 31.2: 1506-218 (E) Unknown preprocessing directive #include_next. "./unistd.h", line 23.3: 1506-218 (E) Unknown preprocessing directive #include_next. make: The error code from the last command is 1. Stop. make: The error code from the last command is 2. Stop. make: The error code from the last command is 1. Stop. make: The error code from the last command is 2. Stop. *** -- _______________________________________________ bug-cflow mailing list bug-cflow@... http://lists.gnu.org/mailman/listinfo/bug-cflow |
| Free embeddable forum powered by Nabble | Forum Help |