From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: GIT version: autocompiling startup file Date: Fri, 21 Jan 2011 09:32:59 +0100 Message-ID: <7EA0DBAB-B731-434E-94CD-69FAE7218CCB@telia.com> References: <8CD870DF94E6CA5-E68-1D13C@Webmail-d124.sysops.aol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1295598802 25933 80.91.229.12 (21 Jan 2011 08:33:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2011 08:33:22 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Jan 21 09:33:18 2011 Return-path: Envelope-to: guile-bugs@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 1PgCQo-0006pk-1k for guile-bugs@m.gmane.org; Fri, 21 Jan 2011 09:33:18 +0100 Original-Received: from localhost ([127.0.0.1]:55950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgCQn-0002sa-2c for guile-bugs@m.gmane.org; Fri, 21 Jan 2011 03:33:17 -0500 Original-Received: from [140.186.70.92] (port=43024 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgCQa-0002rF-7I for bug-guile@gnu.org; Fri, 21 Jan 2011 03:33:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgCQZ-0006Lq-7r for bug-guile@gnu.org; Fri, 21 Jan 2011 03:33:04 -0500 Original-Received: from smtp-out12.han.skanova.net ([195.67.226.212]:34784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgCQY-0006Lj-VU for bug-guile@gnu.org; Fri, 21 Jan 2011 03:33:03 -0500 Original-Received: from h131n2-fre-d2.ias.bredband.telia.com (78.72.157.131) by smtp-out12.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D065C29009AEFB7; Fri, 21 Jan 2011 09:33:00 +0100 In-Reply-To: X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4999 Archived-At: On 21 Jan 2011, at 09:09, Hans Aberg wrote: > The problem is due to scm_from_latin1_symbol() in file load.c > together with that I set the locale to LC_CTYPE=en_US.UTF-8. It > works with either the default locale on Mac OS X 10.5.8, which is > LC_CTYPE=UTF-8, or LC_CTYPE=en_US.ISO8859-1. However, some software > does not work unless the locale is changed to what I set it to (the > default locale causes problems). Actually, it does not compile with any of those locales. I tried though: (compile-file "empty.scm") ERROR: In procedure dirname: ERROR: Wrong type argument in position 1 (expecting string): #f