From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mxout1.netvision.net.il (mxout1.netvision.net.il [194.90.9.20]) by chiba.3jane.net (Postfix) with ESMTP id 7C1B324C42 for ; Tue, 1 Jan 2002 05:11:22 -0600 (CST) Received: from there ([62.0.84.132]) by mxout1.netvision.net.il (iPlanet Messaging Server 5.1 (built Sep 5 2001)) with SMTP id <0GP900D4KB3MRK@mxout1.netvision.net.il> for gentoo-dev@cvs.gentoo.org; Tue, 01 Jan 2002 13:11:49 +0200 (IST) Date: Tue, 01 Jan 2002 13:03:52 +0200 From: Dan Armak To: gentoo-dev@cvs.gentoo.org Message-id: <0GP900D4LB3ORK@mxout1.netvision.net.il> Organization: Gentoo Linux MIME-version: 1.0 X-Mailer: KMail [version 1.3.2] Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Subject: [gentoo-dev] media-video/drip compile error Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Developer discussion list List-Unsubscribe: , List-Archive: X-Archives-Salt: d0738b4f-d058-4ec9-96dc-0ffe7ed8aa2b X-Archives-Hash: 29ac9219edbb6aaf79f93c8e2ca8c8c1 Hi everyone, I decided to try out Azarah's new drip && autotools.eclass (great work there). When emerging got the following error: 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' The error was ignored and compiling continued, and after a few more secs aborted with: 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. 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