From owner-freebsd-questions@FreeBSD.ORG Sat Feb 6 15:47:03 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04F0D1065670; Sat, 6 Feb 2010 15:47:03 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id B191D8FC12; Sat, 6 Feb 2010 15:47:02 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1Ndms8-0001V3-ED>; Sat, 06 Feb 2010 16:47:00 +0100 Received: from e178016047.adsl.alicedsl.de ([85.178.16.47] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1Ndms8-0007yz-BL>; Sat, 06 Feb 2010 16:47:00 +0100 Message-ID: <4B6D8EF3.6030007@mail.zedat.fu-berlin.de> Date: Sat, 06 Feb 2010 16:46:59 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.7) Gecko/20100123 Thunderbird/3.0.1 MIME-Version: 1.0 To: "Timur I. Bakeyev" References: <4B6BFABA.8090102@zedat.fu-berlin.de> <20100206152434.GB1246@com.bat.ru> In-Reply-To: <20100206152434.GB1246@com.bat.ru> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.16.47 Cc: "O. Hartmann" , freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: samba34 fails building on FreeBSD 8.0-STABLE: Compiling lib/memcache.c, lib/memcache.c:29: error: expected specifier-qualifier-list before 'uint8' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2010 15:47:03 -0000 On 02/06/10 16:24, Timur I. Bakeyev wrote: > Hi! > > On Fri, Feb 05, 2010 at 11:02:18AM +0000, O. Hartmann wrote: >> Trying to compile SAMAB 3.4 on FreeBSD 8.0/amd64 STABLE ends up in the >> following error and it seems a bit sticky. > > Check, that there is no memcache.h somewhere in your include paths, in > particular in /usr/local/include. > > Also, try last update if the port. > > With best regards, > Timur. Hello, thanks for responding. Indeed, their was a port installed, needed by www/lighttpd. After temporarily deinstalling libmemcache, the installation of the port went all right. I figured that it would be better leaving lighttpd's option 'with memcache' untouched and switched off to be on the secure side. Thanks, Oliver