From: Morgan Christiansson <morgan.christiansson@telia.com>
To: gentoo-dev@cvs.gentoo.org
Subject: [gentoo-dev] kdelibs won't compile
Date: Sat Sep 22 17:50:02 2001 [thread overview]
Message-ID: <3BAD3F7F.30901@telia.com> (raw)
Seems to be a parse error somewhere, someone check if upgrading fixes
the problem.
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../arts/mcop -I../../dcop
-I../../libltdl -I../../kdecore -I../../kdeui -I../../kssl
-I/usr/X11R6/lib/qt/include -I/usr/X11R6/include -D_REENTRANT -O2
-mcpu=i686 -march=i686 -O3 -pipe -fno-exceptions -fno-check-new
-ftemplate-depth-99 -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE
-DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c audiosubsys.cc -fPIC -DPIC -o
.libs/audiosubsys.o
In file included from synth_play_impl.cc:31:
stdsynthmodule.h:39: parse error before `{'
stdsynthmodule.h:47: parse error before `public'
stdsynthmodule.h:57: syntax error before `('
stdsynthmodule.h:59: parse error before `}'
synth_play_impl.cc:40: parse error before `,'
synth_play_impl.cc:76: parse error before `public'
synth_play_impl.cc:84: ANSI C++ forbids declaration `maxsamples' with no
type
synth_play_impl.cc:84: conflicting types for `int Arts::maxsamples'
synth_play_impl.cc:70: previous declaration as `long unsigned int
Arts::maxsamples'
synth_play_impl.cc:85: ANSI C++ forbids declaration `outblock' with no type
synth_play_impl.cc:85: conflicting types for `int Arts::outblock'
synth_play_impl.cc:69: previous declaration as `unsigned char *
Arts::outblock'
synth_play_impl.cc:86: ANSI C++ forbids declaration `retryOpen' with no type
synth_play_impl.cc:86: conflicting types for `int Arts::retryOpen'
synth_play_impl.cc:75: previous declaration as `bool Arts::retryOpen'
synth_play_impl.cc:87: ANSI C++ forbids declaration `audioOpen' with no type
synth_play_impl.cc:87: conflicting types for `int Arts::audioOpen'
synth_play_impl.cc:65: previous declaration as `bool Arts::audioOpen'
synth_play_impl.cc:88: ANSI C++ forbids declaration `inProgress' with no
type
synth_play_impl.cc:88: conflicting types for `int Arts::inProgress'
synth_play_impl.cc:61: previous declaration as `bool Arts::inProgress'
synth_play_impl.cc:90: ANSI C++ forbids declaration `haveSubSys' with no
type
synth_play_impl.cc:90: conflicting types for `int Arts::haveSubSys'
synth_play_impl.cc:48: previous declaration as `bool Arts::haveSubSys'
synth_play_impl.cc:90: `as' was not declared in this scope
synth_play_impl.cc:90: invalid use of `this' at top level
synth_play_impl.cc:91: parse error before `if'
synth_play_impl.cc:97: ANSI C++ forbids declaration `audioOpen' with no type
synth_play_impl.cc:97: `as' was not declared in this scope
synth_play_impl.cc:98: parse error before `if'
synth_play_impl.cc:103: ANSI C++ forbids declaration `the' with no type
synth_play_impl.cc:103: new declaration `static int Arts::Dispatcher::the()'
../../arts/mcop/dispatcher.h:106: ambiguates old declaration `static
class Arts::Dispatcher * Arts::Dispatcher::the()'
synth_play_impl.cc: In function `static int Arts::Dispatcher::the()':
synth_play_impl.cc:103: parse error before `->'
synth_play_impl.cc:104: ANSI C++ forbids declaration `retryOpen' with no
type
synth_play_impl.cc:105: parse error before `}'
synth_play_impl.cc:109: parse error before `('
synth_play_impl.cc:112: ANSI C++ forbids declaration `channels' with no type
synth_play_impl.cc:112: `as' undeclared (first use this function)
synth_play_impl.cc:112: (Each undeclared identifier is reported only once
synth_play_impl.cc:112: for each function it appears in.)
synth_play_impl.cc:113: ANSI C++ forbids declaration `format' with no type
synth_play_impl.cc:114: ANSI C++ forbids declaration `bits' with no type
synth_play_impl.cc:115: parse error before `('
synth_play_impl.cc: In function `void notifyTime()':
synth_play_impl.cc:128: base operand of `->' is not a pointer
synth_play_impl.cc:128: invalid use of `this' in non-member function
synth_play_impl.cc:131: confused by earlier errors, bailing out
make[4]: *** [synth_play_impl.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory
`/var/tmp/portage/kdelibs-2.2.1/work/kdelibs-2.2.1/arts/flow'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kdelibs-2.2.1/work/kdelibs-2.2.1/arts/flow'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdelibs-2.2.1/work/kdelibs-2.2.1/arts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/kdelibs-2.2.1/work/kdelibs-2.2.1'
make: *** [all-recursive-am] Error 2
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 29, Exitcode 2
!!! (no error message)
!!! emerge aborting on /usr/portage/kde-base/kdelibs/kdelibs-2.2.1.ebuild .
reply other threads:[~2001-09-22 23:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3BAD3F7F.30901@telia.com \
--to=morgan.christiansson@telia.com \
--cc=gentoo-dev@cvs.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox