Bug #173
minbif-git doesn't compile on FreeBSD
| Status: | Closed | Start: | 2009-10-31 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 2009-11-02 | |
| Assigned to: | % Done: | 100% |
||
| Category: | Misc | Spent time: | 0.10 hour | |
| Target version: | 1.0 | |||
| libpurple: |
Description
To compile minbif (git version) on FreeBSD I had to do the following things:
- Deactivate libcaca because strndup is called at /src/core/caca_image.cpp:75
and isn't defined on FreeBSD - Include the two following headers in src/irc/dcc.cpp :
- sys/types.h
- netinet/in.h
Now it compiles fine :)
Associated revisions
Revision 61eac53c3aab3a25788fa0b6bb8a6693340ee88c
fix compilation on FreeBSD (refs #173)
Signed-off-by: Romain Bignon <romain@peerfuse.org>
History
Updated by Romain Bignon 4 months ago
- Due date set to 2009-11-02
- Status changed from New to Closed
- Assigned to set to Romain Bignon
- Target version set to 1.0
- % Done changed from 0 to 100
I fixed caca_image.cpp compilation too.