Anzeige:
Ergebnis 1 bis 5 von 5

Thema: g++ und licq

  1. #1
    Qualitätsfetischist
    Registriert seit
    Dec 2001
    Beiträge
    257

    Angry g++ und licq

    Hallo,
    ich habe mir die neue LICQ Devel-version runtergeladen und wollte sie wie immer kompilieren.

    Aber es klappt nicht.

    ich hab die LICQ Version das letzte Mal vor 10 Tagen updated, da hat das kompilieren noch normal funktioniert.

    Wenn ich jetzt kompilieren will, dann krieg ich nur ne gigantische Menge an Errors,
    sieht so aus:


    linux:/home/benni/own/programme/licq/licq-20020225 # make
    make all-recursive
    make[1]: Entering directory `/home/benni/own/programme/licq/licq-20020225'
    Making all in share
    make[2]: Entering directory `/home/benni/own/programme/licq/licq-20020225/share'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/benni/own/programme/licq/licq-20020225/share'
    Making all in src
    make[2]: Entering directory `/home/benni/own/programme/licq/licq-20020225/src'
    source='licq.cpp' object='licq.o' libtool=no \
    depfile='.deps/licq.Po' tmpdepfile='.deps/licq.TPo' \
    depmode=gcc3 /bin/sh ../admin/depcomp \
    g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include -DINSTALL_PREFIX=\"/usr/loca
    l\" -fPIC -DPIC -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c -o licq.o
    `test -f licq.cpp || echo './'`licq.cpp
    In file included from licq.cpp:7:
    /usr/include/stdlib.h:33:20: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from licq.cpp:7:
    /usr/include/stdlib.h:133: syntax error before `(' token
    In file included from licq.cpp:7:
    /usr/include/stdlib.h: In function `double atof(const char*)':
    /usr/include/stdlib.h:357: `NULL' undeclared (first use this function)
    /usr/include/stdlib.h:357: (Each undeclared identifier is reported only once
    for each function it appears in.)
    In file included from /usr/include/sys/types.h:30,
    from /usr/include/stdlib.h:390,
    from licq.cpp:7:
    /usr/include/bits/types.h:29:20: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from /usr/include/bits/types.h:143,
    from /usr/include/sys/types.h:30,
    from /usr/include/stdlib.h:390,
    from licq.cpp:7:
    /usr/include/bits/pthreadtypes.h: At global scope:
    /usr/include/bits/pthreadtypes.h:48: 'size_t' is used as a type, but is not
    defined as a type.
    /usr/include/bits/pthreadtypes.h:51: 'size_t' is used as a type, but is not
    defined as a type.
    In file included from /usr/include/stdlib.h:390,
    from licq.cpp:7:
    /usr/include/sys/types.h:146:20: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from licq.cpp:7:
    /usr/include/stdlib.h:407: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:407: parse error before `)' token
    /usr/include/stdlib.h:436: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:436: parse error before `,' token
    /usr/include/stdlib.h:527: `size_t' was not declared in this scope
    /usr/include/stdlib.h:527: parse error before `)' token
    /usr/include/stdlib.h:529: `size_t' was not declared in this scope
    /usr/include/stdlib.h:529: parse error before `,' token
    /usr/include/stdlib.h:536: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:536: parse error before `)' token
    In file included from /usr/include/stdlib.h:546,
    from licq.cpp:7:
    /usr/include/alloca.h:25:20: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from /usr/include/stdlib.h:546,
    from licq.cpp:7:
    /usr/include/alloca.h:33: `size_t' was not declared in this scope
    /usr/include/alloca.h:33: parse error before `)' token
    In file included from licq.cpp:7:
    /usr/include/stdlib.h:551: `size_t' was not declared in this scope
    /usr/include/stdlib.h:551: parse error before `)' token
    /usr/include/stdlib.h:556: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:556: parse error before `,' token
    /usr/include/stdlib.h:690: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:690: parse error before `,' token
    /usr/include/stdlib.h:694: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:694: parse error before `,' token
    /usr/include/stdlib.h:756: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:756: parse error before `)' token
    /usr/include/stdlib.h:759: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:759: parse error before `)' token
    /usr/include/stdlib.h:763: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:763: parse error before `)' token
    /usr/include/stdlib.h:766: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:766: parse error before `)' token
    /usr/include/stdlib.h:773: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:773: parse error before `)' token
    /usr/include/stdlib.h:777: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:777: parse error before `)' token
    /usr/include/stdlib.h:784: syntax error before `(' token
    /usr/include/stdlib.h:787: syntax error before `(' token
    /usr/include/stdlib.h:848: type specifier omitted for parameter `size_t'
    /usr/include/stdlib.h:848: parse error before `)' token
    In file included from /usr/include/signal.h:322,
    from licq.cpp:10:
    /usr/include/bits/sigstack.h:54: 'size_t' is used as a type, but is not defined
    as a type.
    In file included from licq.cpp:11:
    /usr/include/fcntl.h:130: type specifier omitted for parameter `size_t'
    /usr/include/fcntl.h:130: parse error before `,' token
    /usr/include/fcntl.h:142: type specifier omitted for parameter `size_t'
    /usr/include/fcntl.h:142: parse error before `,' token
    /usr/include/fcntl.h:149: type specifier omitted for parameter `size_t'
    /usr/include/fcntl.h:149: parse error before `)' token
    /usr/include/fcntl.h:160: type specifier omitted for parameter `size_t'
    /usr/include/fcntl.h:160: parse error before `)' token
    In file included from licq.cpp:12:
    /usr/include/unistd.h:199:20: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from licq.cpp:12:
    /usr/include/unistd.h:310: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:310: parse error before `)' token
    /usr/include/unistd.h:313: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:313: parse error before `)' token
    /usr/include/unistd.h:317: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:317: parse error before `,' token
    /usr/include/unistd.h:319: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:319: parse error before `,' token
    /usr/include/unistd.h:340: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:340: parse error before `,' token
    /usr/include/unistd.h:344: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:344: parse error before `,' token
    /usr/include/unistd.h:423: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:423: parse error before `)' token
    In file included from licq.cpp:12:
    /usr/include/unistd.h:513: syntax error before `(' token
    /usr/include/unistd.h:664: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:664: parse error before `)' token
    /usr/include/unistd.h:689: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:689: parse error before `)' token
    /usr/include/unistd.h:712: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:712: parse error before `)' token
    In file included from licq.cpp:12:
    /usr/include/unistd.h:734: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:734: parse error before `)' token
    /usr/include/unistd.h:741: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:741: parse error before `)' token
    /usr/include/unistd.h:751: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:751: parse error before `)' token
    /usr/include/unistd.h:752: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:752: parse error before `)' token
    /usr/include/unistd.h:769: type specifier omitted for parameter `size_t'
    /usr/include/unistd.h:769: parse error before `,' token
    In file included from licq.cpp:13:
    /usr/include/string.h:33:20: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from licq.cpp:13:
    /usr/include/string.h:38: type specifier omitted for parameter `size_t'
    /usr/include/string.h:38: parse error before `)' token
    /usr/include/string.h:41: type specifier omitted for parameter `size_t'
    /usr/include/string.h:41: parse error before `)' token
    /usr/include/string.h:49: type specifier omitted for parameter `size_t'
    /usr/include/string.h:49: parse error before `)' token
    /usr/include/string.h:55: type specifier omitted for parameter `size_t'
    /usr/include/string.h:55: parse error before `)' token
    /usr/include/string.h:58: type specifier omitted for parameter `size_t'
    /usr/include/string.h:58: parse error before `)' token
    /usr/include/string.h:62: type specifier omitted for parameter `size_t'
    /usr/include/string.h:62: parse error before `)' token
    /usr/include/string.h:71: type specifier omitted for parameter `size_t'
    /usr/include/string.h:71: parse error before `)' token
    /usr/include/string.h:81: type specifier omitted for parameter `size_t'
    /usr/include/string.h:81: parse error before `)' token
    /usr/include/string.h:88: type specifier omitted for parameter `size_t'
    /usr/include/string.h:88: parse error before `)' token
    /usr/include/string.h:94: type specifier omitted for parameter `size_t'
    /usr/include/string.h:94: parse error before `)' token
    /usr/include/string.h:101: syntax error before `(' token
    /usr/include/string.h:114: syntax error before `(' token
    /usr/include/string.h:127: type specifier omitted for parameter `size_t'
    /usr/include/string.h:127: parse error before `)' token
    /usr/include/string.h:167: syntax error before `(' token
    /usr/include/string.h:171: syntax error before `(' token
    /usr/include/string.h:204: type specifier omitted for parameter `size_t'
    /usr/include/string.h:204: parse error before `,' token
    /usr/include/string.h:211: type specifier omitted for parameter `size_t'
    /usr/include/string.h:211: parse error before `)' token
    /usr/include/string.h:213: type specifier omitted for parameter `size_t'
    /usr/include/string.h:213: parse error before `)' token
    /usr/include/string.h:218: syntax error before `(' token
    /usr/include/string.h:223: syntax error before `(' token
    /usr/include/string.h:233: type specifier omitted for parameter `size_t'
    /usr/include/string.h:233: parse error before `)' token
    /usr/include/string.h:238: type specifier omitted for parameter `size_t'
    /usr/include/string.h:238: parse error before `)' token
    /usr/include/string.h:242: type specifier omitted for parameter `size_t'
    /usr/include/string.h:242: parse error before `)' token
    /usr/include/string.h:245: type specifier omitted for parameter `size_t'
    /usr/include/string.h:245: parse error before `)' token
    /usr/include/string.h:248: type specifier omitted for parameter `size_t'
    /usr/include/string.h:248: parse error before `)' token
    /usr/include/string.h:276: type specifier omitted for parameter `size_t'
    /usr/include/string.h:276: parse error before `)' token
    /usr/include/string.h:287: type specifier omitted for parameter `size_t'
    /usr/include/string.h:287: parse error before `,' token
    /usr/include/string.h:315: type specifier omitted for parameter `size_t'
    /usr/include/string.h:315: parse error before `)' token
    /usr/include/string.h:317: type specifier omitted for parameter `size_t'
    /usr/include/string.h:317: parse error before `)' token
    /usr/include/string.h:323: type specifier omitted for parameter `size_t'
    /usr/include/string.h:323: parse error before `)' token
    In file included from licq.cpp:27:
    /usr/include/pwd.h:33:20: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from licq.cpp:27:
    /usr/include/pwd.h:112: type specifier omitted for parameter `size_t'
    /usr/include/pwd.h:112: parse error before `,' token
    /usr/include/pwd.h:118: type specifier omitted for parameter `size_t'
    /usr/include/pwd.h:118: parse error before `,' token
    /usr/include/pwd.h:123: type specifier omitted for parameter `size_t'
    /usr/include/pwd.h:123: parse error before `,' token
    /usr/include/pwd.h:132: type specifier omitted for parameter `size_t'
    /usr/include/pwd.h:132: parse error before `,' token
    In file included from /usr/include/pthread.h:21,
    from licq.h:8,
    from licq.cpp:31:
    /usr/include/time.h:38:21: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from /usr/include/pthread.h:21,
    from licq.h:8,
    from licq.cpp:31:
    /usr/include/time.h:179: syntax error before `(' token
    In file included from licq.h:8,
    from licq.cpp:31:
    /usr/include/pthread.h:248: type specifier omitted for parameter `size_t'
    /usr/include/pthread.h:248: parse error before `)' token
    /usr/include/pthread.h:252: type specifier omitted for parameter `size_t'
    /usr/include/pthread.h:252: parse error before `*' token
    /usr/include/pthread.h:273: type specifier omitted for parameter `size_t'
    /usr/include/pthread.h:273: parse error before `)' token
    /usr/include/pthread.h:278: type specifier omitted for parameter `size_t'
    /usr/include/pthread.h:278: parse error before `*' token
    /usr/include/pthread.h:285: type specifier omitted for parameter `size_t'
    /usr/include/pthread.h:285: parse error before `)' token
    /usr/include/pthread.h:289: type specifier omitted for parameter `size_t'
    /usr/include/pthread.h:289: parse error before `*' token
    In file included from /usr/include/g++-v3/cstring:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:65,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/g++-v3/cstddef:47:20: stddef.h: Datei oder Verzeichnis nicht gefund
    en
    In file included from /usr/include/g++-v3/cstring:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:65,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/g++-v3/cstddef:51: `ptrdiff_t' not declared
    /usr/include/g++-v3/cstddef:52: `size_t' not declared
    In file included from /usr/include/g++-v3/bits/stl_algobase.h:65,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/g++-v3/cstring:87: `strxfrm' not declared
    /usr/include/g++-v3/cstring:88: `strcspn' not declared
    /usr/include/g++-v3/cstring:89: `strspn' not declared
    /usr/include/g++-v3/cstring:93: `strlen' not declared
    /usr/include/g++-v3/cstring:98: type specifier omitted for parameter `size_t'
    /usr/include/g++-v3/cstring:98: parse error before `)' token
    /usr/include/g++-v3/cstring: In function `void* std::memchr(...)':
    /usr/include/g++-v3/cstring:99: `void* std::memchr(...)' conflicts with
    previous using declaration `void* memchr(...)'
    /usr/include/g++-v3/cstring:99: `__p' undeclared (first use this function)
    /usr/include/g++-v3/cstring:99: `__c' undeclared (first use this function)
    /usr/include/g++-v3/cstring:99: `__n' undeclared (first use this function)
    In file included from /usr/include/g++-v3/climits:47,
    from /usr/include/g++-v3/bits/stl_algobase.h:66,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/limits.h:124:26: no include path in which to find limits.h
    In file included from /usr/include/g++-v3/bits/stl_algobase.h:67,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/g++-v3/cstdlib: At global scope:
    /usr/include/g++-v3/cstdlib:103: `mbstowcs' not declared
    /usr/include/g++-v3/cstdlib:113: `wcstombs' not declared
    In file included from /usr/include/g++-v3/bits/stl_algobase.h:69,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/g++-v3/new:79: `size_t' undeclared in namespace `std'
    /usr/include/g++-v3/new:79: declaration of `operator new' as non-function
    /usr/include/g++-v3/new:79: invalid declarator
    /usr/include/g++-v3/new:80: `size_t' undeclared in namespace `std'
    /usr/include/g++-v3/new:80: declaration of `operator new []' as non-function
    /usr/include/g++-v3/new:80: invalid declarator
    /usr/include/g++-v3/new:83: `size_t' undeclared in namespace `std'
    /usr/include/g++-v3/new:83: parse error before `::' token
    /usr/include/g++-v3/new:83: `operator new' takes type `size_t' (`unsigned int')
    as first parameter
    /usr/include/g++-v3/new:84: `size_t' undeclared in namespace `std'
    /usr/include/g++-v3/new:84: parse error before `::' token
    /usr/include/g++-v3/new:84: `operator new' takes type `size_t' (`unsigned int')
    as first parameter
    /usr/include/g++-v3/new:89: `size_t' undeclared in namespace `std'
    /usr/include/g++-v3/new:89: parse error before `*' token
    /usr/include/g++-v3/new:89: `operator new' takes type `size_t' (`unsigned int')
    as first parameter
    /usr/include/g++-v3/new: In function `void* operator new(unsigned int, ...)':
    /usr/include/g++-v3/new:89: `place' undeclared (first use this function)
    /usr/include/g++-v3/new: At global scope:
    /usr/include/g++-v3/new:90: `size_t' undeclared in namespace `std'
    /usr/include/g++-v3/new:90: parse error before `*' token
    /usr/include/g++-v3/new:90: `operator new' takes type `size_t' (`unsigned int')
    as first parameter
    In file included from /usr/include/g++-v3/cstdio:50,
    from /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:35,
    from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/stdio.h:34:21: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from /usr/include/libio.h:32,
    from /usr/include/stdio.h:65,
    from /usr/include/g++-v3/cstdio:50,
    from /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:35,
    from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/_G_config.h:14:20: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from /usr/include/_G_config.h:24,
    from /usr/include/libio.h:32,
    from /usr/include/stdio.h:65,
    from /usr/include/g++-v3/cstdio:50,
    from /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:35,
    from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/wchar.h:48:20: stddef.h: Datei oder Verzeichnis nicht gefunden
    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:65,
    from /usr/include/g++-v3/cstdio:50,
    from /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:35,
    from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/wchar.h:48:20: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from /usr/include/_G_config.h:44,
    from /usr/include/libio.h:32,
    from /usr/include/stdio.h:65,
    from /usr/include/g++-v3/cstdio:50,
    from /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:35,
    from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/gconv.h:30:20: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from /usr/include/_G_config.h:44,
    from /usr/include/libio.h:32,
    from /usr/include/stdio.h:65,
    from /usr/include/g++-v3/cstdio:50,
    from /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:35,
    from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/gconv.h:71: type specifier omitted for parameter `size_t'
    /usr/include/gconv.h:71: parse error before `*' token
    /usr/include/gconv.h:84: type specifier omitted for parameter `size_t'
    /usr/include/gconv.h:84: parse error before `*' token
    /usr/include/gconv.h:93: type specifier omitted for parameter `size_t'
    /usr/include/gconv.h:93: parse error before `*' token
    /usr/include/gconv.h:169: 'size_t' is used as a type, but is not defined as a
    type.
    In file included from /usr/include/stdio.h:65,
    from /usr/include/g++-v3/cstdio:50,
    from /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:35,
    from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/libio.h:53:21: stdarg.h: Datei oder Verzeichnis nicht gefunden
    In file included from /usr/include/stdio.h:65,
    from /usr/include/g++-v3/cstdio:50,
    from /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:35,
    from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/libio.h:227: type specifier omitted for parameter `size_t'
    /usr/include/libio.h:344: type specifier omitted for parameter `size_t'
    /usr/include/libio.h:344: parse error before `)' token
    /usr/include/libio.h:353: type specifier omitted for parameter `size_t'
    /usr/include/libio.h:353: parse error before `)' token
    /usr/include/libio.h:457: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/libio.h:459: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/libio.h:461: syntax error before `(' token
    /usr/include/libio.h:506: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/libio.h:508: type specifier omitted for parameter `__gnuc_va_list'
    In file included from /usr/include/g++-v3/cstdio:50,
    from /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:35,
    from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/stdio.h:70: syntax error before `;' token
    In file included from /usr/include/g++-v3/cstdio:50,
    from /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:35,
    from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/stdio.h:242: type specifier omitted for parameter `size_t'
    /usr/include/stdio.h:242: parse error before `,' token
    /usr/include/stdio.h:248: type specifier omitted for parameter `size_t'
    /usr/include/stdio.h:248: parse error before `*' token
    /usr/include/stdio.h:259: type specifier omitted for parameter `size_t'
    /usr/include/stdio.h:259: parse error before `)' token
    /usr/include/stdio.h:265: type specifier omitted for parameter `size_t'
    /usr/include/stdio.h:265: parse error before `)' token
    /usr/include/stdio.h:283: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/stdio.h:283: parse error before `)' token
    /usr/include/stdio.h:285: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/stdio.h:285: parse error before `)' token
    /usr/include/stdio.h:289: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/stdio.h:289: parse error before `)' token
    /usr/include/stdio.h:293: type specifier omitted for parameter `size_t'
    /usr/include/stdio.h:293: parse error before `,' token
    /usr/include/stdio.h:297: type specifier omitted for parameter `size_t'
    /usr/include/stdio.h:297: parse error before `,' token
    /usr/include/stdio.h:306: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/stdio.h:306: parse error before `)' token
    /usr/include/stdio.h:317: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/stdio.h:317: parse error before `)' token
    /usr/include/stdio.h:336: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/stdio.h:336: parse error before `)' token
    /usr/include/stdio.h:340: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/stdio.h:340: parse error before `)' token
    /usr/include/stdio.h:345: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/stdio.h:345: parse error before `)' token
    /usr/include/stdio.h:427: type specifier omitted for parameter `size_t'
    /usr/include/stdio.h:427: parse error before `*' token
    /usr/include/stdio.h:430: type specifier omitted for parameter `size_t'
    /usr/include/stdio.h:430: parse error before `*' token
    /usr/include/stdio.h:435: type specifier omitted for parameter `size_t'
    /usr/include/stdio.h:435: parse error before `*' token
    /usr/include/stdio.h:459: syntax error before `(' token
    /usr/include/stdio.h:462: syntax error before `(' token
    /usr/include/stdio.h:467: syntax error before `(' token
    /usr/include/stdio.h:469: syntax error before `(' token
    /usr/include/stdio.h:601: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/stdio.h:601: parse error before `)' token
    In file included from /usr/include/stdio.h:630,
    from /usr/include/g++-v3/cstdio:50,
    from /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:35,
    from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/bits/stdio.h:34: type specifier omitted for parameter `
    __gnuc_va_list'
    /usr/include/bits/stdio.h:34: parse error before `)' token
    /usr/include/bits/stdio.h: In function `int vprintf(...)':
    /usr/include/bits/stdio.h:36: `__fmt' undeclared (first use this function)
    /usr/include/bits/stdio.h:36: `__arg' undeclared (first use this function)
    /usr/include/bits/stdio.h: At global scope:
    /usr/include/bits/stdio.h:102: type specifier omitted for parameter `size_t'
    /usr/include/bits/stdio.h:102: parse error before `*' token
    /usr/include/bits/stdio.h: In function `__ssize_t getline(...)':
    /usr/include/bits/stdio.h:104: `__lineptr' undeclared (first use this function)
    /usr/include/bits/stdio.h:104: `__n' undeclared (first use this function)
    /usr/include/bits/stdio.h:104: `__stream' undeclared (first use this function)
    In file included from /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:35,
    from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/g++-v3/cstdio: At global scope:
    /usr/include/g++-v3/cstdio:112: `fread' not declared
    /usr/include/g++-v3/cstdio:118: `fwrite' not declared
    In file included from /usr/include/g++-v3/bits/fpos.h:44,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:43: syntax error before `;'
    token
    /usr/include/g++-v3/i386-redhat-linux/bits/c++io.h:45: syntax error before `;'
    token
    In file included from /usr/include/g++-v3/cwchar:48,
    from /usr/include/g++-v3/bits/fpos.h:45,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/g++-v3/ctime:76: `strftime' not declared
    In file included from /usr/include/g++-v3/cwchar:52,
    from /usr/include/g++-v3/bits/fpos.h:45,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/wchar.h:40:21: stdarg.h: Datei oder Verzeichnis nicht gefunden
    /usr/include/wchar.h:48:20: stddef.h: Datei oder Verzeichnis nicht gefunden
    In file included from /usr/include/g++-v3/cwchar:52,
    from /usr/include/g++-v3/bits/fpos.h:45,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/wchar.h:115: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:115: parse error before `)' token
    /usr/include/wchar.h:123: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:123: parse error before `)' token
    /usr/include/wchar.h:130: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:130: parse error before `)' token
    /usr/include/wchar.h:139: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:139: parse error before `)' token
    /usr/include/wchar.h:149: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:149: parse error before `,' token
    /usr/include/wchar.h:158: syntax error before `(' token
    /usr/include/wchar.h:172: syntax error before `(' token
    /usr/include/wchar.h:195: syntax error before `(' token
    /usr/include/wchar.h:199: syntax error before `(' token
    /usr/include/wchar.h:220: syntax error before `(' token
    /usr/include/wchar.h:224: syntax error before `(' token
    /usr/include/wchar.h:230: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:230: parse error before `)' token
    /usr/include/wchar.h:235: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:235: parse error before `)' token
    /usr/include/wchar.h:240: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:240: parse error before `)' token
    /usr/include/wchar.h:244: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:244: parse error before `)' token
    /usr/include/wchar.h:248: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:248: parse error before `)' token
    /usr/include/wchar.h:254: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:254: parse error before `)' token
    /usr/include/wchar.h:273: syntax error before `(' token
    /usr/include/wchar.h:278: syntax error before `(' token
    /usr/include/wchar.h:282: syntax error before `(' token
    /usr/include/wchar.h:284: syntax error before `(' token
    /usr/include/wchar.h:289: syntax error before `(' token
    /usr/include/wchar.h:297: syntax error before `(' token
    /usr/include/wchar.h:303: syntax error before `(' token
    /usr/include/wchar.h:311: syntax error before `(' token
    /usr/include/wchar.h:317: syntax error before `(' token
    /usr/include/wchar.h:331: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:331: parse error before `)' token
    /usr/include/wchar.h:532: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:532: parse error before `)' token
    /usr/include/wchar.h:552: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:552: parse error before `,' token
    /usr/include/wchar.h:559: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/wchar.h:559: parse error before `)' token
    /usr/include/wchar.h:563: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/wchar.h:563: parse error before `)' token
    /usr/include/wchar.h:567: type specifier omitted for parameter `size_t'
    /usr/include/wchar.h:567: parse error before `,' token
    /usr/include/wchar.h:590: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/wchar.h:590: parse error before `)' token
    /usr/include/wchar.h:594: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/wchar.h:594: parse error before `)' token
    /usr/include/wchar.h:599: type specifier omitted for parameter `__gnuc_va_list'
    /usr/include/wchar.h:599: parse error before `)' token
    /usr/include/wchar.h:665: syntax error before `(' token
    In file included from /usr/include/g++-v3/bits/fpos.h:45,
    from /usr/include/g++-v3/iosfwd:46,
    from /usr/include/g++-v3/bits/stl_algobase.h:70,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/g++-v3/cwchar:145: `mbrlen' not declared
    /usr/include/g++-v3/cwchar:146: `mbrtowc' not declared
    /usr/include/g++-v3/cwchar:148: `mbsrtowcs' not declared
    /usr/include/g++-v3/cwchar:160: `wcrtomb' not declared
    /usr/include/g++-v3/cwchar:165: `wcscspn' not declared
    /usr/include/g++-v3/cwchar:166: `wcsftime' not declared
    /usr/include/g++-v3/cwchar:167: `wcslen' not declared
    /usr/include/g++-v3/cwchar:171: `wcsrtombs' not declared
    /usr/include/g++-v3/cwchar:172: `wcsspn' not declared
    /usr/include/g++-v3/cwchar:178: `wcsxfrm' not declared
    /usr/include/g++-v3/cwchar:214: type specifier omitted for parameter `size_t'
    /usr/include/g++-v3/cwchar:214: parse error before `)' token
    /usr/include/g++-v3/cwchar: In function `wchar_t* std::wmemchr(...)':
    /usr/include/g++-v3/cwchar:215: `wchar_t* std::wmemchr(...)' conflicts with
    previous using declaration `wchar_t* wmemchr(...)'
    In file included from /usr/include/g++-v3/bits/stl_algobase.h:73,
    from /usr/include/g++-v3/list:67,
    from licq.h:9,
    from licq.cpp:31:
    /usr/include/g++-v3/bits/stl_iterator_base_types.h: At global scope:
    /usr/include/g++-v3/bits/stl_iterator_base_types.h:97: parse error before `,'
    token
    /usr/include/g++-v3/bits/stl_iterator_base_types.h:103: template declaration of
    `typedef _Tp std::value_type'
    /usr/include/g++-v3/bits/stl_iterator_base_types.h:103: confused by earlier erro
    rs, bailing out
    make[2]: *** [licq.o] Error 1
    make[2]: Leaving directory `/home/benni/own/programme/licq/licq-20020225/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/benni/own/programme/licq/licq-20020225'
    make: *** [all] Error 2


    Ich habe keine Ahnung was plötzlich los ist,
    andere Sachen werden noch normal kompiliert.

    Auch hat LICQ früher anscheinend kein g++ gebraucht, denn den hatte ich bis vor kurzem nämlich noch gar nicht.
    Auch ist er bei meiner Distribution gar nicht dabei.

    Wenn ich g++ deinstalliere dann bricht es gleich am Anfang ab, weil eben g++ nicht gefunden wurde.

    Die vorige LICQ-Version hab ich natürlich nicht mehr. :mad

    Man, was ist nur los!!!
    Ich hasse diesen ganzen S C H E I ß , WineX kompiliert auch nicht, KXICQ2 MELDET MIR SCHON IMMER "Your Compiler cannot create Executables", was für ne Verarschung!!

    Wieso ist es so gut wie IMMER ein RIESEN Drama wenn man ein MINI Programm installieren will!?!?!?!?

    Ich will mein LICQ wiederhaben!!!

    Man das ist echt das blödeste an Linux, dass selbst der unwissendste Newbie mit Sachen konfrontiert wird mit denen er einfach total überfordert ist!!!

    Was soll ich denn jetzt tun, soll ich nen g++ für meine Distri suchen (bei rpmfind.net gibts des net)???

  2. #2
    Premium Mitglied Avatar von SeeksTheMoon
    Registriert seit
    Feb 2002
    Beiträge
    1.704
    möglicherweise liegts an der g++ Version. Die 3er undeinige 2er verursachen (angeblich) Fehler.
    Ich benutze g++ 2.95.3 und konnte licq kompilieren (ok, ist jetzt nicht die devel, aber probiers mal aus)

  3. #3
    Qualitätsfetischist
    Registriert seit
    Dec 2001
    Beiträge
    257

    Unhappy

    So, hab mir mal die 2.95.3-Version geholt,
    allerdings von Connnectiva, ne andre hab ich nicht gefunden.

    Beim Installieren meldet der Paket Manager mir, dass das Paket den gcc und gpp bräuchte (hab ich natürlich beide installiert, lol).

    Also ohne Abhängigkeiten installiert.

    Beim Kompilieren gabs dann den Fehler "konnte gpp0 nicht öffnen" oder sowas
    hab einfach nen Link von /usr/bin/gpp nach /usr/bin/gpp0 gemacht.

    Jetzt hat er den Fehler nicht mehr gebracht, jedoch irgendwas anderes.

    Nach ner Weile kam dann ein driter Error und es brach ab.

    Und das allertollste:

    Beim Kompilieren vom QT-GUI Plugin von LICQ wird mir gesagt dass ich QT >2.1 bräuchte und es deshalb leider abbrechen muss!!
    Was für ein sinnloser Schwachsinn,
    haben die eigentlich schonmal dran gedacht dass einen solche Fehlermeldungen aufregen könnten??

    Wieso muss das immer so sein, dass man für jedes winzigste Progrämmchen sein gesamtes System mit hunderten von den mist Abhängigkeiten verändern muss???

    Meiner Meinung nach ist das RPM System total fürn A r s c h, dient nur um sich dran aufzuregen.

    Dass ich mir als Newbie jetzt ziemlich ******e vorkomme ist ja wohl kein Wunder!!!

    WAS ZUM TEUFEL SOLL ICH TUN!?!?!?

    ******e, jeden Tag bin ich damit beschäftigt irgendwas zu fixen was plötzlich nimmer tut, anstatt irgendwas sinnvolles zu tun.

    In diesem Punkt SUUUUXXXXXXXXXXXXXXXXXXXX das komplette Linux System, vom Newbiestandpunkt aus gesehen!!!

    Sorry, aber ich musste mich wirklich mal abreagieren.

    Bitte helft mir, ich bin am Ende hier...

  4. #4
    Qualitätsfetischist
    Registriert seit
    Dec 2001
    Beiträge
    257

    Wink Harrrrr...

    ...habs geschafft.

    hab jetzt nen neuen gcc und gcc-c++ mitsamt allen dazugehörigen Libs.

    Das heißt jetzt hat endlich alles die selbe Versionsnummer.

    Nun kompiliert LICQ wieder komplett ohne Fehler, andere Sachen auch.

    Fazit: Was nicht tötet das stärkt

  5. #5
    patch-aholic Avatar von 3qualizer
    Registriert seit
    Jul 2000
    Ort
    Stuttgart
    Beiträge
    1.673
    Hi.

    nur damit du weisst, worans lag: ziemlich oben war folgende Zeile zu sehen:

    /usr/include/stdlib.h:33:20: stddef.h: Datei oder Verzeichnis nicht gefunden

    Die Datei ist (jedenfalls bei Mandrake) z.B. in den Kernelheaders.

    Eric

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •