Skip to content

Error compiling on Mac OsX "unit Web.ApacheHTTP not found" (Alexandria) #551

@surfzone-org

Description

@surfzone-org

You get the error "unit Web.ApacheHTTP not found"

Changed on dmvcframework.inc

From:
{$IFNDEF MOBILE}
{$DEFINE WEBAPACHEHTTP}
{$ENDIF}

To:
{$IFNDEF MOBILE}
{$IFNDEF MACOS}
{$DEFINE WEBAPACHEHTTP}
{$ENDIF}
{$ENDIF}

and then, it works

Metadata

Metadata

Assignees

Labels

acceptedIssue has been accepted and inserted in a future milestoneneed more info

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions