Skip to content

MacOS build instructions wrong #116

Open
@albertz

Description

@albertz

I tried to follow these: http://domterm.org/Downloading-and-building.html#macos-build-simple

But it fails with:

$ CXX="g++ -std=c++11" ./configure
...
checking for magic_open in -lmagic... no
checking for qmake... /opt/homebrew/bin/qmake
checking for moc... no
checking for moc-qt5... no
checking for moc-qt4... no
checking for moc-qt3... no
configure: error: Cannot find moc (Meta Object Compiler).  Try --with-qt=PATH.

I have MacOS 12.5.1.

moc can be find in /opt/homebrew/opt/qt6/share/qt/libexec/moc but not directly in the bin dir.

I then tried CXX="g++ -std=c++11" ./configure --with-qt=/opt/homebrew/opt/qt6 but that gives the same error.

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