Bugs item #2862191, was opened at 2009-09-19 17:07 Message generated for change (Settings changed) 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: Closed >Resolution: Invalid 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 :). ---------------------------------------------------------------------- >Comment By: Arnout Engelen (raboofje) Date: 2009-09-19 18:24 Message: Sorry, I didn't realize CVS was outdated and the code now lives in SVN. I updated http://puredata.info/docs/developer/GettingPdSource to now reflect this change. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2862191&group_id=55736 _______________________________________________ Pd-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
