UCLA-IRL / NAC-ABE

Attribute-based Access Control over Named Data Networking
GNU General Public License v3.0
14 stars 11 forks source link

Cleanup includes and header guards #14

Closed Pesa closed 2 years ago

Pesa commented 2 years ago

@tylerliu

tylerliu commented 2 years ago

Looks good but let me figure out macOS build first......

Pesa commented 2 years ago

Looks good but let me figure out macOS build first......

well, good luck with that :) openabe won't build on newer versions of macOS/Xcode because of a conflict with the C++ standard header <version>, as we found out during the hackathon...

tylerliu commented 2 years ago

Looks good but let me figure out macOS build first......

well, good luck with that :) openabe won't build on newer versions of macOS/Xcode because of a conflict with the C++ standard header <version>, as we found out during the hackathon...

Yea, but hopefully we can get 10.15 working.

tylerliu commented 2 years ago

Would you mind rebase to the new CI script so we can check on MacOS? Thanks.

tylerliu commented 2 years ago

Also #13? Thanks.