merces / libpe

The PE library used by @merces/pev
http://pev.sf.net
GNU Lesser General Public License v3.0
115 stars 40 forks source link

- Fixed build on Debian #3

Closed felipensp closed 11 years ago

felipensp commented 11 years ago

Added two #define lines which fixes a build error on Debian due madvise related macro, and three implicit declaration warnings.

jweyrich commented 11 years ago

Oh, that's one important thing I forgot. Thank you for the patch! Although I believe we could just define _GNU_SOURCE via Makefile. What do you think? Does that work for you?

jweyrich commented 11 years ago

Please, ignore the 1st one. I did a rebase to add a few extra tweaks to the original commit, and just found @GitHub doesn't allow us to delete referenced comments. Ugly! Let me know if it fixes the issues you're seeing.

felipensp commented 11 years ago

Yes, it looks fixed. Thanks.