Neuron 6.2 Fail to build on Ubuntu [SOLVED]

Post Reply
mattions
Posts: 65
Joined: Tue Jul 15, 2008 11:21 am
Location: EMBL-EBI Cambridge UK

Neuron 6.2 Fail to build on Ubuntu [SOLVED]

Post by mattions »

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:

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