Macports puts freetds under /opt/local, not under /usr/local. So to get 1.0.2 to build properly, I had to replace any instances of /usr/local/ with /opt/local/. After that, the install was fine.
You might consider adding /opt/local/* to the list of include- and lib-dir alternatives in your setup.py in a future release.
Regards,
Graham
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi folks,
Macports puts freetds under /opt/local, not under /usr/local. So to get 1.0.2 to build properly, I had to replace any instances of /usr/local/ with /opt/local/. After that, the install was fine.
You might consider adding /opt/local/* to the list of include- and lib-dir alternatives in your setup.py in a future release.
Regards,
Graham
Thanks for the suggestion, it'll be definitely taken into account.