Modify

#695 closed defect (fixed)

nogaim.h contains an invalid include of lib/events.h

Reported by: philipp.haselwarter@… Owned by:
Priority: normal Milestone:
Component: BitlBee Version: devel
Keywords: Cc:
IRC client+version: Client-independent Operating System: Public server
OS version/distro:

Description

In BitlBee bzr-703 the nogaim.h header contains an #include of lib/events.h, which becomes invalid as soon as the headers get installed with
make install-dev

events.h is then located in the same directory as nogaim.h. This results in any builds using nogaim.h to fail as events.h is not found.

/usr/include/bitlbee/nogaim.h:47:#include "lib/events.h"

taking out the include doesn't seem to prevent bitlbee from building.

Attachments (0)

Change History (1)

comment:1 Changed at 2010-10-21T22:19:49Z by wilmer

Resolution: fixed
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.