Opened 16 years ago

Closed 16 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)

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

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by xyz@…

comment:1 Changed 16 years ago by andar

  • Resolution set to fixed
  • Status changed from new to closed

Committed in [3158]

comment:2 Changed 16 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 16 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.