<div dir="ltr">The latest version of go has introduced modules, which remove the need for a GOPATH, and the 'rem' emulator in io-core has been updated to use modules.<div><br></div><div>The version I am using:</div><div>[cperkins@tertius rem]$ go version<br>go version go1.12.5 linux/amd64<br>[cperkins@tertius rem]$ <br></div><div><br></div><div>Here's an example of compiling rem on my system (which already has SDL, etc. OS packages installed) :</div><div><br></div><div>git clone <a href="https://github.com/io-core/io">https://github.com/io-core/io</a><br>Cloning into 'io'...<br>remote: Enumerating objects: 147, done.<br>remote: Counting objects: 100% (147/147), done.<br>remote: Compressing objects: 100% (89/89), done.<br>remote: Total 1876 (delta 87), reused 113 (delta 58), pack-reused 1729<br>Receiving objects: 100% (1876/1876), 15.62 MiB | 2.92 MiB/s, done.<br>Resolving deltas: 100% (1127/1127), done.<br>[cperkins@tertius rem]$ cd io/rem/<br>[cperkins@tertius rem]$ go build rem.go<br>go: finding <a href="http://github.com/blackspace/gofb">github.com/blackspace/gofb</a> v0.0.0-20161023164045-3f19a2588496<br>go: finding <a href="http://github.com/go-gl/gl">github.com/go-gl/gl</a> v0.0.0-20190320180904-bf2b1f2f34d7<br>go: finding <a href="http://github.com/io-core/io">github.com/io-core/io</a> v0.0.0-20190305013900-253172662feb<br></div><div><br></div><div>... many more packages automatically downloaded and compiled from the Internet by the go build system ...</div><div><br></div><div>go: extracting <a href="http://golang.org/x/net">golang.org/x/net</a> v0.0.0-20190522155817-f3200d17e092<br>go: extracting <a href="http://github.com/go-gl/gl">github.com/go-gl/gl</a> v0.0.0-20190320180904-bf2b1f2f34d7<br>go: extracting <a href="http://golang.org/x/image">golang.org/x/image</a> v0.0.0-20190321063152-3fc05d484e9f<br>[cperkins@tertius rem]$ ./rem -i Oberon-2016-08-02.dsk -g -<br>disk image signature: [141 163 30 155] 4<br>Window size: 1600 873<br>video x 1600 y 873 d 1<br>LED 128<br>LED 130<br>LED 132<br>Window size: 1600 873<br>Launching Graphics Update Handler<br>bit depth: 1 monochrome: true<br>LED 33<br>LED 35<br>LED 39<br>LED 32<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 30, 2019 at 7:12 AM <<a href="mailto:peter@easthope.ca">peter@easthope.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">From: schierlm at <a href="http://gmx.de" rel="noreferrer" target="_blank">gmx.de</a> (Michael Schierl)<br>
Date: Sun, 7 Jul 2019 00:23:35 +0200<br>
> I guess it was "Integrated Oberon" by Charles Perkins:<br>
> <br>
> <a href="https://github.com/io-core/io" rel="noreferrer" target="_blank">https://github.com/io-core/io</a><br>
<br>
Thanks.  <br>
<br>
Appears Go is needed in this Debian system.  Can anyone recommend a <br>
value for GOPATH?  Set it to my PATH?  The root PATH?<br>
<br>
Thanks,                               ... P.<br>
<br>
<br>
-- <br>
<a href="https://en.wikibooks.org/wiki/Oberon" rel="noreferrer" target="_blank">https://en.wikibooks.org/wiki/Oberon</a><br>
Tel: +1 604 670 0140            Bcc: peter at easthope. ca<br>
<br>
--<br>
<a href="mailto:Oberon@lists.inf.ethz.ch" target="_blank">Oberon@lists.inf.ethz.ch</a> mailing list for ETH Oberon and related systems<br>
<a href="https://lists.inf.ethz.ch/mailman/listinfo/oberon" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/oberon</a><br>
</blockquote></div>