Page 1 of 1

Neuron Install on Ubutu 11.10 - Missing Dependencies?

Posted: Wed Nov 30, 2011 2:12 pm
by neuroguy
During make for neuron:

/usr/site/nrniv/nrn/src/ivoc/mlinedit.cpp:109:65: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
/usr/site/nrniv/iv/include/InterViews/iv3textbuffer.h:82:5: error: initializing argument 1 of 'iv3_TextBuffer::iv3_TextBuffer(char*, int, int)' [-fpermissive]

make[3]: *** [mlinedit.lo] Error 1
make[3]: Leaving directory `/usr/site/nrniv/nrnathlon/src/ivoc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/site/nrniv/nrnathlon/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/site/nrniv/nrnathlon'
make: *** [all] Error 2

Any suggestions?

Re: Neuron Install on Ubutu 11.10 - Missing Dependencies?

Posted: Fri Dec 02, 2011 12:35 pm
by hines
There has been a minor change to one of the InterViews prototypes. You should
re-build InterViews from the iv-17.tar.gz file from
http://www.neuron.yale.edu/ftp/neuron/versions/alpha/
or else patch your present version using
http://www.neuron.yale.edu/hg/neuron/iv ... d20c8c9a6e
and 'make ; make install' in the iv directory.