Issue with compiling KnightOS/patchrom
sorucoder opened this issue · 3 comments
sorucoder commented
There is an error with all fprintf(stderr, errorMessage); calls at main.c in lines 53, 59, and 75. The particular error is that it seems to require a string literal for formatting, so I modified my personal copy to use fprintf(stderr, "%s", errorMessage); and it worked. I have also written this at the IRC as I was unsure of which place this would be most appropriate.
sorucoder commented
Fixed issue with this pull request.
pixelherodev commented
@sorucoder Should be good now, reopen this issue if you still have issues.
MaxLeiter commented
@pixelherodev only maintainers can re-open issues, I think. @sorucoder feel free to comment here or hop in IRC