Skip to content
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

Compile problems with Delphi 10.4 #197

Open
kaizirlewagen opened this issue Apr 13, 2023 · 5 comments
Open

Compile problems with Delphi 10.4 #197

kaizirlewagen opened this issue Apr 13, 2023 · 5 comments

Comments

@kaizirlewagen
Copy link

I cloned the latest master, use the scripts from build directory. I load fhir-projects.groupproj and try to build fhirserver.

The search path does not inlcude "..\library". The file "fhir.inc" could not be found. So add "..\library" to search path, this error is gone.

I see the search path includes Indy10, Indy OpenSSL, JCL and so on.
Where can i find the sources? And which versions should be used?

Can somebody paste some links?

Greetings, Kai

@kaizirlewagen
Copy link
Author

The search path for each project must be corrected.

....\server\dependencies\Indy10\Protocols

into

..\dependencies\Indy10\Protocols

@grahamegrieve
Copy link
Collaborator

you can make a PR, but the build is broken right now. Fixing it is a todo for me. All the dependencies are cloned GitHub repos under HealthIntersections - see the build scripts for where they come from

@kaizirlewagen
Copy link
Author

While correcting the search path the "Test" build can be done successfully.

@kaizirlewagen
Copy link
Author

Debug and Release could not be compiled.

@grahamegrieve
Copy link
Collaborator

The search path for each project must be corrected.

the project is intended to be in a directory called 'server', with the other dependencies in a sibling directory called 'source'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants