View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

ERROR: Newline while processing string called as: `cl ()’

kenney wrote on Jun 26, 2008

I was trying to install the xdimsum package. I changed extern.pkg as necessary, and when I tried opening iraf to install the package, I got the error:


ERROR: Newline while processing string
called as: `cl ()'
called as: `cl ()'
called as: `cl ()'
Error while reading login.cl file - may need to rebuild with mkiraf
Fatal startup error. CL dies.


I removed the lines I added to extern.pkg, but I still cannot open iraf. Does anyone have any ideas about how to fix this problem?

Mike Fitzpatrick wrote on Jun 26, 2008

Most likely the error is in the 'helpdb' string for the extern.pkg file, i.e. you didn't escape a newline with a backslash, there's a space after the backslash, or you deleted the end-quote.

-Mike

kenney wrote on Jun 26, 2008

Thank you so much for your help. There was a space after a backslash.

Rabin Chhetri wrote on Jun 26, 2008

Hi...I also encountered the same problem... and this post did help me to fix that...THANX..

Last post on Jun 26, 2008