Camping install

Hi!

I have installed camping latest version using gem install camping.
Here is the output (and as you notice there are some problems). I am
wondering if these are serious:

Install required dependency markaby? [Yn]  y
Install required dependency metaid? [Yn]  y
Successfully installed camping-1.4.2
Successfully installed markaby-0.4
Successfully installed metaid-1.0
Installing ri documentation for camping-1.4.2...
Installing ri documentation for markaby-0.4...
Installing RDoc documentation for camping-1.4.2...
Installing RDoc documentation for markaby-0.4...
C:/ruby/ruby_1.8.4/lib/ruby/1.8/rdoc/generators/template/html/html.rb:25:
warning: already initialized constant FONTS
C:/ruby/ruby_1.8.4/lib/ruby/1.8/rdoc/generators/template/html/html.rb:235:
warning: already initialized constant STYLE
C:/ruby/ruby_1.8.4/lib/ruby/1.8/rdoc/generators/template/html/html.rb:335:
warning: already initialized constant FILE_PA
GE
C:/ruby/ruby_1.8.4/lib/ruby/1.8/rdoc/generators/template/html/html.rb:384:
warning: already initialized constant CLASS_P
AGE
C:/ruby/ruby_1.8.4/lib/ruby/1.8/rdoc/generators/template/html/html.rb:604:
warning: already initialized constant METHOD_
LIST
C:/ruby/ruby_1.8.4/lib/ruby/1.8/rdoc/generators/template/html/html.rb:621:
warning: already initialized constant BODY
C:/ruby/ruby_1.8.4/lib/ruby/1.8/rdoc/generators/template/html/html.rb:649:
warning: already initialized constant FR_INDE
X_BODY
C:/ruby/ruby_1.8.4/lib/ruby/1.8/rdoc/generators/template/html/html.rb:675:
warning: already initialized constant FILE_IN
DEX
C:/ruby/ruby_1.8.4/lib/ruby/1.8/rdoc/generators/template/html/html.rb:677:
warning: already initialized constant CLASS_I
NDEX
C:/ruby/ruby_1.8.4/lib/ruby/1.8/rdoc/generators/template/html/html.rb:678:
warning: already initialized constant METHOD_
INDEX
C:/ruby/ruby_1.8.4/lib/ruby/1.8/rdoc/generators/template/html/html.rb:704:
warning: already initialized constant INDEX
C:/ruby/ruby_1.8.4/lib/ruby/1.8/rdoc/generators/template/html/one_page_html.rb:76:
warning: already initialized constant
 CONTENTS_XML
Error in template: Template error: can't find variable 'title'
Original line:     %title%

May this be a problem relate to the fact that I had markaby 0.3
installed?

C:\Documents and Settings\alex>gem list --local markaby

*** LOCAL GEMS ***

markaby (0.4, 0.3)
Markup as Ruby, write HTML in your native Ruby tongue

TIA,

./alex

Alexandru P. wrote:

I have installed camping latest version using gem install camping.
Here is the output (and as you notice there are some problems). I am
wondering if these are serious:

Successfully installed camping-1.4.2
Successfully installed markaby-0.4
Successfully installed metaid-1.0

At this point, the libraries have been successfully installed, and
should work fine.

After this, gem is going to build the documentation. The warnings
aren’t serious, I think, but the error probably means that at least
part of the RDoc documentation failed to build. (This is the
documentation you can view by starting gem_server and visiting port
8808 with your web browser.)

Cheers,
Dave

Thanks both for your helpful answers. Indeed the RDoc for markaby 0.4
is not present (using gem_server). Is there any way so that I can try
to rebuild it?

./alex

.w( the_mindstorm )p.

On Thu, Jul 06, 2006 at 08:43:54AM +0900, Alexandru P. wrote:

Error in template: Template error: can’t find variable ‘title’
Original line: %title%

Dave’s got it right. Camping installed fine, but some versions of RDoc
throw
these warnings. I’ll work on repairing this for 1.5.

Welcome to the lush palisades of Camping.

_why