<div dir="ltr">Following the osx instructions in the readme.snd file I had to modify the suggested config script to the following (obviously I was building for the M1):<div><br></div><div><font face="monospace">./configure -prefix=/opt/snd-s7 CFLAGS=&quot;-target arm64-apple-macos11 -I/opt/homebrew/Cellar/openmotif/2.3.8_2/include -I/opt/X11/include&quot; LDFLAGS=&quot;-L/opt/homebrew/Cellar/openmotif/2.3.8_2/lib -L/opt/X11/lib&quot; --with-s7 --with-motif --with-gsl</font><br></div><div><br></div><div>I think this is because homebrew has changed where it installs certain files.</div><div><br></div><div>However this failed, as when I built it complained about the following missing file:</div><div><br><font face="monospace">/opt/homebrew/Cellar/openmotif/2.3.8_2/include/Xm/Xm.h:63:10: fatal error: &#39;X11/extensions/Print.h&#39; file not found<br>#include &lt;X11/extensions/Print.h&gt;<br>         ^~~~~~~~~~~~~~~~~~~~~~~~<br>1 error generated.</font><br></div><div><font face="monospace"><br></font></div><div><font face="arial, sans-serif">This file has been removed from the OSX Quartz distribution and currently this won&#39;t build on OSX.</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">snd builds fine without a gui, but the gui build is currently broken.</font></div></div>