HealthIntersections / fhirserver

Reference Implementation Server for the FHIR Specification
Other
177 stars 56 forks source link

Compile problems with Delphi 10.4 #197

Open kaizirlewagen opened 1 year ago

kaizirlewagen commented 1 year ago

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 commented 1 year ago

The search path for each project must be corrected.

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

into

..\dependencies\Indy10\Protocols

grahamegrieve commented 1 year ago

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 commented 1 year ago

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

kaizirlewagen commented 1 year ago

Debug and Release could not be compiled.

grahamegrieve commented 1 year ago

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'