macOS CI build issues #205
Labels
bug
Something isn't working
priority-high
High priority
regression
Used to work before, now it is broken for certain things.
I recently noticed an issue introduced from the #204 pull request, except the issue isn't from the pull request itself. I reran the CI build on my fork repository with several different attempts to resolve the issue with no luck. After trying again search for a specific keyword such as
align
didn't come back found. Finally, after searching on the Internet, there's also another keyword to search for which ispack
. This then returns two finds:The below redundant message came from the OOVPA.h file. And by commenting
pragma pack
out cause to fully compiled just fine.ld: warning: pointer not aligned at address 0x...
I am unsure if the Xbe.h file will also need the fix for the above issue due to an old issue, see side note below.
Side note: I'm still unable to perform CTest on macOS from CI to verify if the build is working or not. The errors:
56499b5af5d2195c6acfc58c4630b70e0c9c4c21
commit for resolve sprintf deprecated messages.if (test_ret = cliInputInteractive(argc, argv)) {
can be update toif ((test_ret = cliInputInteractive(argc, argv))) {
The text was updated successfully, but these errors were encountered: