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)

gcc4.3-deluge.patch (616 bytes ) - added by xyz@pyther.net 16 years ago.

Download all attachments as: .zip

Change History (4)

by xyz@pyther.net, 16 years ago

Attachment: gcc4.3-deluge.patch added

comment:1 by andar, 16 years ago

Resolution: fixed
Status: newclosed

Committed in [3158]

comment:2 by pyther@pyther.net, 16 years ago

Priority: majorcritical
Resolution: fixed
Status: closedreopened

Typo in deluge-0.6/libtorrent/assert.ccp

Currently: #include <ctring> Should be: #include <cstring>

comment:3 by pyther@pyther.net, 16 years ago

Resolution: fixed
Status: reopenedclosed

Committed in [3159]

Note: See TracTickets for help on using tickets.