Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mgconsole installation is not working on MAC #39

Open
Josipmrden opened this issue Sep 12, 2022 · 2 comments
Open

Mgconsole installation is not working on MAC #39

Josipmrden opened this issue Sep 12, 2022 · 2 comments
Assignees
Labels
bug bug community community Effort - Medium Effort - Medium Frequency - EveryTime Frequency - EveryTime Priority - Later Priority - Later Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3

Comments

@Josipmrden
Copy link

When following the instructions, I had to set additional parameter in CMake
-DCMAKE_INSTALL_PREFIX=/usr/local/ in order for the command make install to complete. Otherwise, an error:

CMake Error at src/cmake_install.cmake:41 (file):
  file INSTALL cannot copy file
  "/Users/memgraph/Memgraph-Repos/mgconsole/build/src/mgconsole" to
  "/usr/bin/mgconsole": Operation not permitted.
Call Stack (most recent call first):
  cmake_install.cmake:42 (include)

would occur.

@Josipmrden Josipmrden self-assigned this Sep 12, 2022
@gitbuda
Copy link
Member

gitbuda commented Sep 12, 2022

I think this is valid, probably the correct flag should be defined in the CMakeLists or docs pages have to be updated, but since there is the binary on the web, this issue doesn't have a huge priority 😄

@gitbuda
Copy link
Member

gitbuda commented Sep 17, 2022

Additional thing is to make clang the preferred compiler because the linker flags depend on it.

@katarinasupe katarinasupe added bug bug community community Severity - S3 Severity - S3 Effort - Unknown Effort - Unknown Importance - I3 Importance - I3 labels Dec 29, 2023
@imilinovic imilinovic added Effort - Medium Effort - Medium and removed Effort - Unknown Effort - Unknown labels Feb 22, 2024
@hal-eisen-MG hal-eisen-MG added the Priority - Later Priority - Later label Feb 22, 2024
@katarinasupe katarinasupe added Frequency - EveryTime Frequency - EveryTime Reach - VeryFew Reach - VeryFew and removed Importance - I3 Importance - I3 labels Feb 27, 2024
@hal-eisen-MG hal-eisen-MG added Priority - Next Priority - Next and removed Priority - Later Priority - Later labels May 12, 2024
@hal-eisen-MG hal-eisen-MG added Priority - Later Priority - Later and removed Priority - Next Priority - Next labels Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug community community Effort - Medium Effort - Medium Frequency - EveryTime Frequency - EveryTime Priority - Later Priority - Later Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3
Projects
Development

No branches or pull requests

5 participants