Giorgi Chapidze 2 Posted March 21, 2023 (edited) Hi! I have followed the installation manual for Spring4d. Cloned the repository and ran the build.exe, without running tests, with the Update Registry option checked. Units and classes are definitely indexed because I can go to them with ctrl + click, but I am getting these weird errors: 1) Could not compile unit Spring 2) File not found Spring.inc . How can I solve it? Edited March 22, 2023 by Giorgi Chapidze Share this post Link to post
programmerdelphi2k 237 Posted March 21, 2023 (edited) to manuall install, have you updated your "...Delphi\Library\Library Path" (indicating all folders used to find .pas or .dcu source) on TOOL menu, for example? Library Path = to compiler Browsing Path = to code-editor Debug Path = to debug :_) Edited March 21, 2023 by programmerdelphi2k 1 Share this post Link to post
Stefan Glienke 2002 Posted March 21, 2023 CE does not have working command line compilers afaik so you have to manually install: - open <your-spring4d-dir>\Packages\Delphi10Sydney\Spring4D.groupproj - build the project group (unit tests might not compile as they require TestInsight - does not matter to you) - add <your-spring4d-dir>\Library\Delphi10Sydney\<platform>\<config> directory to the library path (Tools->Options... then Language->Delphi->Library (select the platform at the top and then "..." next to the Library path 1 Share this post Link to post
Giorgi Chapidze 2 Posted March 21, 2023 (edited) Thanks for your reply. I will try it out and give you a response. Edited March 21, 2023 by Giorgi Chapidze Share this post Link to post
Giorgi Chapidze 2 Posted March 21, 2023 1 hour ago, Stefan Glienke said: CE does not have working command line compilers afaik so you have to manually install: - open <your-spring4d-dir>\Packages\Delphi10Sydney\Spring4D.groupproj - build the project group (unit tests might not compile as they require TestInsight - does not matter to you) - add <your-spring4d-dir>\Library\Delphi10Sydney\<platform>\<config> directory to the library path (Tools->Options... then Language->Delphi->Library (select the platform at the top and then "..." next to the Library path By the way, you are the lead for Spring4d, right? I am curious if you are working on the new release. I am fond of your project, and if I had expertise, it would be an honor to contribute to it. Thanks for your work. 1 Share this post Link to post
Stefan Glienke 2002 Posted March 21, 2023 I do, in fact, last week I did the 2.0 rc1 1 Share this post Link to post
Giorgi Chapidze 2 Posted March 21, 2023 (edited) 22 minutes ago, Stefan Glienke said: I do, in fact, last week I did the 2.0 rc1 On Bitbucket, 1.2.4 (2020) is the latest version available. So I thought the project was kind of abandoned... Now I am happy! Where can I see the release lifecycle? Edited March 21, 2023 by Giorgi Chapidze Share this post Link to post
baeckerg 6 Posted March 22, 2023 You need to check under Downloads / Tags: Tags for Spring4D 1 Share this post Link to post
Giorgi Chapidze 2 Posted March 22, 2023 59 minutes ago, baeckerg said: You need to check under Downloads / Tags: Tags for Spring4D Thank you all for your help and time. Share this post Link to post