FHIR Chat · Free Pascal / Lazarus · pascal

Stream: pascal

Topic: Free Pascal / Lazarus


view this post on Zulip Grahame Grieve (Aug 22 2020 at 21:04):

I had a few hours with nothing to do yesterday - confined to home, and bad weather, so I decided to amuse myself with having another go at getting stuff compiling under free pascal. I made substantial progress, but I've gotten stuck on what looks like a compiler bug to me. see https://forum.lazarus.freepascal.org/index.php/topic,51150.0.html

view this post on Zulip Rob Hausam (Aug 22 2020 at 21:37):

Sounds like there might be a way to work around the issue?

view this post on Zulip Grahame Grieve (Sep 13 2020 at 23:33):

ok, so I decided to make getting FHIRServer to compile under FPC my goal for during our extended lock down here in Melbourne. And I've just committed a version of the code that successfully compiles under FPC. I still have a long way to go - there's various hacks to system libraries such as zlib to get it compile that means it absolutely won't run. But at least the code compiles now ;-)

view this post on Zulip Grahame Grieve (Sep 13 2020 at 23:34):

The goal here is to get to the point where we can compile it for OSX, Linux etc (I no longer believe in the delphi path towards cross-platform support)

view this post on Zulip Grahame Grieve (Oct 07 2020 at 05:22):

ok. Compiles, links, and starts running on linux. Doesn't get very far before bang, but that's a lot of progress ;-). And I have 14 days of lock down left ;-)


Last updated: Apr 12 2022 at 19:14 UTC