Talk:Day of the week: Difference between revisions

→‎Ada program: GNAT version?
(→‎Ada program: GNAT version?)
Line 23:
Should the Ada coders add a libheader or such an info? Or is it a GNAT problem? Would like to know. --[[User:ShinTakezou|ShinTakezou]] 15:28, 12 December 2008 (UTC)
 
: Did you used the -gnat05 switch? Ada.Calendar.Formatting is a library unit of [[Ada 2005]]. However, I presume you have some very outdated version of GNAT, because even without the switch, the compiler should tell:
: <pre>yuletide.adb:1:18: warning: "Ada.Calendar.Formatting" is an Ada 2005 unit</pre>
: My version is 20081029-43. OK, it is GNAT Pro. GNAT GPL should be xxxxxxxx-41, I guess. --[[User:Dmitry-kazakov|Dmitry-kazakov]] 16:46, 12 December 2008 (UTC)
 
==When failing and when not on 32bit machine==