From owner-freebsd-multimedia@FreeBSD.ORG Wed Mar 16 13:35:17 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C9C416A4CE for ; Wed, 16 Mar 2005 13:35:17 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F9C43D31 for ; Wed, 16 Mar 2005 13:35:16 +0000 (GMT) (envelope-from elifarley@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so96035rne for ; Wed, 16 Mar 2005 05:35:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=rd6uv390SFomUKqKpiHT4eQXsA1OCzfSuGV0+MUNscUxackdlZnsVz0lEPfObdKCEsnzFNq8+VZA84nUpgm4g/OQtIcEk6ydJ+qH3nEpnj9N8EbIkddcEemTzr2/4DHN/ypJl0L5uG7WzTquT3Z6tyD4rfT1gBSviRWYHYOIkfA= Received: by 10.38.101.66 with SMTP id y66mr495679rnb; Wed, 16 Mar 2005 05:35:15 -0800 (PST) Received: by 10.38.88.76 with HTTP; Wed, 16 Mar 2005 05:35:15 -0800 (PST) Message-ID: <6a219efc05031605352541027e@mail.gmail.com> Date: Wed, 16 Mar 2005 10:35:15 -0300 From: Elifarley Callado Coelho Cruz To: freebsd-multimedia@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Failed to compile Handbrake 0.6.2_2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Elifarley Callado Coelho Cruz List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 13:35:17 -0000 Compilation fails because of compiler errors in file 'core/X264Enc.c' - Am I doing something wrong ? - Should I send this kind of message to freebsd-ports-bugs instead ? Thank you, Error log: ===> Building for handbrake-0.6.2_2 ...found 204 target(s)... ...updating 50 target(s)... Cc contrib/libx264/core/mc.o Cc contrib/libx264/core/predict.o Cc contrib/libx264/core/pixel.o Cc contrib/libx264/core/macroblock.o Cc contrib/libx264/core/frame.o Cc contrib/libx264/core/dct.o Cc contrib/libx264/core/cpu.o Cc contrib/libx264/core/cabac.o Cc contrib/libx264/core/common.o Cc contrib/libx264/core/mdate.o Cc contrib/libx264/encoder/analyse.o Cc contrib/libx264/encoder/me.o Cc contrib/libx264/encoder/ratecontrol.o Cc contrib/libx264/encoder/set.o Cc contrib/libx264/encoder/macroblock.o Cc contrib/libx264/encoder/cabac.o Cc contrib/libx264/encoder/cavlc.o Cc contrib/libx264/encoder/encoder.o Archive contrib/libx264/libx264.a ar: creating contrib/libx264/libx264.a Ranlib contrib/libx264/libx264.a Cc core/Ac3Dec.o Cc core/AviMux.o Cc core/DVDRead.o Cc core/FaacEnc.o Cc core/FfmpegEnc.o Cc core/Fifo.o Cc core/HandBrake.o Cc core/LpcmDec.o Cc core/Mp3Enc.o Cc core/Mp4Mux.o Cc core/Mpeg2Dec.o Cc core/MpgaDec.o Cc core/Mux.o Cc core/OgmMux.o Cc core/Resample.o Cc core/Scale.o Cc core/Scan.o Cc core/Thread.o Cc core/Utils.o Cc core/VorbisEnc.o Cc core/Work.o Cc core/X264Enc.o core/X264Enc.c: In function `HBX264EncInit': core/X264Enc.c:44: error: structure has no member named `i_iframe' core/X264Enc.c:45: error: structure has no member named `i_idrframe' core/X264Enc.c:48: error: `X264_ANALYSE_I16x16' undeclared (first use in this function) core/X264Enc.c:48: error: (Each undeclared identifier is reported only once core/X264Enc.c:48: error: for each function it appears in.) core/X264Enc.c:48: error: `X264_ANALYSE_P16x16' undeclared (first use in this function) core/X264Enc.c:49: error: `X264_ANALYSE_P16x8' undeclared (first use in this function) core/X264Enc.c:49: error: `X264_ANALYSE_P8x16' undeclared (first use in this function) core/X264Enc.c:49: error: `X264_ANALYSE_P8x8' undeclared (first use in this function) core/X264Enc.c:50: error: `X264_ANALYSE_SMART_PSUB' undeclared (first use in this function) core/X264Enc.c:58: error: structure has no member named `i_width' core/X264Enc.c:59: error: structure has no member named `i_height' core/X264Enc.c:60: error: structure has no member named `i_plane' core/X264Enc.c:62: error: structure has no member named `i_iframe' core/X264Enc.c: In function `HBX264EncWork': core/X264Enc.c:108: error: structure has no member named `i_stride' core/X264Enc.c:109: error: structure has no member named `i_stride' core/X264Enc.c:110: error: structure has no member named `i_stride' core/X264Enc.c:112: error: structure has no member named `plane' core/X264Enc.c:113: error: structure has no member named `plane' core/X264Enc.c:113: error: structure has no member named `plane' core/X264Enc.c:114: error: structure has no member named `plane' core/X264Enc.c:114: error: structure has no member named `plane' cc -c -o core/X264Enc.o -pipe -funroll-loops -O2 -march=pentium4 -g -Wall -W -I/usr/local/include -DHB_FREEBSD -DHB_VERSION=\"0.6.2\" -Icore -I./contrib/libx264 core/X264Enc.c ...failed Cc core/X264Enc.o ... Cc core/XvidEnc.o ...skipped libhb.a for lack of X264Enc.o... Cc test/test.o ...skipped HBTest for lack of libhb.a... Cc gtk2/main.o Cc gtk2/callbacks.o Cc gtk2/interface.o Cc gtk2/support.o ...skipped gtk2HB for lack of libhb.a... ...failed updating 1 target(s)... ...skipped 3 target(s)... ...updated 46 target(s)... *** Error code 1 Stop in /volumes/smallFiles/usr-ports/multimedia/handbrake. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall86127.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! multimedia/handbrake (compiler error) -- There are 10 types of people in the world: Those who understand binary and those who don't