<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Ryan&#039;s Blog</title>
	<atom:link href="http://ryan.bigwoofs.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryan.bigwoofs.com</link>
	<description>The personal blog of Ryan Ridge</description>
	<lastBuildDate>Fri, 21 Oct 2011 16:04:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Getting an HP Color LaserJet CP1215 working on a Mac by Markosjal</title>
		<link>http://ryan.bigwoofs.com/2008/12/getting-an-hp-color-laserjet-cp1215-working-on-a-mac/comment-page-9/#comment-1193</link>
		<dc:creator>Markosjal</dc:creator>
		<pubDate>Fri, 21 Oct 2011 16:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.bigwoofs.com/?p=1064#comment-1193</guid>
		<description>I have used this on 10.5 and noow attempting to install on 10.6 and upon installing ghostscript at &quot;make&quot;  I get the following. Arent there pprecompiled binaries of Ghostscript for OSX?

make
gcc -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE=&quot;unsigned long int&quot;   -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE=&quot;unsigned long int&quot;   -I./src -I./obj/ -Izlib ./src/mkromfs.c -o ./obj/mkromfs ./obj/compress.o ./obj/deflate.o ./obj/zutil.o ./obj/adler32.o ./obj/crc32.o ./obj/trees.o ./obj/gscdefs.o ./obj/gsmisc.o ./obj/gpmisc.o ./obj/gslibctx.o ./obj/gp_getnv.o ./obj/gp_unix.o ./obj/gp_unifs.o ./obj/gp_unifn.o ./obj/gp_stdia.o ./obj/gsutil.o -lm -ldl -lm  -liconv -lstdc++  
./src/mkromfs.c: In function ‘inode_write’:
./src/mkromfs.c:281: warning: pointer targets in passing argument 2 of ‘put_bytes_padded’ differ in signedness
ld: warning: in ./obj/compress.o, file is not of required architecture
ld: warning: in ./obj/deflate.o, file is not of required architecture
ld: warning: in ./obj/zutil.o, file is not of required architecture
ld: warning: in ./obj/adler32.o, file is not of required architecture
ld: warning: in ./obj/crc32.o, file is not of required architecture
ld: warning: in ./obj/trees.o, file is not of required architecture
ld: warning: in ./obj/gsmisc.o, file is not of required architecture
ld: warning: in ./obj/gpmisc.o, file is not of required architecture
ld: warning: in ./obj/gslibctx.o, file is not of required architecture
ld: warning: in ./obj/gp_getnv.o, file is not of required architecture
ld: warning: in ./obj/gp_unix.o, file is not of required architecture
ld: warning: in ./obj/gp_unifs.o, file is not of required architecture
ld: warning: in ./obj/gp_unifn.o, file is not of required architecture
ld: warning: in ./obj/gp_stdia.o, file is not of required architecture
ld: warning: in ./obj/gsutil.o, file is not of required architecture
Undefined symbols:
  &quot;_gp_enumerate_files_next&quot;, referenced from:
      _process_path in cc7ojEGo.o
  &quot;_compress&quot;, referenced from:
      _process_path in cc7ojEGo.o
  &quot;_gp_enumerate_files_init&quot;, referenced from:
      _process_path in cc7ojEGo.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [obj/mkromfs] Error 1</description>
		<content:encoded><![CDATA[<p>I have used this on 10.5 and noow attempting to install on 10.6 and upon installing ghostscript at &#8220;make&#8221;  I get the following. Arent there pprecompiled binaries of Ghostscript for OSX?</p>
<p>make<br />
gcc -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE=&#8221;unsigned long int&#8221;   -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE=&#8221;unsigned long int&#8221;   -I./src -I./obj/ -Izlib ./src/mkromfs.c -o ./obj/mkromfs ./obj/compress.o ./obj/deflate.o ./obj/zutil.o ./obj/adler32.o ./obj/crc32.o ./obj/trees.o ./obj/gscdefs.o ./obj/gsmisc.o ./obj/gpmisc.o ./obj/gslibctx.o ./obj/gp_getnv.o ./obj/gp_unix.o ./obj/gp_unifs.o ./obj/gp_unifn.o ./obj/gp_stdia.o ./obj/gsutil.o -lm -ldl -lm  -liconv -lstdc++<br />
./src/mkromfs.c: In function ‘inode_write’:<br />
./src/mkromfs.c:281: warning: pointer targets in passing argument 2 of ‘put_bytes_padded’ differ in signedness<br />
ld: warning: in ./obj/compress.o, file is not of required architecture<br />
ld: warning: in ./obj/deflate.o, file is not of required architecture<br />
ld: warning: in ./obj/zutil.o, file is not of required architecture<br />
ld: warning: in ./obj/adler32.o, file is not of required architecture<br />
ld: warning: in ./obj/crc32.o, file is not of required architecture<br />
ld: warning: in ./obj/trees.o, file is not of required architecture<br />
ld: warning: in ./obj/gsmisc.o, file is not of required architecture<br />
ld: warning: in ./obj/gpmisc.o, file is not of required architecture<br />
ld: warning: in ./obj/gslibctx.o, file is not of required architecture<br />
ld: warning: in ./obj/gp_getnv.o, file is not of required architecture<br />
ld: warning: in ./obj/gp_unix.o, file is not of required architecture<br />
ld: warning: in ./obj/gp_unifs.o, file is not of required architecture<br />
ld: warning: in ./obj/gp_unifn.o, file is not of required architecture<br />
ld: warning: in ./obj/gp_stdia.o, file is not of required architecture<br />
ld: warning: in ./obj/gsutil.o, file is not of required architecture<br />
Undefined symbols:<br />
  &#8220;_gp_enumerate_files_next&#8221;, referenced from:<br />
      _process_path in cc7ojEGo.o<br />
  &#8220;_compress&#8221;, referenced from:<br />
      _process_path in cc7ojEGo.o<br />
  &#8220;_gp_enumerate_files_init&#8221;, referenced from:<br />
      _process_path in cc7ojEGo.o<br />
ld: symbol(s) not found<br />
collect2: ld returned 1 exit status<br />
make: *** [obj/mkromfs] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting an HP Color LaserJet CP1215 working on a Mac by Ryan</title>
		<link>http://ryan.bigwoofs.com/2008/12/getting-an-hp-color-laserjet-cp1215-working-on-a-mac/comment-page-9/#comment-1170</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 18 Oct 2011 01:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.bigwoofs.com/?p=1064#comment-1170</guid>
		<description>Yeah, I about passed out after I set it up the first time and OS X gave me a big &quot;what printer?&quot;. There was no way I was paying the shipping cost to send it back, so I found this method. :-) Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Yeah, I about passed out after I set it up the first time and OS X gave me a big &#8220;what printer?&#8221;. There was no way I was paying the shipping cost to send it back, so I found this method. :-) Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting an HP Color LaserJet CP1215 working on a Mac by Matt</title>
		<link>http://ryan.bigwoofs.com/2008/12/getting-an-hp-color-laserjet-cp1215-working-on-a-mac/comment-page-9/#comment-1169</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 18 Oct 2011 00:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.bigwoofs.com/?p=1064#comment-1169</guid>
		<description>Awesome write-up/post... I almost died when I realized my printer did not have a Mac driver!  (What ever happened to HP? They&#039;ll be making steak sauce next!!!)

Anyway, just wanted to say thanks for sharing.  Everything worked! (iMac running Snow Leopard --10.6.8... procrastination finally paid off ;-p )</description>
		<content:encoded><![CDATA[<p>Awesome write-up/post&#8230; I almost died when I realized my printer did not have a Mac driver!  (What ever happened to HP? They&#8217;ll be making steak sauce next!!!)</p>
<p>Anyway, just wanted to say thanks for sharing.  Everything worked! (iMac running Snow Leopard &#8211;10.6.8&#8230; procrastination finally paid off ;-p )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting an HP Color LaserJet CP1215 working on a Mac by bluebanana</title>
		<link>http://ryan.bigwoofs.com/2008/12/getting-an-hp-color-laserjet-cp1215-working-on-a-mac/comment-page-9/#comment-1147</link>
		<dc:creator>bluebanana</dc:creator>
		<pubDate>Wed, 05 Oct 2011 15:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.bigwoofs.com/?p=1064#comment-1147</guid>
		<description>https://launchpad.net/foomatic-filters/3.0/3.0.2  Foomatic-filters link to download</description>
		<content:encoded><![CDATA[<p><a href="https://launchpad.net/foomatic-filters/3.0/3.0.2" rel="nofollow">https://launchpad.net/foomatic-filters/3.0/3.0.2</a>  Foomatic-filters link to download</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting an HP Color LaserJet CP1215 working on a Mac by Ryan</title>
		<link>http://ryan.bigwoofs.com/2008/12/getting-an-hp-color-laserjet-cp1215-working-on-a-mac/comment-page-9/#comment-1116</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 15 Sep 2011 16:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.bigwoofs.com/?p=1064#comment-1116</guid>
		<description>Looks like the openprinting.org site was hacked. I&#039;ll dig around and see if I have the package stored on one of my machines, and provide it for download.</description>
		<content:encoded><![CDATA[<p>Looks like the openprinting.org site was hacked. I&#8217;ll dig around and see if I have the package stored on one of my machines, and provide it for download.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

