Hi Carl,


> I also tried using HomeBrew (since there is no port for guile3, either).
> 
> brew install guile got me a guile 3.0, which I was able to symlink to my
> MacPorts tree, and when I run guile from the prompt, I get guile3.
> 
> In the HomeBrew tree there is an include directory:
> 
> /opt/homebrew/Cellar/guile/3.0.9/include/guile/3.0
> 
> that contains the following:
> 
> libguile libguile.h readline.h
> 
> and libguile has a whole bunch of headers in it.
> 
> I tried symlinking this directory to my MacPorts tree under
> 
> /opt/local/include/guile/3.0
> 
> (which parallels an installation under 2.2)



I would strongly recommend against this. MacPorts is likely to get
confused if you manually modify things under /opt/local/.




> Anybody have any ideas how to solve this?



Find the directory where Homebrew stores Guile's pkg-config
configuration file, guile-3.0.pc, and use

PKG_CONFIG_PATH=/that/directory/ ../configure

Jean

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to