From owner-freebsd-ports@FreeBSD.ORG Mon May 25 16:46:28 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44274106564A for ; Mon, 25 May 2009 16:46:28 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 199A58FC12 for ; Mon, 25 May 2009 16:46:27 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ppp-71-139-35-171.dsl.snfc21.pacbell.net [71.139.35.171]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n4PGkQA7078022 for ; Mon, 25 May 2009 09:46:27 -0700 (PDT) Message-ID: <4A1ACB5A.7020601@rawbw.com> Date: Mon, 25 May 2009 09:46:18 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.21 (X11/20090419) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: sane-backends-1.0.19_1 fails to compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2009 16:46:28 -0000 See log below: mv -f .deps/libsane_canon_dr_la-canon_dr-s.Tpo .deps/libsane_canon_dr_la-canon_dr-s.Plo^M /bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I../include/sane -I. -I/usr/local/include -I. -I. -I../include -I../include -DLIBDIR="/usr/local/lib/sane" -DBACKEND_NAME=canon_dr -I/usr/local/include -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/local/share -DPATH_SANE_LOCK_DIR=/usr/local/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -O2 -fno-strict-aliasing -pipe -W -Wall -MT libcanon_dr_la-canon_dr.lo -MD -MP -MF .deps/libcanon_dr_la-canon_dr.Tpo -c -o libcanon_dr_la-canon_dr.lo `test -f 'canon_dr.c' || echo './'`canon_dr.c^M canon_dr.c: In function 'sane_canon_dr_get_option_descriptor':^M canon_dr.c:1333: error: 'SANE_NAME_STANDARD' undeclared (first use in this function)^M canon_dr.c:1333: error: (Each undeclared identifier is reported only once^M canon_dr.c:1333: error: for each function it appears in.)^M canon_dr.c:1334: error: 'SANE_TITLE_STANDARD' undeclared (first use in this function)^M canon_dr.c:1335: error: 'SANE_DESC_STANDARD' undeclared (first use in this function)^M canon_dr.c:1545: error: 'SANE_NAME_GEOMETRY' undeclared (first use in this function)^M canon_dr.c:1546: error: 'SANE_TITLE_GEOMETRY' undeclared (first use in this function)^M canon_dr.c:1547: error: 'SANE_DESC_GEOMETRY' undeclared (first use in this function)^M canon_dr.c:1632: error: 'SANE_NAME_PAGE_WIDTH' undeclared (first use in this function)^M canon_dr.c:1633: error: 'SANE_TITLE_PAGE_WIDTH' undeclared (first use in this function)^M canon_dr.c:1634: error: 'SANE_DESC_PAGE_WIDTH' undeclared (first use in this function)^M canon_dr.c:1659: error: 'SANE_NAME_PAGE_HEIGHT' undeclared (first use in this function)^M canon_dr.c:1660: error: 'SANE_TITLE_PAGE_HEIGHT' undeclared (first use in this function)^M canon_dr.c:1661: error: 'SANE_DESC_PAGE_HEIGHT' undeclared (first use in this function)^M canon_dr.c:1680: error: 'SANE_NAME_ENHANCEMENT' undeclared (first use in this function)^M canon_dr.c:1681: error: 'SANE_TITLE_ENHANCEMENT' undeclared (first use in this function)^M canon_dr.c:1682: error: 'SANE_DESC_ENHANCEMENT' undeclared (first use in this function)^M Yuri