Skip to content

Unable to compile on MacOS #652

@BssdTS

Description

@BssdTS

Hi,
there is an issue with some Apache units when tying to compile a MVCFramework project on MacOS.
(Same problem as issue #551, and it does not appear to be a syntax errror this time around)
Changing the following 'define' in dmvcframework.inc fixes the problem:

{$DEFINE SYSTEMJSON}
{$IFNDEF MOBILE}
{$DEFINE WEBAPACHEHTTP}
{$ENDIF}
{$DEFINE USEFIREDAC}

to

{$DEFINE SYSTEMJSON}
{$IFNDEF MOBILE}
{$IFNDEF MACOS}
{$DEFINE WEBAPACHEHTTP}
{$ENDIF}
{$ENDIF}

thanks :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions