X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Enoch Subject: Re: [geda-user] geda for windows -- mxe attempt Date: Sun, 18 May 2014 12:51:30 -0400 Lines: 20 Message-ID: <87fvk7hvxp.fsf@hotmail.com> References: Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: pool-71-127-223-133.nwrknj.fios.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:ZYvdgijosV8cgWbYNRrxIyppzss= Reply-To: geda-user AT delorie DOT com Kai-Martin Knaak writes: > Hi. > Today, I poked again at the cross compile of the geda tools with mxe. As > reported a few weeks ago, pcb works out of the box -- gschem not so much. > The binary starts. But it fails to load the init scm file. There seems to > be a problem with "/" and "\". According to the log gschem looks for > C:\Programme\gEDA\share\gEDA\scheme/gschem.scm > > The file is at this path. So I guess, the slash is the culprit. The log > shows more paths with spurious slashes. Is there an obvious place to fix > the paths? I can launch gschem with the help of a GUILE_LOAD_PATH environment variable. However, it promptly fails with "ERROR: Wrong type (expecting string): #f". I suspect Guile 1.8.8 as on Linux Guile is 2.0.9. Let's request the MXE folks to (try to) update Guile. Regards, Enoch.