From: Dan Armak <danarmak@gentoo.org>
To: gentoo-dev@cvs.gentoo.org
Subject: [gentoo-dev] media-video/drip compile error
Date: Tue, 01 Jan 2002 13:03:52 +0200 [thread overview]
Message-ID: <0GP900D4LB3ORK@mxout1.netvision.net.il> (raw)
Hi everyone,
I decided to try out Azarah's new drip && autotools.eclass (great work
there). When emerging got the following error:
<snip>
Making all in encoder
make[2]: Entering directory
`/var/tmp/portage/drip-0.8.0/work/drip-0.8.0/encoder'
source='external.cpp' object='dripencoder-external.o' libtool=no \
depfile='.deps/dripencoder-external.Po'
tmpdepfile='.deps/dripencoder-external.TPo' \
depmode=gcc /bin/sh ../depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -O6
`avifile-config --cflags` `glib-config --cflags` -I../libmpeg3-1.2.3
-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0
-I/usr/include/gtk-1.2 -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_USE_LARGEFILE64 -pthread -DSTANDALONE
-I/usr/local/include -I/usr/include `gdk-pixbuf-config --cflags` -mcpu=i686
-march=i686 -O3 -pipe -fomit-frame-pointer -c -o dripencoder-external.o `test
-f external.cpp || echo './'`external.cpp
source='encoder.cpp' object='dripencoder-encoder.o' libtool=no \
depfile='.deps/dripencoder-encoder.Po'
tmpdepfile='.deps/dripencoder-encoder.TPo' \
depmode=gcc /bin/sh ../depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -O6
`avifile-config --cflags` `glib-config --cflags` -I../libmpeg3-1.2.3
-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0
-I/usr/include/gtk-1.2 -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_USE_LARGEFILE64 -pthread -DSTANDALONE
-I/usr/local/include -I/usr/include `gdk-pixbuf-config --cflags` -mcpu=i686
-march=i686 -O3 -pipe -fomit-frame-pointer -c -o dripencoder-encoder.o `test
-f encoder.cpp || echo './'`encoder.cpp
encoder.cpp:54: syntax error before `;'
encoder.cpp: In function `void * encode(void *)':
encoder.cpp:208: `fourcc_t' undeclared (first use this function)
encoder.cpp:208: (Each undeclared identifier is reported only once
encoder.cpp:208: for each function it appears in.)
encoder.cpp:208: parse error before `='
encoder.cpp:220: `struct au_t' has no member named `codec'
encoder.cpp:272: `video_codec' undeclared (first use this function)
encoder.cpp:334: `struct au_t' has no member named `codec'
encoder.cpp:340: `struct au_t' has no member named `codec'
encoder.cpp:759: `codec' undeclared (first use this function)
encoder.cpp:810: `struct au_t' has no member named `codec'
external.cpp: In function `struct codecS ** encoder_codecs(...)':
external.cpp:138: `avm' undeclared (first use this function)
external.cpp:138: (Each undeclared identifier is reported only once
external.cpp:138: for each function it appears in.)
external.cpp:138: parse error before `::'
external.cpp:151: `it' undeclared (first use this function)
external.cpp:152: `Encode' is not a member of type `CodecInfo'
external.cpp:153: parse error before `::'
external.cpp:154: `iv' undeclared (first use this function)
external.cpp:159: `audio_codecs' undeclared (first use this function)
external.cpp:160: parse error before `::'
external.cpp:161: `ia' undeclared (first use this function)
external.cpp:175: `Encode' is not a member of type `CodecInfo'
external.cpp:176: parse error before `::'
external.cpp:191: `Encode' is not a member of type `CodecInfo'
external.cpp:192: parse error before `::'
make[2]: *** [dripencoder-external.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [dripencoder-encoder.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/drip-0.8.0/work/drip-0.8.0/encoder'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/drip-0.8.0/work/drip-0.8.0'
make: *** [all] Error 2
make all-recursive
make[1]: Entering directory `/var/tmp/portage/drip-0.8.0/work/drip-0.8.0'
<snip>
The error was ignored and compiling continued, and after a few more secs
aborted with:
<snip>
Making all in encoder
make[2]: Entering directory
`/var/tmp/portage/drip-0.8.0/work/drip-0.8.0/encoder'
source='external.cpp' object='dripencoder-external.o' libtool=no \
depfile='.deps/dripencoder-external.Po'
tmpdepfile='.deps/dripencoder-external.TPo' \
depmode=gcc /bin/sh ../depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -O6
`avifile-config --cflags` `glib-config --cflags` -I../libmpeg3-1.2.3
-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0
-I/usr/include/gtk-1.2 -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_USE_LARGEFILE64 -pthread -DSTANDALONE
-I/usr/local/include -I/usr/include `gdk-pixbuf-config --cflags` -mcpu=i686
-march=i686 -O3 -pipe -fomit-frame-pointer -c -o dripencoder-external.o `test
-f external.cpp || echo './'`external.cpp
external.cpp: In function `struct codecS ** encoder_codecs(...)':
external.cpp:138: `avm' undeclared (first use this function)
external.cpp:138: (Each undeclared identifier is reported only once
external.cpp:138: for each function it appears in.)
external.cpp:138: parse error before `::'
external.cpp:151: `it' undeclared (first use this function)
external.cpp:152: `Encode' is not a member of type `CodecInfo'
external.cpp:153: parse error before `::'
external.cpp:154: `iv' undeclared (first use this function)
external.cpp:159: `audio_codecs' undeclared (first use this function)
external.cpp:160: parse error before `::'
external.cpp:161: `ia' undeclared (first use this function)
external.cpp:175: `Encode' is not a member of type `CodecInfo'
external.cpp:176: parse error before `::'
external.cpp:191: `Encode' is not a member of type `CodecInfo'
external.cpp:192: parse error before `::'
make[2]: *** [dripencoder-external.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/drip-0.8.0/work/drip-0.8.0/encoder'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/drip-0.8.0/work/drip-0.8.0'
make: *** [all] Error 2
!!! ERROR: The ebuild did not complete successfully.
<snip>
I turned the emake in the ebuild to make (I don't have SMP) and got only the
2nd error of the 2 above, emake probably has nothing to do with it though.
--
Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel
next reply other threads:[~2002-01-01 11:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-01 11:03 Dan Armak [this message]
2002-01-01 22:36 ` [gentoo-dev] media-video/drip compile error Martin Schlemmer
2002-01-02 13:34 ` Dan Armak
2002-01-03 9:33 ` Dan Armak
2002-01-02 13:34 ` Dan Armak
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=0GP900D4LB3ORK@mxout1.netvision.net.il \
--to=danarmak@gentoo.org \
--cc=gentoo-dev@cvs.gentoo.org \
--cc=gentoo-dev@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