Modify ↓
Opened at 2010-10-19T15:15:49Z
Closed at 2010-10-21T22:19:49Z
#695 closed defect (fixed)
nogaim.h contains an invalid include of lib/events.h
Reported by: | 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
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
changeset:devel,707.