<?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 on: Hexaflexamaps</title>
	<atom:link href="http://blog.cloudmade.com/2008/11/12/hexaflexamaps/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cloudmade.com/2008/11/12/hexaflexamaps/</link>
	<description>The CloudMade Blog</description>
	<lastBuildDate>Mon, 13 Jun 2011 17:48:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://blog.cloudmade.com/2008/11/12/hexaflexamaps/comment-page-1/#comment-2325</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 11 Jun 2009 11:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudmade.com/?p=99#comment-2325</guid>
		<description>thank you, matt, that solved it!</description>
		<content:encoded><![CDATA[<p>thank you, matt, that solved it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://blog.cloudmade.com/2008/11/12/hexaflexamaps/comment-page-1/#comment-2291</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudmade.com/?p=99#comment-2291</guid>
		<description>Alex, it looks like you need the &quot;proj&quot; package, which has the libproj headers. After that, the gem install should work.</description>
		<content:encoded><![CDATA[<p>Alex, it looks like you need the &#8220;proj&#8221; package, which has the libproj headers. After that, the gem install should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.cloudmade.com/2008/11/12/hexaflexamaps/comment-page-1/#comment-2290</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudmade.com/?p=99#comment-2290</guid>
		<description>I think I need to install proj4rb, but it fails. Any hints?



 gem install proj4rb
WARNING:  Installing to ~/.gem since /var/lib/gems/1.8 and
	  /var/lib/gems/1.8/bin aren&#039;t both writable.
WARNING:  You don&#039;t have /home/user/.gem/ruby/1.8/bin in your PATH,
	  gem executables will not run.
Building native extensions.  This could take a while...
ERROR:  Error installing proj4rb:
	ERROR: Failed to build gem native extension.

/usr/bin/ruby1.8 extconf.rb install proj4rb
checking for pj_init() in -lproj... no
creating Makefile

make
cc -I. -I. -I/usr/lib/ruby/1.8/i486-linux -I. -D_FILE_OFFSET_BITS=64  -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -I/sw/include  -c projrb.c
projrb.c:2:22: error: projects.h: No such file or directory
projrb.c:3:22: error: proj_api.h: No such file or directory
projrb.c:26: error: expected specifier-qualifier-list before ‘projPJ’
projrb.c: In function ‘proj_free’:
projrb.c:36: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c:37: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c: In function ‘proj_alloc’:
projrb.c:45: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c: In function ‘proj_error_message’:
projrb.c:58: warning: initialization makes pointer from integer without a cast
projrb.c: In function ‘proj_initialize’:
projrb.c:87: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c:89: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c:90: error: invalid type argument of ‘unary *’ (have ‘int’)
projrb.c: In function ‘proj_has_inverse’:
projrb.c:108: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c: In function ‘proj_is_latlong’:
projrb.c:119: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c: In function ‘proj_is_geocent’:
projrb.c:130: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c: In function ‘proj_get_def’:
projrb.c:141: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c:141: warning: passing argument 1 of ‘rb_str_new2’ makes pointer from integer without a cast
projrb.c: In function ‘proj_forward’:
projrb.c:153: error: ‘projLP’ undeclared (first use in this function)
projrb.c:153: error: (Each undeclared identifier is reported only once
projrb.c:153: error: for each function it appears in.)
projrb.c:153: error: expected ‘;’ before ‘pj_point’
projrb.c:154: error: ‘projXY’ undeclared (first use in this function)
projrb.c:154: error: expected ‘;’ before ‘pj_result’
projrb.c:157: error: ‘pj_point’ undeclared (first use in this function)
projrb.c:159: error: ‘pj_result’ undeclared (first use in this function)
projrb.c:159: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c:161: error: invalid type argument of ‘unary *’ (have ‘int’)
projrb.c: In function ‘proj_inverse’:
projrb.c:183: error: ‘projXY’ undeclared (first use in this function)
projrb.c:183: error: expected ‘;’ before ‘pj_point’
projrb.c:184: error: ‘projLP’ undeclared (first use in this function)
projrb.c:184: error: expected ‘;’ before ‘pj_result’
projrb.c:188: error: ‘pj_point’ undeclared (first use in this function)
projrb.c:190: error: ‘pj_result’ undeclared (first use in this function)
projrb.c:190: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c:192: error: invalid type argument of ‘unary *’ (have ‘int’)
projrb.c: In function ‘proj_transform’:
projrb.c:236: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c:236: error: ‘_wrap_pj’ has no member named ‘pj’
projrb.c: In function ‘Init_proj4_ruby’:
projrb.c:495: error: ‘DEG_TO_RAD’ undeclared (first use in this function)
projrb.c:499: error: ‘RAD_TO_DEG’ undeclared (first use in this function)
projrb.c:503: error: ‘PJ_VERSION’ undeclared (first use in this function)
make: *** [projrb.o] Error 1


Gem files will remain installed in /home/user/.gem/ruby/1.8/gems/proj4rb-0.3.0 for inspection.
Results logged to /home/user/.gem/ruby/1.8/gems/proj4rb-0.3.0/ext/gem_make.out</description>
		<content:encoded><![CDATA[<p>I think I need to install proj4rb, but it fails. Any hints?</p>
<p> gem install proj4rb<br />
WARNING:  Installing to ~/.gem since /var/lib/gems/1.8 and<br />
	  /var/lib/gems/1.8/bin aren&#8217;t both writable.<br />
WARNING:  You don&#8217;t have /home/user/.gem/ruby/1.8/bin in your PATH,<br />
	  gem executables will not run.<br />
Building native extensions.  This could take a while&#8230;<br />
ERROR:  Error installing proj4rb:<br />
	ERROR: Failed to build gem native extension.</p>
<p>/usr/bin/ruby1.8 extconf.rb install proj4rb<br />
checking for pj_init() in -lproj&#8230; no<br />
creating Makefile</p>
<p>make<br />
cc -I. -I. -I/usr/lib/ruby/1.8/i486-linux -I. -D_FILE_OFFSET_BITS=64  -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -I/sw/include  -c projrb.c<br />
projrb.c:2:22: error: projects.h: No such file or directory<br />
projrb.c:3:22: error: proj_api.h: No such file or directory<br />
projrb.c:26: error: expected specifier-qualifier-list before ‘projPJ’<br />
projrb.c: In function ‘proj_free’:<br />
projrb.c:36: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c:37: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c: In function ‘proj_alloc’:<br />
projrb.c:45: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c: In function ‘proj_error_message’:<br />
projrb.c:58: warning: initialization makes pointer from integer without a cast<br />
projrb.c: In function ‘proj_initialize’:<br />
projrb.c:87: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c:89: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c:90: error: invalid type argument of ‘unary *’ (have ‘int’)<br />
projrb.c: In function ‘proj_has_inverse’:<br />
projrb.c:108: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c: In function ‘proj_is_latlong’:<br />
projrb.c:119: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c: In function ‘proj_is_geocent’:<br />
projrb.c:130: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c: In function ‘proj_get_def’:<br />
projrb.c:141: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c:141: warning: passing argument 1 of ‘rb_str_new2’ makes pointer from integer without a cast<br />
projrb.c: In function ‘proj_forward’:<br />
projrb.c:153: error: ‘projLP’ undeclared (first use in this function)<br />
projrb.c:153: error: (Each undeclared identifier is reported only once<br />
projrb.c:153: error: for each function it appears in.)<br />
projrb.c:153: error: expected ‘;’ before ‘pj_point’<br />
projrb.c:154: error: ‘projXY’ undeclared (first use in this function)<br />
projrb.c:154: error: expected ‘;’ before ‘pj_result’<br />
projrb.c:157: error: ‘pj_point’ undeclared (first use in this function)<br />
projrb.c:159: error: ‘pj_result’ undeclared (first use in this function)<br />
projrb.c:159: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c:161: error: invalid type argument of ‘unary *’ (have ‘int’)<br />
projrb.c: In function ‘proj_inverse’:<br />
projrb.c:183: error: ‘projXY’ undeclared (first use in this function)<br />
projrb.c:183: error: expected ‘;’ before ‘pj_point’<br />
projrb.c:184: error: ‘projLP’ undeclared (first use in this function)<br />
projrb.c:184: error: expected ‘;’ before ‘pj_result’<br />
projrb.c:188: error: ‘pj_point’ undeclared (first use in this function)<br />
projrb.c:190: error: ‘pj_result’ undeclared (first use in this function)<br />
projrb.c:190: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c:192: error: invalid type argument of ‘unary *’ (have ‘int’)<br />
projrb.c: In function ‘proj_transform’:<br />
projrb.c:236: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c:236: error: ‘_wrap_pj’ has no member named ‘pj’<br />
projrb.c: In function ‘Init_proj4_ruby’:<br />
projrb.c:495: error: ‘DEG_TO_RAD’ undeclared (first use in this function)<br />
projrb.c:499: error: ‘RAD_TO_DEG’ undeclared (first use in this function)<br />
projrb.c:503: error: ‘PJ_VERSION’ undeclared (first use in this function)<br />
make: *** [projrb.o] Error 1</p>
<p>Gem files will remain installed in /home/user/.gem/ruby/1.8/gems/proj4rb-0.3.0 for inspection.<br />
Results logged to /home/user/.gem/ruby/1.8/gems/proj4rb-0.3.0/ext/gem_make.out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.cloudmade.com/2008/11/12/hexaflexamaps/comment-page-1/#comment-2288</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudmade.com/?p=99#comment-2288</guid>
		<description>Was anybody able to use the .rb script in Ubuntu?</description>
		<content:encoded><![CDATA[<p>Was anybody able to use the .rb script in Ubuntu?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.cloudmade.com/2008/11/12/hexaflexamaps/comment-page-1/#comment-1335</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 08 May 2009 23:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudmade.com/?p=99#comment-1335</guid>
		<description>This is so cool. Inspired by that, we did a printed but zoomable city map!

http://self.mestrona.net/blog/2009/gedruckter-zoombarer-stadtplan/</description>
		<content:encoded><![CDATA[<p>This is so cool. Inspired by that, we did a printed but zoomable city map!</p>
<p><a href="http://self.mestrona.net/blog/2009/gedruckter-zoombarer-stadtplan/" rel="nofollow">http://self.mestrona.net/blog/2009/gedruckter-zoombarer-stadtplan/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selfblog &#187; Blog Archiv &#187; Gedruckter, Zoombarer Stadtplan</title>
		<link>http://blog.cloudmade.com/2008/11/12/hexaflexamaps/comment-page-1/#comment-1334</link>
		<dc:creator>selfblog &#187; Blog Archiv &#187; Gedruckter, Zoombarer Stadtplan</dc:creator>
		<pubDate>Fri, 08 May 2009 23:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudmade.com/?p=99#comment-1334</guid>
		<description>[...] war heute zu Besuch hier, und irgendwie wurden wir durch einen Eintrag im CloudMade Blog über Hexaflexamaps inspiriert eine Zoombare Papier Karte zu Basteln. Das Falt-Video über ein ähnliches Gebilde war [...]</description>
		<content:encoded><![CDATA[<p>[...] war heute zu Besuch hier, und irgendwie wurden wir durch einen Eintrag im CloudMade Blog über Hexaflexamaps inspiriert eine Zoombare Papier Karte zu Basteln. Das Falt-Video über ein ähnliches Gebilde war [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kehan</title>
		<link>http://blog.cloudmade.com/2008/11/12/hexaflexamaps/comment-page-1/#comment-361</link>
		<dc:creator>kehan</dc:creator>
		<pubDate>Thu, 26 Feb 2009 10:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudmade.com/?p=99#comment-361</guid>
		<description>Wow - one nice idea is to use this as an invite to an event! different resolutions maybe as people get closer.</description>
		<content:encoded><![CDATA[<p>Wow &#8211; one nice idea is to use this as an invite to an event! different resolutions maybe as people get closer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Nicolaou</title>
		<link>http://blog.cloudmade.com/2008/11/12/hexaflexamaps/comment-page-1/#comment-316</link>
		<dc:creator>Andrew Nicolaou</dc:creator>
		<pubDate>Thu, 29 Jan 2009 14:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudmade.com/?p=99#comment-316</guid>
		<description>This looks great. I want to try out the script myself but running &#039;ruby flexagon.rb&#039; gives me the following errors:

dyld: lazy symbol binding failed: Symbol not found: _pj_init
  Referenced from: /Library/Ruby/Gems/1.8/gems/proj4rb-0.3.0/lib/proj4_ruby.bundle
  Expected in: dynamic lookup

I&#039;ve installed proj 4.6.1 from source and proj4rb 0.3.0 as a gem with no errors. Can anyone help? Are there perhaps some environment variables I need to set?</description>
		<content:encoded><![CDATA[<p>This looks great. I want to try out the script myself but running &#8216;ruby flexagon.rb&#8217; gives me the following errors:</p>
<p>dyld: lazy symbol binding failed: Symbol not found: _pj_init<br />
  Referenced from: /Library/Ruby/Gems/1.8/gems/proj4rb-0.3.0/lib/proj4_ruby.bundle<br />
  Expected in: dynamic lookup</p>
<p>I&#8217;ve installed proj 4.6.1 from source and proj4rb 0.3.0 as a gem with no errors. Can anyone help? Are there perhaps some environment variables I need to set?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quand le pliage deviens interface ? Vous aimez les cocottes ? at As-map Blog</title>
		<link>http://blog.cloudmade.com/2008/11/12/hexaflexamaps/comment-page-1/#comment-261</link>
		<dc:creator>Quand le pliage deviens interface ? Vous aimez les cocottes ? at As-map Blog</dc:creator>
		<pubDate>Sun, 07 Dec 2008 10:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudmade.com/?p=99#comment-261</guid>
		<description>[...] la cocotte , et celui dans lequel on mets ses doigts&#8230;Le terme technique c&#8217;est Flexagon(Oui maintenant vous étes grand, il faut des mots complexe pour rédefinir, ce que vous appeliez [...]</description>
		<content:encoded><![CDATA[<p>[...] la cocotte , et celui dans lequel on mets ses doigts&#8230;Le terme technique c&#8217;est Flexagon(Oui maintenant vous étes grand, il faut des mots complexe pour rédefinir, ce que vous appeliez [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#8230;here&#8217;s a whosit &#187; Blog Archive &#187; Hexaflexagons</title>
		<link>http://blog.cloudmade.com/2008/11/12/hexaflexamaps/comment-page-1/#comment-260</link>
		<dc:creator>&#8230;here&#8217;s a whosit &#187; Blog Archive &#187; Hexaflexagons</dc:creator>
		<pubDate>Wed, 03 Dec 2008 02:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cloudmade.com/?p=99#comment-260</guid>
		<description>[...] of the mapping blogs I follow, CloudMade, turned up a cute little diversion in the form of a way to generate trihexaflexagons, where each of the three faces is a layer on the map: &#8220;hexaflexamaps&#8221;, [...]</description>
		<content:encoded><![CDATA[<p>[...] of the mapping blogs I follow, CloudMade, turned up a cute little diversion in the form of a way to generate trihexaflexagons, where each of the three faces is a layer on the map: &#8220;hexaflexamaps&#8221;, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

