Jump to content
Sign in to follow this  
dummzeuch

Building a project in Delphi 10.3 fails if the build script output contains "error:"

Recommended Posts

I just had a nasty surprise with Delphi 10.3 when trying to build a project that worked fine with previous Delphi versions. The problem turned out the text one of my pre build events wrote to the output. It contained the string "error :" [...]

 

read on in my blog post

 

 

  • Sad 1

Share this post


Link to post

Happens to me, too. It seems to key on "error:" (i.e. with a colon) because this produces the same result:

@echo There was not one error: everything is OK

 

 

Share this post


Link to post

I apparently doesn't care whether there is a space between 'error' and ':' or not. I haven't investigated any further, e.g. if "warning:" also counts as a compiler warning.

 

Even if it is meant as a feature, it's definitely not implemented correctly as there should not be such an additional and confusing error dialog.

And of course it should have been documented.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×