<div dir="auto"><div style="font-family:sans-serif;font-size:12.8px" dir="auto"><div>Dave,</div><div dir="auto"><br></div><div dir="auto">Thanks again for your advice. I'm afraid I took another way. After some further searching on the internet, it seemed the solution might be toq<span style="font-size:12.8px"> simply commenting out the line # include <sys/uuid.h> in sqUnixUUID.c. Now make got up to 96 %, when another issue turned up:</span></div></div><br style="font-family:sans-serif;font-size:12.8px"><span style="font-family:sans-serif;font-size:12.8px">/</span><span style="font-size:12.8px;font-family:monospace,monospace">home/edwin/squeak/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c:254:9: error: duplicate case value '-32'<br>          case -ESTRPIPE: {     /* stream suspended */<br>               ^<br>/home/edwin/squeak/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c:249:9: note: previous case defined here<br>          case -EPIPE: {        /* under-run */<br></span><br style="font-family:sans-serif;font-size:12.8px"><div style="font-family:sans-serif;font-size:12.8px" dir="auto">I found the same error  for  a program named FluidSynth: EPIPE and ESTRPIPE may be the same value #168. Here the issue  was solved by applying the test for ESTRPIPE only in case ESTRPIPE <> EPIPE.<br></div><div style="font-family:sans-serif;font-size:12.8px" dir="auto"><br></div><div style="font-family:sans-serif;font-size:12.8px" dir="auto">Doing the same I now have a  VM that could be working. I feel silly to ask, but can you tell ,me where I find a suitable image file? On Windows and Linux I always used the all-in-one package, so this problem never occurred.</div><div style="font-family:sans-serif;font-size:12.8px" dir="auto"><br></div><div style="font-family:sans-serif;font-size:12.8px" dir="auto">Thanks again for your time,</div><div style="font-family:sans-serif;font-size:12.8px" dir="auto"><br></div><div style="font-family:sans-serif;font-size:12.8px" dir="auto">Edwin Ancaer</div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br></blockquote></div></div>