At 11:33 AM -0500 2/5/09, Martin Costabel wrote:
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

I corrected the ^M using the HexEdit application (and verified that the
instance found and corrected of ^M was the only one in the file) but I
still got

failed to load "x264.ico": Couldn't recognize the image file format for
file 'x264.ico'

However, this time at least I didn't get a message about an unexpected end
of file.

Any further ideas? Your patience is much appreciated. Jonathan


------------------------------------------------------------------------------
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