[PD-dev] [ pure-data-Bugs-2862191 ] cvs doesn't compile with g++ 4.3.4

SourceForge.net noreply at sourceforge.net
Sat Sep 19 17:07:59 CEST 2009


Bugs item #2862191, was opened at 2009-09-19 17:07
Message generated for change (Tracker Item Submitted) made by raboofje
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2862191&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Arnout Engelen (raboofje)
Assigned to: Nobody/Anonymous (nobody)
Summary: cvs doesn't compile with g++ 4.3.4

Initial Comment:
externals/iem/iemxmlrpc/xmlrpc++/src/XmlRpcClient.cpp lacks a '#import <cstring>' required to use strncasecmp
externals/iem/iemxmlrpc/xmlrpc++/src/XmlRpcServerConnection.cpp lacks a '#import <cstring>' required to use strncasecmp
externals/iem/iemxmlrpc/xmlrpc++/src/XmlRpcSocket.cpp lacks a '#import <cstring>' required to use memset
externals/gem2pdp/gem2pdp.cpp accesses some private fields from GemMan.h, looks like instead it should do:

  GemMan::getOffset(&m_x, &m_y);
  GemMan::getDimen(&m_width, &m_height);

.. which looks reasonable and compiles, not sure whether it's correct though :).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2862191&group_id=55736




More information about the Pd-dev mailing list