[squeak-dev] Squeak 4.6 on 32-Bits FreeBSD 11.1

Edwin Ancaer eancaer at gmail.com
Thu May 17 06:47:56 UTC 2018


Dave,

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 simply
commenting out the line # include <sys/uuid.h> in sqUnixUUID.c. Now make
got up to 96 %, when another issue turned up:

/home/edwin/squeak/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c:254:9:
error: duplicate case value '-32'
          case -ESTRPIPE: {     /* stream suspended */
               ^
/home/edwin/squeak/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c:249:9:
note: previous case defined here
          case -EPIPE: {        /* under-run */

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.

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.

Thanks again for your time,

Edwin Ancaer

>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180517/34c47c3c/attachment.html>


More information about the Squeak-dev mailing list