As Gregor Rebel wrote: > I have found that release 2.10 does not compile under openSuSE 11.3 x86 > with gcc 4.5.0 20100604. > The reason is an impicite typecast const char* -> char *.
This has already been fixed in the source tree quite some time ago. Sorry, no new release happened ever since. Given that GCC 4.4 (and higher) is now commonly used, I should probably prepare a new release even though this change is basically the only change compared to version 2.10. Btw., better use new rather than malloc() in C++ code: it implicitly checks the memory has actually been obtained (would throw an exception on failure). -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ avarice-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/avarice-user
