From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Adding New C Files Date: Tue, 15 Jun 2010 22:34:55 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276635971 28639 80.91.229.12 (15 Jun 2010 21:06:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2010 21:06:11 +0000 (UTC) Cc: guile-devel@gnu.org To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jun 15 23:06:09 2010 connect(): No such file or directory Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OOdKg-0003JB-0M for guile-devel@m.gmane.org; Tue, 15 Jun 2010 23:06:06 +0200 Original-Received: from localhost ([127.0.0.1]:60971 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOdKf-0006yu-E0 for guile-devel@m.gmane.org; Tue, 15 Jun 2010 17:06:05 -0400 Original-Received: from [140.186.70.92] (port=33572 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOdKS-0006x3-LV for guile-devel@gnu.org; Tue, 15 Jun 2010 17:05:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOdKR-0006Uf-AT for guile-devel@gnu.org; Tue, 15 Jun 2010 17:05:52 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:49327 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOdKR-0006Qx-7N for guile-devel@gnu.org; Tue, 15 Jun 2010 17:05:51 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 0D942BC37D; Tue, 15 Jun 2010 17:05:26 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=TNTLzBIP9ZwyH1HOZ1wiK8NBEPU=; b=YXLrVz UpF0+41uHTFhmCKdBzNDBmB8Q1Uz1Mhfq9E2p6dWXyRdz4sbDMmRG0f5yTAj1Rd2 1dWBCsR7sCRwqBmzco0dgMg+uH4Hh1MoYlLIngkeiZVM7QmzRVK0bOsgxTGqIqnN GZbEp/QcIbiVH8tay/oXDoYaVNe4q5T2EeD8M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=ZAfY4yBBe4DT2j+nBK7tk6g2FJ3cfiHG J9cNIEFLn7TuIJtMqR2fHJ60sX7R6GlPslBl2rzTopNiUSS25BvFPZZJ1MbIuNxC ZE9a9Px0WAkuQR65tyGGylYmJcgAUMz7FBRjEVBwmR298LP/WaItpqMzOa+1TfsT xEC/oGiQzXs= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id EEBBEBC37C; Tue, 15 Jun 2010 17:05:24 -0400 (EDT) Original-Received: from unquote (unknown [81.39.158.44]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 53BADBC37B; Tue, 15 Jun 2010 17:05:23 -0400 (EDT) In-Reply-To: (Noah Lavine's message of "Tue, 15 Jun 2010 10:06:29 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: B7A48EB8-78C1-11DF-ABFD-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10489 Archived-At: On Tue 15 Jun 2010 16:06, Noah Lavine writes: > I've tried this, but I still get the error. Currently my files are in > every long list of files (.c, .doc, .x, and .h), and I don't see any > other places where source files for the main Guile program are listed. > Is there anything else I can try? Perhaps I misstated: >> If you don't use SCM_DEFINE et al, you >> might not need to copy the .doc or .x lines. That should be, "you might need not to copy ..." :) Try removing the .doc and/or .x forms. Andy -- http://wingolog.org/