This should be closed. — Matt
Hi Matt :)
On Fri 11 Nov 2016 02:51, Matt Wette writes:
> Here is a patch that gets mine working. Not sure it solves all the Sierra
> issues.
>
> *** libguile/filesys.c-orig 2016-11-05 07:49:09.0 -0700
> --- libguile/filesys.c 2016-11-10 05:38:53.0 -0800
> ***
Here is a patch that gets mine working. Not sure it solves all the Sierra
issues.
*** libguile/filesys.c-orig 2016-11-05 07:49:09.0 -0700
--- libguile/filesys.c 2016-11-10 05:38:53.0 -0800
***
*** 1486,1491
--- 1486,1494
mode_bits = scm_i_mode_b
(lldb) n
Process 85754 stopped
* thread #1: tid = 0xe66f2, 0x00010002c03f
guile`scm_i_mkstemp(tmpl=0x000104cd09a0, mode=0x000100ea34c0) + 238 at
filesys.c:1490, queue = 'com.apple.main-thread', stop reason = step over
frame #0: 0x00010002c03f guile`scm_i_mkstemp(tmpl=0x000
Fixed:
mwette$ time build-env guild compile --target="x86_64-apple-darwin16.1.0"
-Wunbound-variable -Warity-mismatch -Wformat -L "$DIR/module" -L
"$DIR/guile-readline" -o "ice-9/eval.go" "ice-9/eval.scm"
wrote `ice-9/eval.go'
real0m0.484s
user0m0.358s
sys 0m0.049s
mwette$ echo $
Now I see this is broken. I don’ t know why 2.0.13 is showing up :( UGH.
> On Nov 7, 2016, at 6:21 PM, Matt Wette wrote:
>
> Using the same process as above I get the following on guile-2.0.12:
>
> mwette$ time build-env guild compile --target="x86_64-apple-darwin16.1.0"
> -Wunbound-variable
Using the same process as above I get the following on guile-2.0.12:
mwette$ time build-env guild compile --target="x86_64-apple-darwin16.1.0"
-Wunbound-variable -Warity-mismatch -Wformat -L
"/Users/mwette/proj/scheme/guile/guile-2.0.13/module" -L
/Users/mwette/proj/scheme/guile/guile-2.0.13/m
I am trying to work this. I have a MacBook Pro running Sierra (Mac OS 10.12.1). I have macports installed, and was able to get guile 2.0.12 installed in the macports tree (/opt/local) using a custom macports file.Note: Sierra seems to have issues running gdb. Apparently the SIP needs to be turn
Hi all,
While building guile under macOS 10.12 I get a build error. This error has
previously been reported by other MacPorts users:
https://trac.macports.org/ticket/52613
I’m attaching the entire build log
guile-main.log.gz
Description: GNU Zip compressed data
Marius