|
From: Alex M. S. <arc...@us...> - 2010-04-11 21:39:11
|
Update of /cvsroot/nettle/nettle/!Nettle/Resources/UK In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13883/!Nettle/Resources/UK Modified Files: Messages Log Message: Update release scripts for beta release. Update various dates from 2003/2004 to 2010. Update ZapRedraw to 0.48 for BeagleBoard compatibility - this also requires a 'fake' ZapFontsMessages path to be configured in the event that the user doesn't have a ZapFonts installation, so have added these messages too, and configuration of them into the !Run file. Change the build options to add -c90 (this seems to fix the __assert2 issue that Castle's C compiler causes with stubsg), -Wp to suppress the non-ANSI include warnings that TCPIPLibs generates, and -memaccess -L22-S22-L41 to build the binary in a way that the BeagleBoard should be happy with. (These changes are partly based on the ones that James Peacock sent me). And do a nasty change to c/choices to allow the errno.h that I have to build with -c90 - it appears to fail to build for me, so temporarily disable the #include and locally declare errno. Tested/built on RPCEmu and it seems to run/display OK. Index: Messages =================================================================== RCS file: /cvsroot/nettle/nettle/!Nettle/Resources/UK/Messages,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** Messages 1 Apr 2004 21:21:42 -0000 1.61 --- Messages 11 Apr 2010 21:39:02 -0000 1.62 *************** *** 3,9 **** AppName:Nettle ! AppPurpose:Arachnid telnet client ! AppAuthor:© Nettle developers, 2000-2004 ! AppVersion:v0.2042r (04 April 2004) Info:Info> --- 3,9 ---- AppName:Nettle ! AppPurpose:Telnet client ! AppAuthor:© Nettle developers, 2000-2010 ! AppVersion:v0.2043b (11 April 2010) Info:Info> |