Re: [micro-manager-general] C++ Qt MMCore on OSx
Status: Beta
Brought to you by:
nicost
|
From: Nico S. <nic...@uc...> - 2016-09-30 19:21:21
|
On 9/30/16 8:38 AM, Fabrizio Radaelli wrote: > 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? What is the error (or the problem)? You will see a lot of "nothing to be done" output, especially if you have previously build MM. Do you see the resulting library files in the .libs directories? Best, Nico |