-
So, I am trying to get Premake build tool compiled with cosmopolitan. However I am getting some errors that I am not exactly sure how to solve. Compiling seems to work fine, the trouble is with archiving and linking. Error 1 with
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Have you considered using That |
Beta Was this translation helpful? Give feedback.
-
FYI Premake now works with Cosmopolitan: premake/premake-core#2274 Thanks for such a cool SDK and let me know if you need further help running some tests to track down issue above. |
Beta Was this translation helpful? Give feedback.
Have you considered using
cosmoar
? It's slower but it's a higher level tool that should get you unblocked.That
copy_file_range
error interests me. Could you give me the output ofuname -a
? Could you try passing--strace
toar.ape
?