adesutherland / CREXX

REXX Language implementation
Other
13 stars 3 forks source link

dependency failure with cmake generated makefiles (but not with Ninja build) #305

Closed rvjansen closed 2 years ago

rvjansen commented 2 years ago

[ 50%] Built target rxbvm make[2]: No rule to make target lib/rxfns/rxas/library-rxas.rxbin', needed bylib/rxfns/library.rxbin'. Stop. make[1]: [lib/rxfns/CMakeFiles/library.dir/all] Error 2 make: *** [all] Error 2 ➜ crexx_release

rvjansen commented 2 years ago

but fixable with a number of make -k 's - so low priority

adesutherland commented 2 years ago

Should be fixed now in develop

rvjansen commented 2 years ago

is fixed. Merged into F0038. On Linux/Intel a successful build required a clean checkout (ninja and make); problem probably unrelated but indicative of still missing dependencies. Symptom was missing instructions. No problem for now.