Skip to content

OSX 'make install' problem #218

@zionlin1996

Description

@zionlin1996

What is your environment?

  • OS version
    mac sierra 10.12.4

After using cmake generate Makefile and install:

$ cmake .
$ make install

there are some errors:

-- Install configuration: ""
-- Installing: /usr/local/share/applications/chewing-editor.desktop
CMake Error at cmake_install.cmake:35 (file):
  file INSTALL cannot find "/path/to/chewing-editor/chewing-editor".

maybe the correct path of the built file should be "chewing-editor.app/Contents/MacOS/chewing-editor"
instead of "chewing-editor/chewing-editor" ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions