You are not logged in.
Hello everyone,
I'm trying to build micromanager, https://micro-manager.org/wiki/Linux_in … e_(Ubuntu), but when I have to create the Autotools files, I have an error:
lparioli@nc4400:~/mm/micro-manager1.4$ ./configure --enable-imagej-plugin=/usr/local/ImageJ
bash: ./configure: Permission denied
lparioli@nc4400:~/mm/micro-manager1.4$
If I use the sudo command, I get back:
lparioli@nc4400:~/mm/micro-manager1.4$ sudo ./configure --enable-imagej-plugin=/usr/local/ImageJ
sudo: ./configure: command not found
Any idea?
Offline
Sorry I was doing a mistake.
I didn't have a file "configure" but a "configure.ac".
The file configure hasn't been created running autogen.sh, because I had this error:
configure.ac:532: error: required file 'MODBUS/Makefile.in' not found
autoreconf: automake failed with exit status: 1
How can I solve it?
For the svn repo both username and password are "guest".
Offline
There's an Ubuntu PPA you could try rebuilding its source to see what happens:
Offline