drjl...@netonecom.net wrote:
> Martin, your script didn't work for some reason. I got the following message:
> 
> Scanning package description files.......WARNING: End of file reached
> during here-document in
> "/sw/fink/dists/unstable/main/finkinfo/gnome/gtk+2.info".
> 
> I'm attaching my amended version of the info file. Do you see anything
> wrong? -- Thanks again, Jonathan

Looking very closely, I see that the end-of-line character after the 
line you added is ^M (or ctrl-M or \r or 0x0d). This is the Mac line 
ending. It should be ^J (or ctrl-J or \n or 0x0a), the Unix line ending.
See if you can convince your text editor to change this.

Or run

   perl -pi -e "s/\r/\n/g" gtk+2.info

-- 
Martin


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to