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-gaf on Windows - help needed Date: Wed, 16 Apr 2014 18:23:02 -0400 Lines: 53 Message-ID: <8761m8j4mx.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:1xFpjXKG8EYg3f2FQauF3sJBXQk= Reply-To: geda-user AT delorie DOT com Kai-Martin Knaak writes: > Kai-Martin Knaak wrote: > >> Peter Stuge wrote: > >>> Please provide the config.log and configure.ac for guile? > >>I put a gzipped tar of the logs on my local server: >> http://bibo.iqo.uni-hannover.de/index.html/lib/exe/fetch.php?media=wiki:tmp:minipack_guile-logs.tar.gz >> >> The tar contains: >> * minipack/build/guile-2.0.9-1/guile-2.0.9/log/configure.log >> * minipack/build/guile-2.0.9-1/guile-2.0.9/log/make.log >> * minipack/build/guile-2.0.9-1/guile-2.0.9/configure.ac >> * minipack/build/guile-2.0.9-1/guile-2.0.9/config.log >> >> When unzipped the size of config.log is 6 MB. Is this to be expected? >> Perhaps a script running in circles... > > Any news on this? > I got stuck at guile compile the hard way. Hello Kai-Martin, With MXE I built geda-gaf and guile without a problem for i686-pc-mingw32.static Where I am stuck is with a cryptic guile runtime error (I guess). It's probably because Linux guile is at version 2.0.9 and on Windows it is just 1.8.8. I sounded the same before on this mailing list, so those with a good memory please excuse me. Those guys leading the MXE project are the most helpful kind you can find in OSS projects. It's a shame not to get them involved :-) Regards, Enoch. P/S My Windows imprisoned colleagues are still using your previous Windows release. A big thank you! > >> /home/francesc/devel/minipack/result/include/gc/gc_pthread_redirects.h:33:21: >> error: pthread.h: No such file or directory > > This error seems pretty generic for cross compiles. A google search turns > up many different possible reasons. None of which appears to be the case > here. > > ---<)kmknaak(>---