From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Christian Gudrian Newsgroups: gmane.emacs.help Subject: Building CVS version with Cygwin Date: Sun, 11 Jul 2004 19:42:07 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2ldcffFbcbf4U1@uni-berlin.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1089567776 2113 80.91.224.253 (11 Jul 2004 17:42:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Jul 2004 17:42:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 11 19:42:52 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BjiLj-0008Cs-00 for ; Sun, 11 Jul 2004 19:42:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BjiO1-0003uy-B2 for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Jul 2004 13:45:13 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-X-Trace: news.uni-berlin.de 1i7aq5e9VrrZolNt4fS0Ng1If2dWxj796rug6Bld1Uq0RTNCw= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040626 Thunderbird/0.7.1 Mnenhy/0.6.0.101 X-Accept-Language: en-us, en Original-Xref: shelby.stanford.edu gnu.emacs.help:124248 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19582 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19582 Hello! Since June, 12, I am not able to build CVS Emacs under Cygwin. The process stops due to the unresolved symbol `mark_maybe_object' in the file `alloc.c' in line 5045. I assume it's a preprocessor issue, since `mark_maybe_object' is defined within that very file. Any hints? Christian