adesutherland / CREXX

REXX Language implementation
Other
13 stars 3 forks source link

Build error #345

Closed Peter-Jacob closed 1 year ago

Peter-Jacob commented 1 year ago

I have trouble building CREXX on my dev system. After committing all changes and pulling them on another machine the build works fine there. I think it has something to do with building the crexx library.

[240/366] Linking C executable compiler\rxc.exe
[241/366] cREXX compile and assemble _ftrunc ...
[242/366] cREXX compile and assemble _itrunc ...
[243/366] cREXX compile and assemble _jdn ...
[244/366] cREXX compile and assemble _datei ...
Importing Procedures - REXX Level A/C/D (cREXX Classic) - Not supported yet
Importing Procedures - INTERNAL ERROR: Compiler Exiting - Failure to create AST
[245/366] cREXX compile and assemble _dateo ...
Importing Procedures - REXX Level A/C/D (cREXX Classic) - Not supported yet
Importing Procedures - INTERNAL ERROR: Compiler Exiting - Failure to create AST
[246/366] cREXX compile and assemble abbrev ...
[247/366] cREXX compile and assemble c2x ...
[248/366] cREXX compile and assemble center ...
Importing Procedures - REXX Level A/C/D (cREXX Classic) - Not supported yet
Importing Procedures - INTERNAL ERROR: Compiler Exiting - Failure to create AST
[249/366] cREXX compile and assemble abs ...
Importing Procedures - REXX Level A/C/D (cREXX Classic) - Not supported yet
Importing Procedures - INTERNAL ERROR: Compiler Exiting - Failure to create AST
[250/366] cREXX compile and assemble c2d ...
Importing Procedures - REXX Level A/C/D (cREXX Classic) - Not supported yet
Importing Procedures - INTERNAL ERROR: Compiler Exiting - Failure to create AST
[251/366] cREXX compile and assemble d2c ...
Importing Procedures - REXX Level A/C/D (cREXX Classic) - Not supported yet
Importing Procedures - INTERNAL ERROR: Compiler Exiting - Failure to create AST
...

As I have no idea what happens, I'll try to do another clone and rebuild it from scratch.

Peter-Jacob commented 1 year ago

ok, I did a new clone, and now the problem is cured. Strange enough, it is the second corruption within 10 days.

rvjansen commented 1 year ago

Other issue for modifications in source tree will be opened.