Message-ID: <33E55157.1196@ccpl.carr.lib.md.us> Date: Sun, 03 Aug 1997 23:49:43 -0400 From: Hez Carty MIME-Version: 1.0 To: Tron CC: djgpp AT delorie DOT com Subject: Re: allegro &compilation!!! References: 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 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