delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/06/09/07:14:05

From: zargon AT hotmail DOT vom (Zargon)
Newsgroups: comp.os.msdos.djgpp
Subject: Re: Q: allegro_message
Organization: Zargon and Zed Take Over The Universe
Message-ID: <3940a2f3.440359385@news.globalserve.net>
References: <39402637 DOT 409213505 AT news DOT globalserve DOT net> <MPG DOT 13aa45e8bde2587d98bbd9 AT news DOT freeserve DOT net> <39405324 DOT 420716556 AT news DOT globalserve DOT net> <a9q0ksorcmfnk96h3du1fotrpc17oa3ou7 AT 4ax DOT com> <394095cc DOT 436991456 AT news DOT globalserve DOT net> <3940A2B7 DOT 57226F0C AT home DOT com>
X-Newsreader: Forte Free Agent 1.11/32.235
Lines: 31
Date: Fri, 09 Jun 2000 07:59:17 GMT
NNTP-Posting-Host: 207.176.153.31
X-Complaints-To: news AT primus DOT ca
X-Trace: news2.tor.primus.ca 960537481 207.176.153.31 (Fri, 09 Jun 2000 03:58:01 EDT)
NNTP-Posting-Date: Fri, 09 Jun 2000 03:58:01 EDT
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

On Fri, 09 Jun 2000 07:53:58 GMT, Robin Johnson <robbat2 AT home DOT com> ate
too many hallucinogenic mushrooms and wrote:

>> I am astonished that a severe showstopper at compile time on Allegro's
>> *original platform* would make it into a released zip file. Of course,
>> in unpacking the thing I probably overwrote the previous, known-good
>> Allegro 3.12...
>
>There is the problem...
>do 'make veryclean' before you try 'make' again!

That's incorrect. The documentation says that the "clean" and
"veryclean" targets are used *after* installation, to free up disk
space by removing .o files and the like. It also says that after a
"make veryclean" if you want to build the library again at a later
date you have to make the dependencies again, and for that you have to
have sed; I don't have sed so this is simply not an option.

The existence of files from previous versions cannot possinly have any
effect anyways. Any source file referenced in the makefile, or
included into another source file, will have been included in the zip,
and I took care that any old files were overwritten. Therefore, no
files from 3.12 can possibly be being seen by make or by the compiler.
Unless of course someone was silly enough to mention in the makefile
or in a #include a file not in the zip, but which existed in 3.12; in
that case it will be seeing a 3.12 file, but cleaning everything out
would then simply cause me to get a file not found error of some sort
instead.
-- 
Any sufficiently advanced magic is indistinguishable from
an Allegro-using C++ program compiled with gcc.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019