[micro-manager-general] C++ Qt MMCore on OSx
Status: Beta
Brought to you by:
nicost
|
From: Fabrizio R. <f.r...@ca...> - 2016-09-30 15:38:41
|
Hi Nico, thank you very much for your answer. I think that my problem was that I include only "MMCore.h" and "Configuration.h", without linking the library. So I tried to build Micro-Manager but I stumbled upon another error: "./autogen.sh", "./configure" and "make fetchdeps" returns no error but when I do "make" and "make install" I obtain a lot of "Nothing to be done for `all-am'", for example: "Making install in MMCore Making install in . make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'." Instead with, for example, "MMCoreJ_wrap" I don't get this error. Is there an explication? Thank you very much for your work |