From owner-freebsd-current@FreeBSD.ORG Mon Feb 9 19:24:24 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38D2D1065673 for ; Mon, 9 Feb 2009 19:24:24 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 0CE698FC13 for ; Mon, 9 Feb 2009 19:24:23 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by wa-out-1112.google.com with SMTP id k34so981872wah.27 for ; Mon, 09 Feb 2009 11:24:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=UrFXyneZUe34M5Xbr3JGLPqDVyVo6kd6ulGC8CK1yUE=; b=QNvATXdZ/TWDdD8Pfokm/LqNDSk0XbjzgiAmY4a6prt4yAEymWJHTIceac83eSPgBV bz4imVbzw50j51nez9bq0/q+AR0VFLVAwS6T4UOk0CTLxoMOQ53ajSJC7c5aJkXFSOGP 6hHNqhanh5YOkoAcHY0AfkONnlp6smrc5ghaU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=CKqB5OcZiSVPdVkEJxa5eIgSv4Vj2WHT/ixhYdnyeGMWPoPaIwe0U727BJRr2WdvZS fExyUaX6lvAPLClCLBlkpdGDbBC7fa1NQHLuaG/ch9jgtUNvWQXWu6zNfzGS5P4c0YXE BxpANk/bQ+gG5iHs0Ehg+B/K710CzNzICtiGU= MIME-Version: 1.0 Received: by 10.115.50.5 with SMTP id c5mr2001078wak.7.1234207463359; Mon, 09 Feb 2009 11:24:23 -0800 (PST) In-Reply-To: <20090209062948.GK1230@hoeg.nl> References: <7d6fde3d0902081719u476fa3bbp26cf37ba085a78b@mail.gmail.com> <20090209062948.GK1230@hoeg.nl> Date: Mon, 9 Feb 2009 11:24:23 -0800 Message-ID: <7d6fde3d0902091124m6ed63a26n2634f530437a6aba@mail.gmail.com> From: Garrett Cooper To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: libteken related compiling error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 19:24:24 -0000 On Sun, Feb 8, 2009 at 10:29 PM, Ed Schouten wrote: > Hi Garrett, > > * Garrett Cooper wrote: >> In file included from /usr/src/sys/dev/syscons/teken/teken.c:411: >> /usr/src/sys/dev/syscons/teken/teken_state.h: In function 'teken_state_6': >> /usr/src/sys/dev/syscons/teken/teken_state.h:188: warning: implicit >> declaration of function 'teken_subr_scs' >> /usr/src/sys/dev/syscons/teken/teken_state.h:188: warning: nested >> extern declaration of 'teken_subr_scs' > > This file should not exist. Can you run `make clean' in > /sys/dev/syscons/teken? Let me know if it fixes your problem. Thanks! Ok, that built properly that time, but it's kind of weird because I ran make clean cleandir beforehand... hrmmmm... Thanks :), -Garrett