Modify ↓
Opened at 2011-02-08T21:07:06Z
Closed at 2011-03-08T06:53:25Z
#753 closed defect (fixed)
--ssl=bogus, compile problem: ssl_pending
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 3.0.1 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: |
Description
Hi there, after a "./configure --ssl=bogus" and "make" i got the following error message:
- Compiling ssl_bogus.c ssl_bogus.c:73: error: redefinition of 'ssl_pending'
ssl_bogus.c:68: note: previous definition of 'ssl_pending' was here make[1]: * [ssl_bogus.o] Error 1 make[1]: Leaving directory `/root/bitlbee-3.0.1/lib' make: * [lib] Error 2
--> removing the last 4 lines (= duplicate) of lib/ssl_bogus.c solved this issue. Probably this function's duplicate should be removed in the next version.
Kind regards, Sandra Dismar
Attachments (0)
Change History (1)
comment:1 Changed at 2011-03-08T06:53:25Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Yep, coincidentally #754 reported exactly the same issue. Fixed now, thanks for the report!