Skip to content

Unmatched parentheses? #20

@ianGre

Description

@ianGre

Error about
"Preprocessing qt...
/bin/sh: 1: Syntax error: "then" unexpected (expecting ")")

I found in qt.mk line 137

sed -i.old 's/if \[ "$$$$XPLATFORM_MAC" = "yes" \]; then xspecvals=$$$$(macSDKify/if \[ "$$$$BUILD_ON_MAC" = "yes" \]; then xspecvals=$$$$(macSDKify/' qtbase/configure && \

I think it maybe should be

sed -i.old 's/if \[ "$$$$XPLATFORM_MAC" = "yes" \]; then xspecvals=$$$$macSDKify/if \[ "$$$$BUILD_ON_MAC" = "yes" \]; then xspecvals=$$$$macSDKify/' qtbase/configure && \

The only way other multiple $$$$ are used in the files in this project is directly in front of alpha-numeric characters, not a bracket.

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