tudu icon indicating copy to clipboard operation
tudu copied to clipboard

Compatibility for Mac OS X

Open pantuza opened this issue 8 years ago • 3 comments
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';

pantuza avatar Apr 10 '17 21:04 pantuza

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.

meskio avatar Oct 12 '18 00:10 meskio

Hi, @meskio. No problem. I've solved the code conflict. The Pull Request is updated.

pantuza avatar Oct 16 '18 15:10 pantuza

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?

meskio avatar Oct 28 '18 20:10 meskio