<?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"
	>
<channel>
	<title>Comments on: Dotcat 0.4</title>
	<atom:link href="http://zovirl.com/2005/02/02/dotcat-04/feed/" rel="self" type="application/rss+xml" />
	<link>http://zovirl.com/2005/02/02/dotcat-04/</link>
	<description>Mark Ivey's Blog</description>
	<pubDate>Tue,  6 Jan 2009 14:53:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Eric Boix</title>
		<link>http://zovirl.com/2005/02/02/dotcat-04/#comment-757</link>
		<dc:creator>Eric Boix</dc:creator>
		<pubDate>Mon, 02 Jul 2007 22:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://zovirl.com/2005/02/02/dotcat-04/#comment-757</guid>
		<description>Hi,
I was looking forward to use dotcat on a Fedora Core 6 linux install.
At first (as perl newbie) I got surprised by missing packages (on my
platform). But I guess I could fix this (refer at the end of post for more
on this).

Now, dotcat loads all it's dependencies but when invoked on a doxygen
generated dot file (a single one) it spits out the following message:
    get_attribute: not a compat02 graph at /usr/lib/perl5/vendor_perl/5.8.8/Graph.pm line 2367.

Line 2367 of that Graph.pm corresponds to the subroutine _attr02_123
which seems to check for "$g-&#62;is_compat02". Any clue and any hint welcomed !
Thanks
Yours
Eric Boix.

------------------------------------------------------------------------------
# Caveat emptor: perl newbie suggestions !!!!

# Grab version 0.4:
# Install on Fedora core 6:
wget http://zovirl.com/2006/03/files/dotcat4.zip
unzip dotcat4.zip

# Launching the expanded dotcat perl script will fail. Suggested fixes follow:

# For Class/MethodMaker.pm
yum install perl-Class-MethodMaker

# For Graph.pm
yum search perl-Graph

# Forgot what it was for: not needed !?
yum install perl-GraphViz

# For Graph/Reader/Dot.pm
#  First: because perl-Graph-ReadWrite requires XML::Write:
yum install perl-XML-Writer
#  and then:
 wget http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/fc7/i386/RPMS.dries/perl-Graph
-ReadWrite-2.00-1.2.fc7.rf.noarch.rpm

# Because of message:
#   Can't locate object method "new" via package "Graph::Directed" (perhaps you forgot
#   to load "Graph::Directed"?) at ./dotcat line 453.
# add line "use Graph::Directed;"  (without "" of course) circa line 512 to obtain:
use Graph;
use Graph::Directed;
use Graph::Reader::Dot;

# dotcat script should now load properly ?!?!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was looking forward to use dotcat on a Fedora Core 6 linux install.<br />
At first (as perl newbie) I got surprised by missing packages (on my<br />
platform). But I guess I could fix this (refer at the end of post for more<br />
on this).</p>
<p>Now, dotcat loads all it&#8217;s dependencies but when invoked on a doxygen<br />
generated dot file (a single one) it spits out the following message:<br />
    get_attribute: not a compat02 graph at /usr/lib/perl5/vendor_perl/5.8.8/Graph.pm line 2367.</p>
<p>Line 2367 of that Graph.pm corresponds to the subroutine _attr02_123<br />
which seems to check for &#8220;$g-&gt;is_compat02&#8243;. Any clue and any hint welcomed !<br />
Thanks<br />
Yours<br />
Eric Boix.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
# Caveat emptor: perl newbie suggestions !!!!</p>
<p># Grab version 0.4:<br />
# Install on Fedora core 6:<br />
wget <a href="http://zovirl.com/2006/03/files/dotcat4.zip" rel="nofollow">http://zovirl.com/2006/03/files/dotcat4.zip</a><br />
unzip dotcat4.zip</p>
<p># Launching the expanded dotcat perl script will fail. Suggested fixes follow:</p>
<p># For Class/MethodMaker.pm<br />
yum install perl-Class-MethodMaker</p>
<p># For Graph.pm<br />
yum search perl-Graph</p>
<p># Forgot what it was for: not needed !?<br />
yum install perl-GraphViz</p>
<p># For Graph/Reader/Dot.pm<br />
#  First: because perl-Graph-ReadWrite requires XML::Write:<br />
yum install perl-XML-Writer<br />
#  and then:<br />
 wget <a href="http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/fc7/i386/RPMS.dries/perl-Graph" rel="nofollow">http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/fc7/i386/RPMS.dries/perl-Graph</a><br />
-ReadWrite-2.00-1.2.fc7.rf.noarch.rpm</p>
<p># Because of message:<br />
#   Can&#8217;t locate object method &#8220;new&#8221; via package &#8220;Graph::Directed&#8221; (perhaps you forgot<br />
#   to load &#8220;Graph::Directed&#8221;?) at ./dotcat line 453.<br />
# add line &#8220;use Graph::Directed;&#8221;  (without &#8220;&#8221; of course) circa line 512 to obtain:<br />
use Graph;<br />
use Graph::Directed;<br />
use Graph::Reader::Dot;</p>
<p># dotcat script should now load properly ?!?!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
