-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No tup entry for config/macosx #8
Comments
Ah well I now have a very rudimentary understanding of Tup and this error is simply saying that we haven't yet made a config/macosx file for Tup to read. |
That's right, we need to make a config/macosx file. I imagine it should be very similar to the linux file. If you want to try it out, copy the linux file, then I can help you fix any issues if you paste the output here. |
Maybe making progress, not sure yet. Merely changing the One issue I noticed so far: In the file I'll give it a go tomorrow if I have time. |
I had the same problem with the sym2ijs script. Instead of changing it, I just added -an I option to gcc to tell it to search for headers in that directory. Maybe it's not being picked up properly or is more strict on Mac. Which compiler are you using? |
I have both clang and gcc on that system so I'm not 100% sure, but the Tupfile tests for the presence of clang first so probably clang. Will test tomorrow. |
Actually, after looking again I see that I did not add -Isrc/libj/defs to the compile command. I don't know why it works in Linux but the OSX compiler probably treats it differently than gcc on Linux. Try this when you get a chance: change this
to:
|
System is: Mac OSX 10.11.2
Note that I installed tup via Homebrew, which required two steps due to some kext permission thing:
Here is the full output:
Tried on the develop branch to be thorough; same error:
The text was updated successfully, but these errors were encountered: