Open AndersonTorres opened 1 year ago
I don't know why that would fail. Is it possible the pforth repo was checked out while root? If you cd into pforth and then enter "pwd" can you see any spaces in the path? That might confuse CMake.
What happens if you try:
cd platforms/unix
make all
./pforth_standalone
I suspect it is failing because our cmake framework tries to build on a dedicated, out-of-source directory. pforth tries to read a file that is not there (because it wasn't copied).
I will read more about cmake to verify what is happening.
As you asked:
/tmp
, and it has no spaces; check!
Hello!
When I was updating pforth for nixpkgs (and using cmake for this), it failed with the following message:
Here is the full log: https://pastebin.com/jSqHJ1GV
Related issue (?): https://github.com/philburk/pforth/issues/106#issuecomment-1052200632
(On the other hand, the makefile-based approach works OK)