Freesco, NND, CDN, EOS http://forum.freesco.pl/ |
|
Powiadamianie emailem o udanym uploadzie pliku na serwer. http://forum.freesco.pl/viewtopic.php?f=24&t=11698 |
Strona 1 z 1 |
Autor: | spidernet [ środa, 15 marca 2006, 22:21 ] |
Tytuł: | Powiadamianie emailem o udanym uploadzie pliku na serwer. |
Witam, wszystkich fascynatów NND. Taki oto się urodził pomysł i zastanawiam się czy jest jakieś proste rozwiązanie tego problemu. Czyli jak powiadomić emailem o udanym uploadzie na serwer proftpd? ( czyżby cron przegladający logi ftp-a, no tak ale to sporo czasu kosztuje procesor, z resztą co ile miało by to działać?) podejrzewam przeglądanie source code proftpd -> kolejna sprawa to udana kompilacja tego serwera no tak ale to tylko teoria. A tak przy okazji to jak cokolwiem skompilować pod nnd. Zainstalowałem sobie wersję dla developerów. (pakiety: gcc, make) o czym jeszcze zapomniałem? i próbowałem skompilować proftpd + mod_sql ale coś się pierdzieli? Dziękuję z góry za subestię i pomoc. |
Autor: | tasiorek [ środa, 15 marca 2006, 23:12 ] |
Tytuł: | Re: Powiadamianie emailem o udanym uploadzie pliku na serwer |
Co do informowanie o uploadzie, to sie nie zastanawialem jak to zrobic. spidernet pisze: próbowałem skompilować proftpd + mod_sql ale coś się pierdzieli?
Raczej bedzie ciezko pomoc. Moze napiszesz co. |
Autor: | marask [ środa, 15 marca 2006, 23:37 ] |
Tytuł: | |
a czemu niby ma to dużo proca zżerać? |
Autor: | TheL [ środa, 15 marca 2006, 23:42 ] |
Tytuł: | |
a jaki problem z kompilacja ? a po co kompilowac proftpd jesli on jest gotowy jako paczka ? |
Autor: | spidernet [ środa, 5 kwietnia 2006, 23:11 ] |
Tytuł: | |
Bardzo, dziękuję za info. Ale potrzebował bym informacji na temat tego jak ten serwer przekompilować. Nawet na przyszłość by móc wspomagać rozwój NND. Jakie paczuszki powinienem zassac i zainstalować by móc kompilować bez przeszkód? Więc do rzeczy paczka proftpd jest w wersji 1.2.10 - jest stara. System na jakim pracuje to wersja developerdka nnd. Instalacja wykonana wg. instrukcji na stronie. Zassany i zainstalowany pacman -S gcc pacman -S make chciałbym dokompilowac mod_sql oraz mod_exec. Czyli zarzadzanie kto się loguje do ftp za pomocą bazy danych sql. Muszę więc wykonać polecenie ./configure --with-modules=mod_sql:mod_sql_mysql:mod_exec: i tak dalej to jest ok. wciskam enter i czekam parę minut. poźniej powinienem make i make install. ALE. Problem z tym że brak jest co chwilę jakiegoś kliku lub katalogu. tu musiałbym podac co jest w pliku config.log: ============================================ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = router uname -m = i586 uname -r = 2.4.32-6nnd uname -s = Linux uname -v = #1 SMP ¶ro sty 11 21:54:12 GMT 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i586 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1397: checking build system type configure:1415: result: i586-pc-linux-gnu configure:1423: checking host system type configure:1437: result: i586-pc-linux-gnu configure:1445: checking target system type configure:1459: result: i586-pc-linux-gnu configure:1533: checking for gcc configure:1549: found /usr/bin/gcc configure:1559: result: gcc configure:1803: checking for C compiler version configure:1806: gcc --version </dev/null >&5 gcc (GCC) 3.3.3 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1809: $? = 0 configure:1811: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i586-pc-linux-gnu/3.3.3/specs Configured with: ../gcc-3.3.3/configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --host=i586-pc-linux-gnu Thread model: posix gcc version 3.3.3 configure:1814: $? = 0 configure:1816: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:1819: $? = 1 configure:1843: checking for C compiler default output configure:1846: gcc conftest.c >&5 configure:1849: $? = 0 configure:1895: result: a.out configure:1900: checking whether the C compiler works configure:1906: ./a.out configure:1909: $? = 0 configure:1926: result: yes configure:1933: checking whether we are cross compiling configure:1935: result: no configure:1938: checking for suffix of executables configure:1940: gcc -o conftest conftest.c >&5 configure:1943: $? = 0 configure:1968: result: configure:1974: checking for suffix of object files configure:1996: gcc -c conftest.c >&5 configure:1999: $? = 0 configure:2021: result: o configure:2025: checking whether we are using the GNU C compiler configure:2050: gcc -c conftest.c >&5 configure:2053: $? = 0 configure:2056: test -s conftest.o configure:2059: $? = 0 configure:2072: result: yes configure:2078: checking whether gcc accepts -g configure:2100: gcc -c -g conftest.c >&5 configure:2103: $? = 0 configure:2106: test -s conftest.o configure:2109: $? = 0 configure:2120: result: yes configure:2137: checking for gcc option to accept ANSI C configure:2198: gcc -c -g -O2 conftest.c >&5 configure:2152:20: stdarg.h: No such file or directory In file included from configure:2153: /usr/include/stdio.h:34:21: stddef.h: No such file or directory In file included from /usr/include/stdio.h:36, from configure:2153: /usr/include/bits/types.h:31:20: stddef.h: No such file or directory In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/_G_config.h:14:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:24, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/gconv.h:28, from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/gconv.h:31:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/gconv.h:72: error: parse error before "size_t" /usr/include/gconv.h:88: error: parse error before "size_t" /usr/include/gconv.h:97: error: parse error before "size_t" /usr/include/gconv.h:174: error: parse error before "size_t" /usr/include/gconv.h:177: error: parse error before '}' token In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/_G_config.h:47: error: field `__cd' has incomplete type /usr/include/_G_config.h:50: error: field `__cd' has incomplete type In file included from /usr/include/stdio.h:72, from configure:2153: /usr/include/libio.h:53:21: stdarg.h: No such file or directory In file included from /usr/include/stdio.h:72, from configure:2153: /usr/include/libio.h:350: error: parse error before "size_t" /usr/include/libio.h:359: error: parse error before "size_t" /usr/include/libio.h:463: error: parse error before "__gnuc_va_list" /usr/include/libio.h:465: error: parse error before "__gnuc_va_list" /usr/include/libio.h:467: error: parse error before "_IO_sgetn" /usr/include/libio.h:467: error: parse error before "size_t" In file included from configure:2153: /usr/include/stdio.h:279: error: parse error before "size_t" /usr/include/stdio.h:286: error: parse error before "size_t" /usr/include/stdio.h:305: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:307: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:311: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:317: error: parse error before "size_t" /usr/include/stdio.h:321: error: parse error before "size_t" /usr/include/stdio.h:489: error: parse error before "fread" /usr/include/stdio.h:489: error: parse error before "size_t" /usr/include/stdio.h:492: error: parse error before "fwrite" /usr/include/stdio.h:492: error: parse error before "size_t" /usr/include/stdio.h:504: error: parse error before "fread_unlocked" /usr/include/stdio.h:504: error: parse error before "size_t" /usr/include/stdio.h:506: error: parse error before "fwrite_unlocked" /usr/include/stdio.h:506: error: parse error before "size_t" In file included from /usr/include/stdio.h:674, from configure:2153: /usr/include/bits/stdio.h:34: error: parse error before "__gnuc_va_list" /usr/include/bits/stdio.h: In function `vprintf': /usr/include/bits/stdio.h:36: error: `__fmt' undeclared (first use in this function) /usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported only once /usr/include/bits/stdio.h:36: error: for each function it appears in.) /usr/include/bits/stdio.h:36: error: `__arg' undeclared (first use in this function) In file included from configure:2154: /usr/include/sys/types.h:147:20: stddef.h: No such file or directory In file included from /usr/include/sys/types.h:266, from configure:2154: /usr/include/bits/pthreadtypes.h: At top level: /usr/include/bits/pthreadtypes.h:48: error: parse error before "size_t" /usr/include/bits/pthreadtypes.h:51: error: parse error before "__stacksize" configure: In function `f': configure:2168: error: `va_list' undeclared (first use in this function) configure:2168: error: parse error before "v" configure:2169: error: `v' undeclared (first use in this function) configure:2170: error: parse error before "int" configure: At top level: /usr/include/gconv.h:176: warning: array `__data' assumed to have one element configure:2201: $? = 1 configure: failed program was: | #line 2144 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdio.h> | #include <sys/types.h> | #include <sys/stat.h> | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2198: gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5 gcc: unrecognized option `-qlanglvl=ansi' configure:2152:20: stdarg.h: No such file or directory In file included from configure:2153: /usr/include/stdio.h:34:21: stddef.h: No such file or directory In file included from /usr/include/stdio.h:36, from configure:2153: /usr/include/bits/types.h:31:20: stddef.h: No such file or directory In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/_G_config.h:14:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:24, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/gconv.h:28, from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/gconv.h:31:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/gconv.h:72: error: parse error before "size_t" /usr/include/gconv.h:88: error: parse error before "size_t" /usr/include/gconv.h:97: error: parse error before "size_t" /usr/include/gconv.h:174: error: parse error before "size_t" /usr/include/gconv.h:177: error: parse error before '}' token In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/_G_config.h:47: error: field `__cd' has incomplete type /usr/include/_G_config.h:50: error: field `__cd' has incomplete type In file included from /usr/include/stdio.h:72, from configure:2153: /usr/include/libio.h:53:21: stdarg.h: No such file or directory In file included from /usr/include/stdio.h:72, from configure:2153: /usr/include/libio.h:350: error: parse error before "size_t" /usr/include/libio.h:359: error: parse error before "size_t" /usr/include/libio.h:463: error: parse error before "__gnuc_va_list" /usr/include/libio.h:465: error: parse error before "__gnuc_va_list" /usr/include/libio.h:467: error: parse error before "_IO_sgetn" /usr/include/libio.h:467: error: parse error before "size_t" In file included from configure:2153: /usr/include/stdio.h:279: error: parse error before "size_t" /usr/include/stdio.h:286: error: parse error before "size_t" /usr/include/stdio.h:305: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:307: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:311: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:317: error: parse error before "size_t" /usr/include/stdio.h:321: error: parse error before "size_t" /usr/include/stdio.h:489: error: parse error before "fread" /usr/include/stdio.h:489: error: parse error before "size_t" /usr/include/stdio.h:492: error: parse error before "fwrite" /usr/include/stdio.h:492: error: parse error before "size_t" /usr/include/stdio.h:504: error: parse error before "fread_unlocked" /usr/include/stdio.h:504: error: parse error before "size_t" /usr/include/stdio.h:506: error: parse error before "fwrite_unlocked" /usr/include/stdio.h:506: error: parse error before "size_t" In file included from /usr/include/stdio.h:674, from configure:2153: /usr/include/bits/stdio.h:34: error: parse error before "__gnuc_va_list" /usr/include/bits/stdio.h: In function `vprintf': /usr/include/bits/stdio.h:36: error: `__fmt' undeclared (first use in this function) /usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported only once /usr/include/bits/stdio.h:36: error: for each function it appears in.) /usr/include/bits/stdio.h:36: error: `__arg' undeclared (first use in this function) In file included from configure:2154: /usr/include/sys/types.h:147:20: stddef.h: No such file or directory In file included from /usr/include/sys/types.h:266, from configure:2154: /usr/include/bits/pthreadtypes.h: At top level: /usr/include/bits/pthreadtypes.h:48: error: parse error before "size_t" /usr/include/bits/pthreadtypes.h:51: error: parse error before "__stacksize" configure: In function `f': configure:2168: error: `va_list' undeclared (first use in this function) configure:2168: error: parse error before "v" configure:2169: error: `v' undeclared (first use in this function) configure:2170: error: parse error before "int" configure: At top level: /usr/include/gconv.h:176: warning: array `__data' assumed to have one element configure:2201: $? = 1 configure: failed program was: | #line 2144 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdio.h> | #include <sys/types.h> | #include <sys/stat.h> | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2198: gcc -std1 -c -g -O2 conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2201: $? = 1 configure: failed program was: | #line 2144 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdio.h> | #include <sys/types.h> | #include <sys/stat.h> | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2198: gcc -Ae -c -g -O2 conftest.c >&5 <command line>:4:2: missing '(' after predicate configure:2152:20: stdarg.h: No such file or directory In file included from configure:2153: /usr/include/stdio.h:34:21: stddef.h: No such file or directory In file included from /usr/include/stdio.h:36, from configure:2153: /usr/include/bits/types.h:31:20: stddef.h: No such file or directory In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/_G_config.h:14:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:24, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/gconv.h:28, from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/gconv.h:31:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/gconv.h:72: error: parse error before "size_t" /usr/include/gconv.h:88: error: parse error before "size_t" /usr/include/gconv.h:97: error: parse error before "size_t" /usr/include/gconv.h:174: error: parse error before "size_t" /usr/include/gconv.h:177: error: parse error before '}' token In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/_G_config.h:47: error: field `__cd' has incomplete type /usr/include/_G_config.h:50: error: field `__cd' has incomplete type In file included from /usr/include/stdio.h:72, from configure:2153: /usr/include/libio.h:53:21: stdarg.h: No such file or directory In file included from /usr/include/stdio.h:72, from configure:2153: /usr/include/libio.h:350: error: parse error before "size_t" /usr/include/libio.h:359: error: parse error before "size_t" /usr/include/libio.h:463: error: parse error before "__gnuc_va_list" /usr/include/libio.h:465: error: parse error before "__gnuc_va_list" /usr/include/libio.h:467: error: parse error before "_IO_sgetn" /usr/include/libio.h:467: error: parse error before "size_t" In file included from configure:2153: /usr/include/stdio.h:279: error: parse error before "size_t" /usr/include/stdio.h:286: error: parse error before "size_t" /usr/include/stdio.h:305: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:307: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:311: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:317: error: parse error before "size_t" /usr/include/stdio.h:321: error: parse error before "size_t" /usr/include/stdio.h:489: error: parse error before "fread" /usr/include/stdio.h:489: error: parse error before "size_t" /usr/include/stdio.h:492: error: parse error before "fwrite" /usr/include/stdio.h:492: error: parse error before "size_t" /usr/include/stdio.h:504: error: parse error before "fread_unlocked" /usr/include/stdio.h:504: error: parse error before "size_t" /usr/include/stdio.h:506: error: parse error before "fwrite_unlocked" /usr/include/stdio.h:506: error: parse error before "size_t" In file included from /usr/include/stdio.h:674, from configure:2153: /usr/include/bits/stdio.h:34: error: parse error before "__gnuc_va_list" /usr/include/bits/stdio.h: In function `vprintf': /usr/include/bits/stdio.h:36: error: `__fmt' undeclared (first use in this function) /usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported only once /usr/include/bits/stdio.h:36: error: for each function it appears in.) /usr/include/bits/stdio.h:36: error: `__arg' undeclared (first use in this function) In file included from configure:2154: /usr/include/sys/types.h:147:20: stddef.h: No such file or directory In file included from /usr/include/sys/types.h:266, from configure:2154: /usr/include/bits/pthreadtypes.h: At top level: /usr/include/bits/pthreadtypes.h:48: error: parse error before "size_t" /usr/include/bits/pthreadtypes.h:51: error: parse error before "__stacksize" configure: In function `f': configure:2168: error: `va_list' undeclared (first use in this function) configure:2168: error: parse error before "v" configure:2169: error: `v' undeclared (first use in this function) configure:2170: error: parse error before "int" configure: At top level: /usr/include/gconv.h:176: warning: array `__data' assumed to have one element configure:2201: $? = 1 configure: failed program was: | #line 2144 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdio.h> | #include <sys/types.h> | #include <sys/stat.h> | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2198: gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5 <command line>:4:2: missing '(' after predicate configure:2152:20: stdarg.h: No such file or directory In file included from configure:2153: /usr/include/stdio.h:34:21: stddef.h: No such file or directory In file included from /usr/include/stdio.h:36, from configure:2153: /usr/include/bits/types.h:31:20: stddef.h: No such file or directory In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/_G_config.h:14:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:24, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/gconv.h:28, from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/gconv.h:31:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/gconv.h:72: error: parse error before "size_t" /usr/include/gconv.h:88: error: parse error before "size_t" /usr/include/gconv.h:97: error: parse error before "size_t" /usr/include/gconv.h:174: error: parse error before "size_t" /usr/include/gconv.h:177: error: parse error before '}' token In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/_G_config.h:47: error: field `__cd' has incomplete type /usr/include/_G_config.h:50: error: field `__cd' has incomplete type In file included from /usr/include/stdio.h:72, from configure:2153: /usr/include/libio.h:53:21: stdarg.h: No such file or directory In file included from /usr/include/stdio.h:72, from configure:2153: /usr/include/libio.h:350: error: parse error before "size_t" /usr/include/libio.h:359: error: parse error before "size_t" /usr/include/libio.h:463: error: parse error before "__gnuc_va_list" /usr/include/libio.h:465: error: parse error before "__gnuc_va_list" /usr/include/libio.h:467: error: parse error before "_IO_sgetn" /usr/include/libio.h:467: error: parse error before "size_t" In file included from configure:2153: /usr/include/stdio.h:279: error: parse error before "size_t" /usr/include/stdio.h:286: error: parse error before "size_t" /usr/include/stdio.h:305: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:307: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:311: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:317: error: parse error before "size_t" /usr/include/stdio.h:321: error: parse error before "size_t" /usr/include/stdio.h:489: error: parse error before "fread" /usr/include/stdio.h:489: error: parse error before "size_t" /usr/include/stdio.h:492: error: parse error before "fwrite" /usr/include/stdio.h:492: error: parse error before "size_t" /usr/include/stdio.h:504: error: parse error before "fread_unlocked" /usr/include/stdio.h:504: error: parse error before "size_t" /usr/include/stdio.h:506: error: parse error before "fwrite_unlocked" /usr/include/stdio.h:506: error: parse error before "size_t" In file included from /usr/include/stdio.h:674, from configure:2153: /usr/include/bits/stdio.h:34: error: parse error before "__gnuc_va_list" /usr/include/bits/stdio.h: In function `vprintf': /usr/include/bits/stdio.h:36: error: `__fmt' undeclared (first use in this function) /usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported only once /usr/include/bits/stdio.h:36: error: for each function it appears in.) /usr/include/bits/stdio.h:36: error: `__arg' undeclared (first use in this function) In file included from configure:2154: /usr/include/sys/types.h:147:20: stddef.h: No such file or directory In file included from /usr/include/sys/types.h:266, from configure:2154: /usr/include/bits/pthreadtypes.h: At top level: /usr/include/bits/pthreadtypes.h:48: error: parse error before "size_t" /usr/include/bits/pthreadtypes.h:51: error: parse error before "__stacksize" configure: In function `f': configure:2168: error: `va_list' undeclared (first use in this function) configure:2168: error: parse error before "v" configure:2169: error: `v' undeclared (first use in this function) configure:2170: error: parse error before "int" configure: At top level: /usr/include/gconv.h:176: warning: array `__data' assumed to have one element configure:2201: $? = 1 configure: failed program was: | #line 2144 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdio.h> | #include <sys/types.h> | #include <sys/stat.h> | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2198: gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5 gcc: unrecognized option `-Xc' configure:2152:20: stdarg.h: No such file or directory In file included from configure:2153: /usr/include/stdio.h:34:21: stddef.h: No such file or directory In file included from /usr/include/stdio.h:36, from configure:2153: /usr/include/bits/types.h:31:20: stddef.h: No such file or directory In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/_G_config.h:14:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:24, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/gconv.h:28, from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/gconv.h:31:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/gconv.h:72: error: parse error before "size_t" /usr/include/gconv.h:88: error: parse error before "size_t" /usr/include/gconv.h:97: error: parse error before "size_t" /usr/include/gconv.h:174: error: parse error before "size_t" /usr/include/gconv.h:177: error: parse error before '}' token In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:2153: /usr/include/_G_config.h:47: error: field `__cd' has incomplete type /usr/include/_G_config.h:50: error: field `__cd' has incomplete type In file included from /usr/include/stdio.h:72, from configure:2153: /usr/include/libio.h:53:21: stdarg.h: No such file or directory In file included from /usr/include/stdio.h:72, from configure:2153: /usr/include/libio.h:350: error: parse error before "size_t" /usr/include/libio.h:359: error: parse error before "size_t" /usr/include/libio.h:463: error: parse error before "__gnuc_va_list" /usr/include/libio.h:465: error: parse error before "__gnuc_va_list" /usr/include/libio.h:467: error: parse error before "_IO_sgetn" /usr/include/libio.h:467: error: parse error before "size_t" In file included from configure:2153: /usr/include/stdio.h:279: error: parse error before "size_t" /usr/include/stdio.h:286: error: parse error before "size_t" /usr/include/stdio.h:305: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:307: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:311: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:317: error: parse error before "size_t" /usr/include/stdio.h:321: error: parse error before "size_t" /usr/include/stdio.h:489: error: parse error before "fread" /usr/include/stdio.h:489: error: parse error before "size_t" /usr/include/stdio.h:492: error: parse error before "fwrite" /usr/include/stdio.h:492: error: parse error before "size_t" /usr/include/stdio.h:504: error: parse error before "fread_unlocked" /usr/include/stdio.h:504: error: parse error before "size_t" /usr/include/stdio.h:506: error: parse error before "fwrite_unlocked" /usr/include/stdio.h:506: error: parse error before "size_t" In file included from /usr/include/stdio.h:674, from configure:2153: /usr/include/bits/stdio.h:34: error: parse error before "__gnuc_va_list" /usr/include/bits/stdio.h: In function `vprintf': /usr/include/bits/stdio.h:36: error: `__fmt' undeclared (first use in this function) /usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported only once /usr/include/bits/stdio.h:36: error: for each function it appears in.) /usr/include/bits/stdio.h:36: error: `__arg' undeclared (first use in this function) In file included from configure:2154: /usr/include/sys/types.h:147:20: stddef.h: No such file or directory In file included from /usr/include/sys/types.h:266, from configure:2154: /usr/include/bits/pthreadtypes.h: At top level: /usr/include/bits/pthreadtypes.h:48: error: parse error before "size_t" /usr/include/bits/pthreadtypes.h:51: error: parse error before "__stacksize" configure: In function `f': configure:2168: error: `va_list' undeclared (first use in this function) configure:2168: error: parse error before "v" configure:2169: error: `v' undeclared (first use in this function) configure:2170: error: parse error before "int" configure: At top level: /usr/include/gconv.h:176: warning: array `__data' assumed to have one element configure:2201: $? = 1 configure: failed program was: | #line 2144 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdio.h> | #include <sys/types.h> | #include <sys/stat.h> | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2225: result: none needed configure:2243: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2246: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2355: checking whether make sets $(MAKE) configure:2375: result: yes configure:2396: checking for a BSD-compatible install configure:2450: result: /bin/install -c configure:2502: checking for ranlib configure:2518: found /usr/bin/ranlib configure:2529: result: ranlib configure:2550: checking for special C compiler options needed for large files configure:2630: result: no configure:2636: checking for _FILE_OFFSET_BITS value needed for large files configure:2668: gcc -c -g -O2 conftest.c >&5 In file included from /usr/include/sys/types.h:31, from configure:2651: /usr/include/bits/types.h:31:20: stddef.h: No such file or directory In file included from configure:2651: /usr/include/sys/types.h:147:20: stddef.h: No such file or directory In file included from /usr/include/sys/types.h:266, from configure:2651: /usr/include/bits/pthreadtypes.h:48: error: parse error before "size_t" /usr/include/bits/pthreadtypes.h:51: error: parse error before "__stacksize" configure:2657: warning: left shift count >= width of type configure:2657: warning: left shift count >= width of type configure:2659: error: size of array `off_t_is_large' is negative configure:2671: $? = 1 configure: failed program was: | #line 2643 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <sys/types.h> | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:2712: gcc -c -g -O2 conftest.c >&5 In file included from /usr/include/sys/types.h:31, from configure:2695: /usr/include/bits/types.h:31:20: stddef.h: No such file or directory In file included from configure:2695: /usr/include/sys/types.h:147:20: stddef.h: No such file or directory In file included from /usr/include/sys/types.h:266, from configure:2695: /usr/include/bits/pthreadtypes.h:48: error: parse error before "size_t" /usr/include/bits/pthreadtypes.h:51: error: parse error before "__stacksize" configure:2715: $? = 1 configure: failed program was: | #line 2686 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #define _FILE_OFFSET_BITS 64 | #include <sys/types.h> | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:2733: result: no configure:2743: checking for _LARGE_FILES value needed for large files configure:2775: gcc -c -g -O2 conftest.c >&5 In file included from /usr/include/sys/types.h:31, from configure:2758: /usr/include/bits/types.h:31:20: stddef.h: No such file or directory In file included from configure:2758: /usr/include/sys/types.h:147:20: stddef.h: No such file or directory In file included from /usr/include/sys/types.h:266, from configure:2758: /usr/include/bits/pthreadtypes.h:48: error: parse error before "size_t" /usr/include/bits/pthreadtypes.h:51: error: parse error before "__stacksize" configure:2764: warning: left shift count >= width of type configure:2764: warning: left shift count >= width of type configure:2766: error: size of array `off_t_is_large' is negative configure:2778: $? = 1 configure: failed program was: | #line 2750 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <sys/types.h> | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:2819: gcc -c -g -O2 conftest.c >&5 In file included from /usr/include/sys/types.h:31, from configure:2802: /usr/include/bits/types.h:31:20: stddef.h: No such file or directory In file included from configure:2802: /usr/include/sys/types.h:147:20: stddef.h: No such file or directory In file included from /usr/include/sys/types.h:266, from configure:2802: /usr/include/bits/pthreadtypes.h:48: error: parse error before "size_t" /usr/include/bits/pthreadtypes.h:51: error: parse error before "__stacksize" configure:2808: warning: left shift count >= width of type configure:2808: warning: left shift count >= width of type configure:2810: error: size of array `off_t_is_large' is negative configure:2822: $? = 1 configure: failed program was: | #line 2793 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #define _LARGE_FILES 1 | #include <sys/types.h> | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:2840: result: no configure:2913: checking whether the C compiler accepts -Wall configure:2933: gcc -c -Wall conftest.c >&5 configure:2936: $? = 0 configure:2939: test -s conftest.o configure:2942: $? = 0 configure:2944: result: yes configure:3078: checking for getopt configure:3128: gcc -o conftest -O2 -Wall -Llib conftest.c >&5 In file included from configure:3096: /usr/include/limits.h:124:26: no include path in which to find limits.h configure:3131: $? = 1 configure: failed program was: | #line 3083 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getopt (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getopt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_getopt) || defined (__stub___getopt) | choke me | #else | char (*f) () = getopt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getopt; | ; | return 0; | } configure:3148: result: no configure:3369: checking how to run the C preprocessor configure:3405: gcc -E conftest.c In file included from configure:3400: /usr/include/limits.h:124:26: no include path in which to find limits.h configure:3411: $? = 1 configure: failed program was: | #line 3391 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:3405: gcc -E conftest.c In file included from configure:3400: /usr/include/limits.h:124:26: no include path in which to find limits.h configure:3411: $? = 1 configure: failed program was: | #line 3391 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:3405: gcc -E -traditional-cpp conftest.c In file included from /usr/include/features.h:291, from /usr/include/assert.h:36, from configure:3402: /usr/include/sys/cdefs.h:31: #error "You need a ISO C conforming compiler to use the glibc headers" configure:3411: $? = 1 configure: failed program was: | #line 3391 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:3405: gcc -E -traditional-cpp conftest.c In file included from /usr/include/features.h:291, from /usr/include/assert.h:36, from configure:3402: /usr/include/sys/cdefs.h:31: #error "You need a ISO C conforming compiler to use the glibc headers" configure:3411: $? = 1 configure: failed program was: | #line 3391 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:3405: /lib/cpp conftest.c configure:3411: $? = 0 configure:3443: /lib/cpp conftest.c configure:3442:28: ac_nonexistent.h: No such file or directory configure:3449: $? = 1 configure: failed program was: | #line 3434 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3487: result: /lib/cpp configure:3512: /lib/cpp conftest.c configure:3518: $? = 0 configure:3550: /lib/cpp conftest.c configure:3549:28: ac_nonexistent.h: No such file or directory configure:3556: $? = 1 configure: failed program was: | #line 3541 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3599: checking for egrep configure:3609: result: grep -E configure:3614: checking for ANSI C header files configure:3640: gcc -c -O2 -Wall conftest.c >&5 In file included from configure:3627: /usr/include/stdlib.h:33:20: stddef.h: No such file or directory In file included from configure:3627: /usr/include/stdlib.h:137: error: parse error before "__ctype_get_mb_cur_max" /usr/include/stdlib.h: In function `atof': /usr/include/stdlib.h:378: error: `NULL' undeclared (first use in this function) /usr/include/stdlib.h:378: error: (Each undeclared identifier is reported only once /usr/include/stdlib.h:378: error: for each function it appears in.) /usr/include/stdlib.h: In function `atoi': /usr/include/stdlib.h:383: error: `NULL' undeclared (first use in this function) /usr/include/stdlib.h: In function `atol': /usr/include/stdlib.h:388: error: `NULL' undeclared (first use in this function) /usr/include/stdlib.h: In function `atoll': /usr/include/stdlib.h:397: error: `NULL' undeclared (first use in this function) In file included from /usr/include/sys/types.h:31, from /usr/include/stdlib.h:414, from configure:3627: /usr/include/bits/types.h:31:20: stddef.h: No such file or directory In file included from /usr/include/stdlib.h:414, from configure:3627: /usr/include/sys/types.h:147:20: stddef.h: No such file or directory In file included from /usr/include/sys/types.h:266, from /usr/include/stdlib.h:414, from configure:3627: /usr/include/bits/pthreadtypes.h: At top level: /usr/include/bits/pthreadtypes.h:48: error: parse error before "size_t" /usr/include/bits/pthreadtypes.h:51: error: parse error before "__stacksize" In file included from configure:3627: /usr/include/stdlib.h:431: error: parse error before "size_t" /usr/include/stdlib.h:460: error: parse error before "size_t" /usr/include/stdlib.h:554: error: parse error before "__size" /usr/include/stdlib.h:556: error: parse error before "__nmemb" /usr/include/stdlib.h:565: error: parse error before "size_t" In file included from /usr/include/stdlib.h:576, from configure:3627: /usr/include/alloca.h:25:20: stddef.h: No such file or directory In file included from /usr/include/stdlib.h:576, from configure:3627: /usr/include/alloca.h:33: error: parse error before "__size" In file included from configure:3627: /usr/include/stdlib.h:581: error: parse error before "__size" /usr/include/stdlib.h:731: error: parse error before "size_t" /usr/include/stdlib.h:735: error: parse error before "size_t" /usr/include/stdlib.h:804: error: parse error before "size_t" /usr/include/stdlib.h:807: error: parse error before "size_t" /usr/include/stdlib.h:811: error: parse error before "size_t" /usr/include/stdlib.h:814: error: parse error before "size_t" /usr/include/stdlib.h:822: error: parse error before "size_t" /usr/include/stdlib.h:825: error: parse error before '*' token /usr/include/stdlib.h:829: error: parse error before "wchar_t" /usr/include/stdlib.h:833: error: parse error before "mbstowcs" /usr/include/stdlib.h:833: error: parse error before '*' token /usr/include/stdlib.h:836: error: parse error before "wcstombs" /usr/include/stdlib.h:837: error: parse error before '*' token configure:3628:20: stdarg.h: No such file or directory In file included from configure:3629: /usr/include/string.h:33:20: stddef.h: No such file or directory In file included from configure:3629: /usr/include/string.h:39: error: parse error before "size_t" /usr/include/string.h:42: error: parse error before "size_t" /usr/include/string.h:51: error: parse error before "size_t" /usr/include/string.h:58: error: parse error before "size_t" /usr/include/string.h:61: error: parse error before "size_t" /usr/include/string.h:65: error: parse error before "size_t" /usr/include/string.h:86: error: parse error before "size_t" /usr/include/string.h:93: error: parse error before "size_t" /usr/include/string.h:99: error: parse error before "size_t" /usr/include/string.h:106: error: parse error before "strxfrm" /usr/include/string.h:107: error: parse error before "size_t" /usr/include/string.h:176: error: parse error before "strcspn" /usr/include/string.h:180: error: parse error before "strspn" /usr/include/string.h:230: error: parse error before "strlen" /usr/include/string.h:248: error: parse error before "size_t" /usr/include/string.h:253: error: parse error before "size_t" /usr/include/string.h:257: error: parse error before "size_t" /usr/include/string.h:260: error: parse error before "size_t" /usr/include/string.h:263: error: parse error before "size_t" /usr/include/string.h:291: error: parse error before "size_t" In file included from /usr/include/string.h:375, from configure:3629: /usr/include/bits/string2.h:919: error: parse error before "__strcspn_c1" /usr/include/bits/string2.h:921: error: parse error before "__strcspn_c1" /usr/include/bits/string2.h: In function `__strcspn_c1': /usr/include/bits/string2.h:923: error: syntax error before "__result" /usr/include/bits/string2.h:924: error: `__result' undeclared (first use in this function) /usr/include/bits/string2.h: At top level: /usr/include/bits/string2.h:929: error: parse error before "__strcspn_c2" /usr/include/bits/string2.h:932: error: parse error before "__strcspn_c2" /usr/include/bits/string2.h: In function `__strcspn_c2': /usr/include/bits/string2.h:934: error: syntax error before "__result" /usr/include/bits/string2.h:935: error: `__result' undeclared (first use in this function) /usr/include/bits/string2.h: At top level: /usr/include/bits/string2.h:941: error: parse error before "__strcspn_c3" /usr/include/bits/string2.h:944: error: parse error before "__strcspn_c3" /usr/include/bits/string2.h: In function `__strcspn_c3': /usr/include/bits/string2.h:947: error: syntax error before "__result" /usr/include/bits/string2.h:948: error: `__result' undeclared (first use in this function) /usr/include/bits/string2.h: At top level: /usr/include/bits/string2.h:976: error: parse error before "__strspn_c1" /usr/include/bits/string2.h:978: error: parse error before "__strspn_c1" /usr/include/bits/string2.h: In function `__strspn_c1': /usr/include/bits/string2.h:980: error: syntax error before "__result" /usr/include/bits/string2.h:982: error: `__result' undeclared (first use in this function) /usr/include/bits/string2.h: At top level: /usr/include/bits/string2.h:987: error: parse error before "__strspn_c2" /usr/include/bits/string2.h:990: error: parse error before "__strspn_c2" /usr/include/bits/string2.h: In function `__strspn_c2': /usr/include/bits/string2.h:992: error: syntax error before "__result" /usr/include/bits/string2.h:994: error: `__result' undeclared (first use in this function) /usr/include/bits/string2.h: At top level: /usr/include/bits/string2.h:999: error: parse error before "__strspn_c3" /usr/include/bits/string2.h:1002: error: parse error before "__strspn_c3" /usr/include/bits/string2.h: In function `__strspn_c3': /usr/include/bits/string2.h:1004: error: syntax error before "__result" /usr/include/bits/string2.h:1006: error: `__result' undeclared (first use in this function) /usr/include/bits/string2.h: In function `__strpbrk_c2': /usr/include/bits/string2.h:1041: error: `NULL' undeclared (first use in this function) /usr/include/bits/string2.h:1041: error: `size_t' undeclared (first use in this function) /usr/include/bits/string2.h:1041: error: parse error before "__s" /usr/include/bits/string2.h: In function `__strpbrk_c3': /usr/include/bits/string2.h:1054: error: `NULL' undeclared (first use in this function) /usr/include/bits/string2.h:1054: error: `size_t' undeclared (first use in this function) /usr/include/bits/string2.h:1054: error: parse error before "__s" /usr/include/bits/string2.h: In function `__strtok_r_1c': /usr/include/bits/string2.h:1090: error: `NULL' undeclared (first use in this function) /usr/include/bits/string2.h: In function `__strsep_1c': /usr/include/bits/string2.h:1140: error: `NULL' undeclared (first use in this function) /usr/include/bits/string2.h: In function `__strsep_2c': /usr/include/bits/string2.h:1150: error: `NULL' undeclared (first use in this function) /usr/include/bits/string2.h: In function `__strsep_3c': /usr/include/bits/string2.h:1178: error: `NULL' undeclared (first use in this function) /usr/include/bits/string2.h: At top level: /usr/include/bits/string2.h:1235: error: parse error before "size_t" configure:3630:19: float.h: No such file or directory configure:3643: $? = 1 configure: failed program was: | #line 3619 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <stdlib.h> | #include <stdarg.h> | #include <string.h> | #include <float.h> | | int | main () | { | | ; | return 0; | } configure:3764: result: no configure:3788: checking for sys/types.h configure:3805: gcc -c -O2 -Wall conftest.c >&5 In file included from configure:3801: /usr/include/stdio.h:34:21: stddef.h: No such file or directory In file included from /usr/include/stdio.h:36, from configure:3801: /usr/include/bits/types.h:31:20: stddef.h: No such file or directory In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:3801: /usr/include/_G_config.h:14:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:24, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:3801: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/gconv.h:28, from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:3801: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:3801: /usr/include/gconv.h:31:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:3801: /usr/include/gconv.h:72: error: parse error before "size_t" /usr/include/gconv.h:88: error: parse error before "size_t" /usr/include/gconv.h:97: error: parse error before "size_t" /usr/include/gconv.h:174: error: parse error before "size_t" /usr/include/gconv.h:177: error: parse error before '}' token In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:3801: /usr/include/_G_config.h:47: error: field `__cd' has incomplete type /usr/include/_G_config.h:50: error: field `__cd' has incomplete type In file included from /usr/include/stdio.h:72, from configure:3801: /usr/include/libio.h:53:21: stdarg.h: No such file or directory In file included from /usr/include/stdio.h:72, from configure:3801: /usr/include/libio.h:350: error: parse error before "size_t" /usr/include/libio.h:359: error: parse error before "size_t" /usr/include/libio.h:463: error: parse error before "__gnuc_va_list" /usr/include/libio.h:465: error: parse error before "__gnuc_va_list" /usr/include/libio.h:467: error: parse error before "_IO_sgetn" /usr/include/libio.h:467: error: parse error before "size_t" In file included from configure:3801: /usr/include/stdio.h:279: error: parse error before "size_t" /usr/include/stdio.h:286: error: parse error before "size_t" /usr/include/stdio.h:305: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:307: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:311: error: parse error before "__gnuc_va_list" /usr/include/stdio.h:317: error: parse error before "size_t" /usr/include/stdio.h:321: error: parse error before "size_t" /usr/include/stdio.h:489: error: parse error before "fread" /usr/include/stdio.h:489: error: parse error before "size_t" /usr/include/stdio.h:492: error: parse error before "fwrite" /usr/include/stdio.h:492: error: parse error before "size_t" /usr/include/stdio.h:504: error: parse error before "fread_unlocked" /usr/include/stdio.h:504: error: parse error before "size_t" /usr/include/stdio.h:506: error: parse error before "fwrite_unlocked" /usr/include/stdio.h:506: error: parse error before "size_t" In file included from /usr/include/stdio.h:674, from configure:3801: /usr/include/bits/stdio.h:34: error: parse error before "__gnuc_va_list" /usr/include/bits/stdio.h: In function `vprintf': /usr/include/bits/stdio.h:36: error: `__fmt' undeclared (first use in this function) /usr/include/bits/stdio.h:36: error: (Each undeclared identifier is reported only once /usr/include/bits/stdio.h:36: error: for each function it appears in.) /usr/include/bits/stdio.h:36: error: `__arg' undeclared (first use in this function) In file included from configure:3836: /usr/include/sys/types.h:147:20: stddef.h: No such file or directory In file included from /usr/include/sys/types.h:266, from configure:3836: /usr/include/bits/pthreadtypes.h: At top level: /usr/include/bits/pthreadtypes.h:48: error: parse error before "size_t" /usr/include/bits/pthreadtypes.h:51: error: parse error before "__stacksize" /usr/include/gconv.h:176: warning: array `__data' assumed to have one element configure:3808: $? = 1 configure: failed program was: | #line 3793 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | | #include <sys/types.h> configure:3825: result: no configure:3788: checking for sys/stat.h configure:3805: gcc -c -O2 -Wall conftest.c >&5 In file included from configure:3801: /usr/include/stdio.h:34:21: stddef.h: No such file or directory In file included from /usr/include/stdio.h:36, from configure:3801: /usr/include/bits/types.h:31:20: stddef.h: No such file or directory In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:3801: /usr/include/_G_config.h:14:20: stddef.h: No such file or directory In file included from /usr/include/_G_config.h:24, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from configure:3801: /usr/include/wchar.h:48:20: stddef.h: No such file or directory In file included from /usr/include/gconv.h:28, from /usr/include/_G_config.h:44, |
Strona 1 z 1 | Strefa czasowa UTC+2godz. |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |