Opened 15 years ago
Closed 15 years ago
#188 closed bug (Fixed)
[Patch] GCC 4.3 Fix
Reported by: | xyz@… | Owned by: | andar |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Core | Version: | 0.6.0svn |
Keywords: | Cc: |
Description
The svn checkout R3156 did not compile with gcc 4.3.
#include <cstring> had to be added to assert.cpp and lazy_bdecode.cpp
After fixing this, I was able to compile deluge without a problem
I have attached the patch file
Attachments (1)
Change History (4)
Changed 15 years ago by xyz@…
comment:1 Changed 15 years ago by andar
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 15 years ago by pyther@…
- Priority changed from major to critical
- Resolution fixed deleted
- Status changed from closed to reopened
Typo in deluge-0.6/libtorrent/assert.ccp
Currently: #include <ctring> Should be: #include <cstring>
comment:3 Changed 15 years ago by pyther@…
- Resolution set to fixed
- Status changed from reopened to closed
Committed in [3159]
Note: See
TracTickets for help on using
tickets.
Committed in [3158]