Gentoo Archives: gentoo-dev

From: Morgan Christiansson <morgan.christiansson@×××××.com>
To: gentoo-dev@××××××××××.org
Subject: [gentoo-dev] kdelibs won't compile
Date: Sat, 22 Sep 2001 17:49:49
Message-Id: 3BAD3F7F.30901@telia.com
1 Seems to be a parse error somewhere, someone check if upgrading fixes
2 the problem.
3
4
5 c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../arts/mcop -I../../dcop
6 -I../../libltdl -I../../kdecore -I../../kdeui -I../../kssl
7 -I/usr/X11R6/lib/qt/include -I/usr/X11R6/include -D_REENTRANT -O2
8 -mcpu=i686 -march=i686 -O3 -pipe -fno-exceptions -fno-check-new
9 -ftemplate-depth-99 -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE
10 -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c audiosubsys.cc -fPIC -DPIC -o
11 .libs/audiosubsys.o
12 In file included from synth_play_impl.cc:31:
13 stdsynthmodule.h:39: parse error before `{'
14 stdsynthmodule.h:47: parse error before `public'
15 stdsynthmodule.h:57: syntax error before `('
16 stdsynthmodule.h:59: parse error before `}'
17 synth_play_impl.cc:40: parse error before `,'
18 synth_play_impl.cc:76: parse error before `public'
19 synth_play_impl.cc:84: ANSI C++ forbids declaration `maxsamples' with no
20 type
21 synth_play_impl.cc:84: conflicting types for `int Arts::maxsamples'
22 synth_play_impl.cc:70: previous declaration as `long unsigned int
23 Arts::maxsamples'
24 synth_play_impl.cc:85: ANSI C++ forbids declaration `outblock' with no type
25 synth_play_impl.cc:85: conflicting types for `int Arts::outblock'
26 synth_play_impl.cc:69: previous declaration as `unsigned char *
27 Arts::outblock'
28 synth_play_impl.cc:86: ANSI C++ forbids declaration `retryOpen' with no type
29 synth_play_impl.cc:86: conflicting types for `int Arts::retryOpen'
30 synth_play_impl.cc:75: previous declaration as `bool Arts::retryOpen'
31 synth_play_impl.cc:87: ANSI C++ forbids declaration `audioOpen' with no type
32 synth_play_impl.cc:87: conflicting types for `int Arts::audioOpen'
33 synth_play_impl.cc:65: previous declaration as `bool Arts::audioOpen'
34 synth_play_impl.cc:88: ANSI C++ forbids declaration `inProgress' with no
35 type
36 synth_play_impl.cc:88: conflicting types for `int Arts::inProgress'
37 synth_play_impl.cc:61: previous declaration as `bool Arts::inProgress'
38 synth_play_impl.cc:90: ANSI C++ forbids declaration `haveSubSys' with no
39 type
40 synth_play_impl.cc:90: conflicting types for `int Arts::haveSubSys'
41 synth_play_impl.cc:48: previous declaration as `bool Arts::haveSubSys'
42 synth_play_impl.cc:90: `as' was not declared in this scope
43 synth_play_impl.cc:90: invalid use of `this' at top level
44 synth_play_impl.cc:91: parse error before `if'
45 synth_play_impl.cc:97: ANSI C++ forbids declaration `audioOpen' with no type
46 synth_play_impl.cc:97: `as' was not declared in this scope
47 synth_play_impl.cc:98: parse error before `if'
48 synth_play_impl.cc:103: ANSI C++ forbids declaration `the' with no type
49 synth_play_impl.cc:103: new declaration `static int Arts::Dispatcher::the()'
50 ../../arts/mcop/dispatcher.h:106: ambiguates old declaration `static
51 class Arts::Dispatcher * Arts::Dispatcher::the()'
52 synth_play_impl.cc: In function `static int Arts::Dispatcher::the()':
53 synth_play_impl.cc:103: parse error before `->'
54 synth_play_impl.cc:104: ANSI C++ forbids declaration `retryOpen' with no
55 type
56 synth_play_impl.cc:105: parse error before `}'
57 synth_play_impl.cc:109: parse error before `('
58 synth_play_impl.cc:112: ANSI C++ forbids declaration `channels' with no type
59 synth_play_impl.cc:112: `as' undeclared (first use this function)
60 synth_play_impl.cc:112: (Each undeclared identifier is reported only once
61 synth_play_impl.cc:112: for each function it appears in.)
62 synth_play_impl.cc:113: ANSI C++ forbids declaration `format' with no type
63 synth_play_impl.cc:114: ANSI C++ forbids declaration `bits' with no type
64 synth_play_impl.cc:115: parse error before `('
65 synth_play_impl.cc: In function `void notifyTime()':
66 synth_play_impl.cc:128: base operand of `->' is not a pointer
67 synth_play_impl.cc:128: invalid use of `this' in non-member function
68 synth_play_impl.cc:131: confused by earlier errors, bailing out
69 make[4]: *** [synth_play_impl.lo] Error 1
70 make[4]: *** Waiting for unfinished jobs....
71 make[4]: Leaving directory
72 `/var/tmp/portage/kdelibs-2.2.1/work/kdelibs-2.2.1/arts/flow'
73 make[3]: *** [all-recursive] Error 1
74 make[3]: Leaving directory
75 `/var/tmp/portage/kdelibs-2.2.1/work/kdelibs-2.2.1/arts/flow'
76 make[2]: *** [all-recursive] Error 1
77 make[2]: Leaving directory
78 `/var/tmp/portage/kdelibs-2.2.1/work/kdelibs-2.2.1/arts'
79 make[1]: *** [all-recursive] Error 1
80 make[1]: Leaving directory
81 `/var/tmp/portage/kdelibs-2.2.1/work/kdelibs-2.2.1'
82 make: *** [all-recursive-am] Error 2
83
84 !!! ERROR: The ebuild did not complete successfully.
85 !!! Function src_compile, Line 29, Exitcode 2
86 !!! (no error message)
87
88 !!! emerge aborting on /usr/portage/kde-base/kdelibs/kdelibs-2.2.1.ebuild .