Error F1009

TwineCompile - Cut C++Builder compile times by up to 50x!
Daytona675x
Posts: 13
Joined: Tue Oct 05, 2021 4:48 am
Contact:

Error F1009

Post by Daytona675x »

The latest TwineCompile (installed via GetIt) for RAD Studio 11 fails to compile my clang64 project (which was created with RAD Studio 10.4) with the error message F1009, cannot open input file project-path-and-name.@@@
However, TwineCompile deletes and recreates this file successfully and it appears to be valid.

Note that TwineCompile 5.2.3.319 / RAD Studio 10.4 which are installed in parallel on the same machine can build the same project flawlessly.

Thanks for any suggestions!
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Error F1009

Post by jomitech »

This is a very weird error, since it's obviously creating this file. Do you get this error if you just compile a single unit or project, or does it only happen if you build the entire project group?
Jon
Daytona675x
Posts: 13
Joined: Tue Oct 05, 2021 4:48 am
Contact:

Re: Error F1009

Post by Daytona675x »

Thanks for the reply, I found the problem:
it happens if the path to the project contains a white-space. And yes, it also fails if I try to compile a single unit.

I just tried with a new default VCL project: if I place it inside the folder
"Z:\Test Project" it fails with that F1009, if I place it inside "Z:\TestProject" it works.

In case of my original issue it's my private component library, located in
"Z:\gc_include\packages\GoldenCode Components" ...

A fix will be highly appreciated :)
Rakon
Posts: 1
Joined: Mon Sep 13, 2021 2:32 am

Re: Error F1009

Post by Rakon »

Hi supporters - same applies to me! :oops:
The last versions of TwineComplie did a very good job - but now the same projects cannot be compiled since there is more than one blank in the project-path.
Please fix this issue in the near feature.
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Error F1009

Post by jomitech »

Yes, there was a path issue with the C++Builder 11 support. This has now been fixed. Please download the latest build from GetIt or from My Center and reinstall.
Jon
Richard_008
Posts: 36
Joined: Mon Sep 21, 2020 11:53 am

Re: Error F1009

Post by Richard_008 »

In order to update from GetIt, do I need to uninstall en reinstall TwineCompile, or should I simply wait untill an update is option comes available?
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Error F1009

Post by jomitech »

Just uninstall and re-install from GetIt. There won't be an update show up in GetIt.
Jon
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Error F1009

Post by jomitech »

If the GetIt package does not refresh for you, you can download the update here (it will be available for a few days): http://jomitech.com/downloads/TwineCompile530Update.zip
Jon
Richard_008
Posts: 36
Joined: Mon Sep 21, 2020 11:53 am

Re: Error F1009

Post by Richard_008 »

uninstalling and re-installing did not work, but the link you provided did work. Thanks!
Daytona675x
Posts: 13
Joined: Tue Oct 05, 2021 4:48 am
Contact:

Re: Error F1009

Post by Daytona675x »

Thanks, Jon! Another job well done, now I can check out C++ Builder 11 - it doesn't make sense to even start up this dev suite without a working TwineCompile... :)
Post Reply