Modify ↓
Opened at 2008-04-06T19:54:44Z
Closed at 2008-12-13T12:22:15Z
#394 closed defect (fixed)
Unable to compile on FreeBSD 4.11-STABLE
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 1.2 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | FreeBSD |
OS version/distro: | 4.11-STABLE |
Description
I have tried in 1.1.1dev and 1.2 and get the following messages when trying to make from the sources or from the FreeBSD port (1.2):
# gmake
- Compiling account.c
In file included from bitlbee.h:133,
from account.c:27:
/usr/local/src/bitlbee-1.1.1dev/lib/misc.h:37: field `name' has incomplete type gmake: * [account.o] Error 1
Bitlbee 1.0 still installs fine. Anything I might need to upgrade on my system to understand something new in the bitlbee code?
Attachments (0)
Change History (2)
comment:1 Changed at 2008-06-24T21:49:13Z by
comment:2 Changed at 2008-12-13T12:22:15Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sounds like your C compiler doesn't understand C99 yet. Does it work better if you replace [] with [0] ?