Neuron 6.2 Fail to build on Ubuntu [SOLVED]
Posted: Fri Nov 07, 2008 2:59 pm
Hi everybody,
after I have patched the code according to the instructions contained in this Topic http://www.neuron.yale.edu/phpBB/viewto ... f=6&t=1318 I've obtained this error:
Anybody has encountered the same problem?
Update:
I re-extracted the nrn tarball, applied the patches and re-compiled and it worked out of the box. My guess is that some old files was still lying in the old directory and the make clean command was not able to tackle all of them.
after I have patched the code according to the instructions contained in this Topic http://www.neuron.yale.edu/phpBB/viewto ... f=6&t=1318 I've obtained this error:
Code: Select all
make[3]: Entering directory `/home/mattions/Work/progs/neuron/nrn-6.2/src/nrnoc'
(MODLUNIT=../../share/lib/nrnunits.lib ; \
export MODLUNIT ; ../nmodl/nocmodl ./hh )
Can't create C file: ./hh.c at line 0 in file ./hh.mod
^
make[3]: *** [hh.c] Error 1
Update:
I re-extracted the nrn tarball, applied the patches and re-compiled and it worked out of the box. My guess is that some old files was still lying in the old directory and the make clean command was not able to tackle all of them.