Neuron Install on Ubutu 11.10 - Missing Dependencies?

Post Reply
neuroguy
Posts: 1
Joined: Wed Nov 30, 2011 1:33 pm

Neuron Install on Ubutu 11.10 - Missing Dependencies?

Post 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?
hines
Site Admin
Posts: 1691
Joined: Wed May 18, 2005 3:32 pm

Re: Neuron Install on Ubutu 11.10 - Missing Dependencies?

Post 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.
Post Reply