-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build Landgraf AWS SDK #11
Comments
Sorry, the steps described in manual installation were swapped. We fixed it now. You should first add the folder to library path, and the compile all the packages. This way Delphi can find the compiled |
On my system, awscore.dcp is written to C:\Users\david\Documents\Embarcadero\Studio\22.0\CatalogRepository\AWSLandgrafSDK\Packages\d11\Win64\Release. In Delphi 11, I went to Tools->Options->Language->Delphi->Library and added the above path to the 'Library path' dropdown. After cleaning the project and removing all the platform folders I still get the same error in the same place when I try to build the project. Did I follow the instructions as you intended? I am not at all clear about 'Never-build' code that 'must be recompiled' Thanks |
That usually means awscore.dcp was not found. But, the folder you mentioned: Then compile all packages for both WIn32 and WIn64, pay attention to compile them for Release config, not Debug. |
Hello
I am using Delphi 11 on Windows 10. Following the steps for manual installation, I'm unable to build the packages in this library. The error I'm getting is
These errors were generated by choosing Build All on the AWSPackages entry in the Projects window. I get the same error on building awslexruntimev2280.bpl when I try to build the packages individually.
If it helps to know, I have some TMS components installed (Aurelius, BIZ Core Library, FNC). I also have downloaded and compiled the Appercept AWS SDK.
I would appreciate any help you can provide.
Thanks
The text was updated successfully, but these errors were encountered: