-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5509e46
commit 53f033f
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53f033f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it necessary to port.c here? tag.c in the same directory plays a similar role is added nowhere.
Also, this change doesn't work for me. When I try to build reactor.c, the definitions in port.c are still missing.
53f033f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tag.c
is imported inreactor_common.c
, which is imported inreactor.c
andreactor_threaded.c
. CMake does not need to know about it because those imports are taken care of by the preprocessor.I am not sure why it does not work for you. It works for me, and it seems to be working in CI. What commands are you running? Are they the same as what appears in README.md?
53f033f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never mind what I just said -- based on CI it looks like it is broken on macOS only. I am looking into it.
53f033f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's what I get:
53f033f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still have not figured out why AppleClang in particular does not like our build process. Unfortunately this will likely take a while for me to debug.