-
Notifications
You must be signed in to change notification settings - Fork 158
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
Compiling on OSX 10.14 with GIMMI GUI #118
Comments
@antochny could you please try this branch: more-portable-gimmi |
Hi, just adding my 2 cents here : MacOS Mojave (10.14.5) + XCode command line tools only
-> successful compilation ! |
@gmorain Thanks for the feedback about the successful compilation. |
The answer is probably yes: I was able to start NB1: I am not an expert (yet) in MicMac use (that is probably why I was happy to discover GIMMI). |
Thanks for the detailed feedback @gmorain. I will propose to merge this branch since it should be harmless for other OSe. For the meshlab issue I will take a quick look but please open another issue on github. I saw the webodm fork based on MicMac, it's very nice to see such initiative. on my side I'm afraid I am a bit old school and I do no use any GUI in order to run MicMac tools ;). |
I will investigate a little further for the MeshLab issue before submitting an issue. I just found out that I also have a meshlab command in my path (typical brew path, but I do not remember having used the command line to install MeshLab):
which fails when launched:
a
|
|
True. I still do not remember having done anything special to have a link there:
MeshLab was initially installed on 7 Apr 2018 with the DMG available here, and this morning I replaced it with a From the
Regarding the CLI/GUI options: I totally agree with you in principle, I am a more "CLI" guy, but I also like APIs (easy remote invocation from a laptop on a beefy processing node with 3 lines of Python...) and GUIs to quickly try settings/workflows before actually converting them into scripts. I will continue investigating the GIMMI interface in the coming days, and will hopefully have the time to summarize what works / does not work out of the box on a MacOS/Mojave computer |
Thank, I follow this and compiled success. |
I'm trying to compiling MicMac with the new GUI GIMMI on OSX 10.14.
I enabled it in cmake list :
Run the cmake with :
But I got the following error :
I've found a possible solution linked to the non-universality of get_current_dir_name() (as not supported python bindings) from the following sources ; link1 and link2 if it is relevant ?
The text was updated successfully, but these errors were encountered: