Page 1 of 1

Strange thing with eCompile

Posted: Thu May 31, 2007 12:20 am
by Yukiko
I have noticed this before but hadn't posted it until now.

After using the batch cleanup function to delete all *.ecl files and then running eCompile with the command line to compile all scripts under the POL directory I get the following summary message after eCompile finishes:

Code: Select all

Compilation Summary:
    Compiled 1125 scripts in 195125 ms.
    542 scripts were already up-to-date.
I find it odd that 542 scripts would be up to date if all the ecl files were deleted prior to compiling. Am I not understanding the information being given me by eCompile? I thought that an up-to-date script was one whose ecl file matched what eCompile would have created if it had compiled the scripts src file. If so how can a non-existant ecl file be up-to-date?

Anyway, this is a strange message and I figured I'd mention it.

Re: Strange thing with eCompile

Posted: Thu May 31, 2007 1:00 am
by Xandros
Yukiko wrote: I find it odd that 542 scripts would be up to date if all the ecl files were deleted prior to compiling. Am I not understanding the information being given me by eCompile? I thought that an up-to-date script was one whose ecl file matched what eCompile would have created if it had compiled the scripts src file. If so how can a non-existant ecl file be up-to-date?
Is the generation of *.dep files activated in your compiler configuration?
And if so, did you also delete the old *.dep files prior to compiling?

Xandros

Posted: Thu May 31, 2007 7:46 pm
by Yukiko
Yes they are enabled and yes I deleted them all.