Bug #173

minbif-git doesn't compile on FreeBSD

Added by Quentin Stievenart 10 months ago. Updated 10 months ago.

Status:Resolved Start:2009-10-31
Priority:Normal Due date:2009-11-02
Assigned to:Romain Bignon % Done:

100%

Category:Misc Spent time: 0.10 hour
Target version:1.0
libpurple: Branch:

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
Added by Romain Bignon 10 months ago

fix compilation on FreeBSD (refs #173)

Signed-off-by: Romain Bignon <>

History

Updated by Romain Bignon 10 months ago

  • Due date set to 2009-11-02
  • Status changed from New to Resolved
  • 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.

Also available in: Atom PDF