When i write a function and try to save it using (FILES?) it lists a whole bunch of other files that it wants me to save first before it does the function and i don't think i am supposed to do that. I might be doing something wrong in the installation part then. Here i have posted a screenshot of what it looks like.
I will appreciate the help.
--
https://Interlisp.org for more details
---
You received this message because you are subscribed to the Google Groups "Medley Interlisp Users/Interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to interlisp+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/interlisp/99c77a04-bd80-4cf1-9c9c-7d2729cdf9b9n%40googlegroups.com.
I am just going to list everything up to this point so you could have a better understanding.1. I cloned the maiko repo and made the executable files using makeright x and makeright init and put them in path.2. Then I cloned the medley repo and used this script to build the sysout and related filestime ./scripts/loadup-all.sh -apps && time ./scripts/loadup-db.sh3. Then I got an error about a notecard dir not found so I cloned the notecard dir.4. The scripts ran fine now and I booted in the system but then I got some error about the LOOPS dir and TEST dir so to get rid of these I cloned them as well but I think if I didn't clone them the system would have run fine and I would just have some warnings. But then I rebuilt the files using the script and everything loaded fine this time with no warnings.5. Then I created my function and tried to save it using (FILES?) and then I get the output I shared with you.Also I did run the run_medley script with the -m 64 flag instead of the default -m 256 because the default didn't work.
Yeah putting the loops and test dir at the same level at medley and maiko fixed it but the main issue was that I was loading the file loadups/build/fuller.sysout which might have given the errors about loops and test dirs. But I think everything is fine now but my environment doesn't look as snappy as in the screenshots when you run it on the web. Like I don't have the clock the notecard icon and documentation button column on the right side.I only just have a prompt window and an XCL prompt open when I run it.