From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Newsgroups: gmane.emacs.help Subject: Re: Emacs not redisplaying Date: Sat, 24 Feb 2007 12:35:07 +0100 Message-ID: <45E022EB.2030309@warum-ada.de> References: <45DEF2C4.40803@warum-ada.de> <45DF1F90.4010805@warum-ada.de> <874ppc675g.fsf@gmail.com> <87k5y8mwvi.fsf@gmail.com> <87ejogwpzi.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1172316933 15303 80.91.229.12 (24 Feb 2007 11:35:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Feb 2007 11:35:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 24 12:35:27 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HKvBW-0000qv-49 for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Feb 2007 12:35:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKvBV-0002kH-RI for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Feb 2007 06:35:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HKvBG-0002i4-DB for help-gnu-emacs@gnu.org; Sat, 24 Feb 2007 06:35:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HKvBF-0002hQ-Po for help-gnu-emacs@gnu.org; Sat, 24 Feb 2007 06:35:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKvBF-0002hN-II for help-gnu-emacs@gnu.org; Sat, 24 Feb 2007 06:35:09 -0500 Original-Received: from smtp3.netcologne.de ([194.8.194.66]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HKvBF-0003U1-7j for help-gnu-emacs@gnu.org; Sat, 24 Feb 2007 06:35:09 -0500 Original-Received: from [192.168.0.4] (xdsl-87-78-23-228.netcologne.de [87.78.23.228]) by smtp3.netcologne.de (Postfix) with ESMTP id 14CF567634 for ; Sat, 24 Feb 2007 12:35:08 +0100 (CET) User-Agent: Thunderbird 1.5.0.4 (X11/20060516) In-Reply-To: <87ejogwpzi.fsf@gmail.com> X-detected-kernel: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41442 Archived-At: Jiri Pejchal wrote: > Hadron writes: > >> The same, and I get this: >> >> Makefile is out of date! It needs to be regenerated by EDE. >> > > Try > > find -name Makefile -exec touch "{}" \; > > from cedet directory. Cedet should compile then fine. Just to get this right: Is this about building cedet itself or building another project with EDE-controlled Makefile?