[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] can't find SqueakV50.sources (Issue #647)

tim Rowledge tim at rowledge.org
Fri Aug 5 03:16:35 UTC 2022


Aah, right; it's running the install rule.

If you look in the Makefile that has been generated earlier you'll find (probably, my set of files are a year or so out of date and it is possible things might have changed a bit) a line like this - 

topdir=		/home/pi/DizietFS/Documents/Squeak/opensmalltalk-vm

... but with a filepath suited to your machine.

Further down is a chunk like this - 
# sources

install-sources :
	$(MKINSTALLDIRS) $(ROOT)$(imgdir)
	$(INSTALL_DATA) $(topdir)/SqueakV$(SQ_MAJOR).sources $(ROOT)$(imgdir)

.. and you can see that it expects to find a copy of the file in 'topdir'.


> On 2022-08-04, at 7:48 PM, asarch <notifications at github.com> wrote:
> 
> 
> Well, after the compilation process has finished, somehow, mvm asks for them. That's why I was asking about it. In the log you can see the error message.
> 
>> Reply to this email directly, view it on GitHub, or unsubscribe.
> You are receiving this because you commented.
> 


tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Florida: more red in the face




More information about the Vm-dev mailing list