[Suresh / Kiwamu]
HELP US Jamieeeeeeee !! We are unable to compile c1ioo.
It looks like something wrong with Makefile.
We ran make c1ioo -- this was successful every time. However make install-c1ioo doesn't run.
The below is the error messages we got.
make install-target-c1ioo
make[1]: Entering directory `/opt/rtcds/caltech/c1/core/branches/branch-2.1'
Please make c1ioo first
Then we looked at Makefile and tried to find what was wrong. Then found the sentence (in 36th line from the top) saying
if test $(site)no = no; then echo Please make $$system first; exit 1; fi;\
We thought the lack of the site-name specification caused the error.
So then we tried the compile it again with the site name specified by typing
export site=c1
in the terminal window.
It went ahead a little bit further, but it still doesn't run all through the Make commands.
|