tudu
tudu copied to clipboard
Compatibility for Mac OS X
trafficstars
This pull request enables Tudu to be compiled in MAC OS X.
It solves the error message:
g++ -Wall -O2 -c interface.cc
interface.cc:774:12: error: use of undeclared identifier 'mkostemp';
I didn't notice this pull-req before, sorry. Is the issue already fixed in master? Or do you mind updating it to the existing code?
Thanks for submitting it.
Hi, @meskio. No problem. I've solved the code conflict. The Pull Request is updated.
I think you mixed a bit your git. If I understand correctly you rebased the origin's master into your branch, so you modify my commits to fit on top of yours. Can you do it the other way around? rebasing your commits on top of the git master branch?