From owner-freebsd-ports@FreeBSD.ORG Sat Jan 3 16:14:46 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 1D050106566B for ; Sat, 3 Jan 2009 16:14:46 +0000 (UTC) (envelope-from g.veniamin@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id A5B708FC08 for ; Sat, 3 Jan 2009 16:14:45 +0000 (UTC) (envelope-from g.veniamin@googlemail.com) Received: by nf-out-0910.google.com with SMTP id h3so1322279nfh.33 for ; Sat, 03 Jan 2009 08:14:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:subject:content-type:content-transfer-encoding:from; bh=efJiYp81B9s8LYMrHm/u9CnuNTxgYjboFEk4Vmf/neI=; b=vPNydUgM/glb9fFWBOgwFhxDgAvyi8YoenjtifggB6WWs8G4eE5l/sOeVj1BgPxod8 XmLiRxMS9j+o6wvhYZMXNjt6swVXmnrj/5ICtX6+ZttIQZ3CShtXQpjAszxEFsrhnDTr /Jc+zvbu+eT3eCcCBNLk8CFc0W8Vi8hSolv7w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:content-type :content-transfer-encoding:from; b=HRBQeCLknC+SFfTsv71JAGsWVViwdwum/9VY9GT4pu+4zimO7DwAnLsiWFFfX0HN0a rlUp1AHXlyqeu+RLvgF5i62snmZTb6zdmeIncbrk7em2i/qq2mSZui2wc9QwAqSyvUyp N1jRjQisuofgdwwmRHX9P447/ynxmLsniA6+4= Received: by 10.210.11.17 with SMTP id 17mr11371019ebk.32.1230997569341; Sat, 03 Jan 2009 07:46:09 -0800 (PST) Received: from ss.su (zloidemon.kraslan.ru [94.78.205.21]) by mx.google.com with ESMTPS id c14sm43883196nfi.3.2009.01.03.07.46.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 03 Jan 2009 07:46:08 -0800 (PST) Message-ID: <495F8835.8030104@gmail.com> Date: Sat, 03 Jan 2009 22:45:57 +0700 User-Agent: Thunderbird 2.0.0.18 (X11/20090102) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit From: Gvozdikov Veniamin Cc: Subject: error compile graphics/sane-backends X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2009 16:14:46 -0000 ss# uname -a FreeBSD ss.su 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri Jan 2 09:21:10 KRAT 2009 root@ss.su:/usr/obj/usr/src/sys/zl0_usb2 i386 ss# I use default options in make config.... cc -c -O2 -pipe -fno-strict-aliasing -W -Wall -DHAVE_CONFIG_H -I. -I. -I../include -I../include -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 -DBACKEND_NAME=epson2_net -DLIBDIR=/usr/local/lib/sane epson2_net.c -fPIC -DPIC -o .libs/epson2_net.o In file included from epson2_net.c:18: ../include/sane/sanei_tcp.h:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'sanei_tcp_write' ../include/sane/sanei_tcp.h:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'sanei_tcp_read' epson2_net.c: In function 'sanei_epson_net_read_raw': epson2_net.c:57: warning: implicit declaration of function 'sanei_tcp_read' epson2_net.c: In function 'sanei_epson_net_write': epson2_net.c:194: warning: implicit declaration of function 'sanei_tcp_write' gmake[1]: *** [epson2_net.lo] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/sane-backends/work/sane-backends-1.0.19/backend' gmake: *** [all-recursive] Error 1 *** Error code 2