Opened 16 years ago
Closed 16 years ago
#188 closed bug (Fixed)
[Patch] GCC 4.3 Fix
Reported by: | xyz@pyther.net | 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)
by , 16 years ago
Attachment: | gcc4.3-deluge.patch added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Priority: | major → critical |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Typo in deluge-0.6/libtorrent/assert.ccp
Currently: #include <ctring> Should be: #include <cstring>
Note:
See TracTickets
for help on using tickets.
Committed in [3158]