public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] media-video/drip compile error
@ 2002-01-01 11:03 Dan Armak
  2002-01-01 22:36 ` Martin Schlemmer
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Armak @ 2002-01-01 11:03 UTC (permalink / raw
  To: gentoo-dev

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-01-03 12:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-01 11:03 [gentoo-dev] media-video/drip compile error Dan Armak
2002-01-01 22:36 ` Martin Schlemmer
2002-01-02 13:34   ` Dan Armak
2002-01-02 13:34   ` Dan Armak
2002-01-03  9:33     ` Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox