AcornC/C++ !SetPaths SetLibPath
nemo (145) 2546 posts |
The AcornC/C++ !SetPaths app contains a small app for adding the appropriate Lib26/Lib32 to Run$Path. Unfortunately it adds it at the end of Run$Path so if there are older build tools in the run path already those older versions get used instead of the carefully chosen new ones, and nothing works. Manually altering Run$Path (to put the Lib26/32 first) avoids that problem. However, though !SetPaths can normally be run multiple times, if Run$Path is altered to put the Lib26/32 first, any subsequent attempt to run !SetPaths results in “Abort on data transfer” in SharedCLibrary. I have SharedCLibrary 5.47 – is that too old? |
nemo (145) 2546 posts |
Perhaps related to the above, I can’t build any of the supplied examples, getting errors such as: AcornC/C++.Examples.exampleabsasm.CApp: would not open Perhaps the tortuous installation went wrong? |