Re: [Meep-discuss] Trouble Compiling Meep

2017-05-08 Thread Ardavan Oskooi
On 05/08/2017 07:30 AM, James Kendall (x2014gvd) wrote: I have Homebrew installed and also confirmed that the latest version of guile is installed as well. Meep also requires the development files for Guile which is not installed by default using the precompiled binaries. You may therefore

[Meep-discuss] help

2017-05-08 Thread Johnny Sigman
n provided. -- next part -- An HTML attachment was scrubbed... URL: <http://ab-initio.mit.edu/pipermail/meep-discuss/attachments/20170508/15c0b52f/attachment-0001.html> -- Subject: Digest Footer ___

[Meep-discuss] Trouble Compiling Meep

2017-05-08 Thread James Kendall (x2014gvd)
Hello all, I am attempting to compile meep 1.3 but am encountering errors involving guile. After entering the "make" command, I get the following error messages: ... meep_wrap.cxx:1384:10: error: use of undeclared identifier 'SCM_VECTORP' return SCM_VECTORP(o) && SCM_VECTOR_LENGTH(o) == 3; ^