PDA

View Full Version : Command line compiler issues with 6.0.12


OlliS
23-Mar-2008, 07:17 PM
Hello,

We have an automated build process using Final Builder as the build tool building Delphi -projects using the command line compiler.

This process has worked quite well for 6.0.10, but something in the 6.0.12 has now caused serious issues.

All of the executables resulting from builds using the 6.0.12 command line compiler now fail with the following error message: Cannot use 'CurrentEurekaLogOptions' function in module "<Executable Name>" without activate EurekaLog. To activate EurekaLog use the new IDE "Project/EurekaLog Options..." menu.

All of the projects have settings for active EurekaLog, they work just fine in the IDE and they work with identical settings when built from the IDE. Also the build log indicate no issues - everything appears to be built just fine, except that the executables do not have EurekaLog active.

We'd appreciate any assistance.

admin
27-Mar-2008, 02:30 PM
Hi,

do you use the -E directive in the ecc32.exe compilation?

OlliS
02-Apr-2008, 07:18 AM
FinalBuilder does not report it /E being in the command line, but the action does have output directory defined.

I assume that /E is the same as for DCC32 (specifying output directory) as the ECC32 does not give any command line help.

admin
02-Apr-2008, 07:29 AM
Hi,

I think to have just fixed this issue in the last EurekaLog 6.0.13 RC 3.

Can you try it and tell back to me your results, please? :)

OlliS
06-Jun-2008, 09:10 AM
I think to have just fixed this issue in the last EurekaLog 6.0.13 RC 3.


We just got around to try to upgrade to 6.0.14, and the same issue is still present.

admin
06-Jun-2008, 04:09 PM
Hi,

I have just fixed a FinalBuilder related bug in the last 6.0.15 RC 1.

Please try it and tell back to me your result.

PS: thank you for your time and patient! ;)