Message-ID: <33E55157.1196@ccpl.carr.lib.md.us> Date: Sun, 03 Aug 1997 23:49:43 -0400 From: Hez Carty <hcarty AT ccpl DOT carr DOT lib DOT md DOT us> MIME-Version: 1.0 To: Tron <l42794 AT alfa DOT ist DOT utl DOT pt> CC: djgpp AT delorie DOT com Subject: Re: allegro &compilation!!! References: <Pine DOT OSF DOT 3 DOT 96 DOT 970802193856 DOT 12329A-100000 AT alfa DOT ist DOT utl DOT pt> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Tron wrote: > > hello... > i have a problem... > when i try to compile the allegro library, version 2.2, the make give me > this: > > ~ D:\Compiladores\allegro>make > > ~ make.exe: *** File `makefile' has modification time in the future<cut> The problem is you probably have your date set incorrectly. If you set your the date and time on your computer to the actual date and time, the problem should go away. Make checks the date of the files to see when they were last modified and if the date is set to a date after the one your computer is set to, it gets confused and won't work correctly. Hope this helps. Hez