X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4ABC84F3.4060002@alice.it> Date: Fri, 25 Sep 2009 10:53:07 +0200 From: Angelo Graziosi User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Cygwin Subject: Re: [1.7] gvim "Cannot fork" error Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Yaakov (Cygwin/X) wrote: > Could you put your emacs-gtk tarballs somewhere, or if not, at least your .cygport? Yaakov, I still do not use cygport to build Emacs. :-( In any case, I have a Cygwin-1.5 build here(*) for Emacs-23 with which the problems I flagged are reproducible (at least by me). Since that build uses 'ungif' a simple workaround to use it on Cygwin-1.7 it is: cp /usr/bin/cyggif-4.dll /usr/bin/cygungif-4.dll On the emacs-23.1.release.README, you will find how to install (get_and_install-emacs-23.1.release.sh). You have to start Emacs with: $ G_SLICE=always-malloc emacs23 -q & (the '-q' option avoids loading configuration files and it is used mainly for 'debugging' problems). If you want a 'native' 1.7 build, I can write how I do (mainly configure+make+make install). However, the current method used by Ken (the Emacs maintainer) should be valid if one remove 'lucid' and uses 'gtk' to obtain a GTK build. Thanks for taking care of this. Cheers, Angelo. --- (*) http://www.webalice.it/angelo.graziosi/cygwin/emacs/Emacs.html -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple