Re: [micro-manager-general] Linux installation
Status: Beta
Brought to you by:
nicost
|
From: Johannes S. <Joh...@gm...> - 2009-07-06 13:59:09
|
Hi, On Mon, 6 Jul 2009, Jörg Hagmann wrote: > make[1]: Entering directory `/home/tetrao/src/micromanager1.3/MMCoreJ_wrap' > cp .libs/libMMCoreJ_wrap.so /usr/lib/micro-manager/libMMCoreJ_wrap.so > cp: cannot create regular file > `/usr/lib/micro-manager/libMMCoreJ_wrap.so': No such file or directory > make[1]: *** [install] Error 1 > make[1]: Leaving directory `/home/tetrao/src/micromanager1.3/MMCoreJ_wrap' > make: *** [install-recursive] Error 1 This means that the SWIG-based wrapper was not compiled. Maybe you need to install SWIG before running configure? > Is ACE required? If yes, installation also didn't work: > tetrao@tetrao:~/src/ACE_wrappers$ ./configure --enable-static > bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory This means that you have a version of ACE_wrappers with DOS line endings (who does this still, anyway?). Either you find a version without such line endings (I never had problems with the tarballs I downloaded myself) or you have to fix the files that contain DOS line endings (_not_ any binary files, though!) with dos2unix or fromdos or some such. Ciao, Dscho |