I am using blueprint on a debian lenny install... after some painful
experiences with the .deb install (which resulted in ruby refusing to
install the rmagick gem), I compiled ImageMagick from source and ruby
installed the rmagick gem... this is what I see when I use it at the
CLI...

[mpenning@ToadSuck lib]$ ruby -e 'require "rubygems";gem "rmagick"'
[mpenning@ToadSuck lib]$ ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
[mpenning@ToadSuck lib]$

However, when I run compress.rb, it gripes that it cannot find rmagick
(see below)... I am using the default configuration... can anyone
confirm whether this is user error or a bug?  If it's user error, what
do I do to fix this?

Thank you in advance,



[mpenning@ToadSuck lib]$ ruby compress.rb
 
****************************************************************************************************
  **
  **   Warning:
  **   Could not load the Rmagick gem.  Please check your
installation.
  **   grid.png will not be generated.
  **
 
****************************************************************************************************

 
****************************************************************************************************
  **
  **   Blueprint CSS Compressor
  **
  **   Builds compressed files from the source directory.
  **
  **   Output to: /home/django/_django/pennington/style/blueprintcss/
lib/blueprint/../../blueprint
  **   Grid Settings:
  **     - Column Count: 24
  **     - Column Width: 30px
  **     - Gutter Width: 10px
  **     - Total Width : 950px
  **
 
****************************************************************************************************

    Assembling to default blueprint path
      + src/print.css

    Assembling to default blueprint path
      + src/reset.css
      + src/typography.css
      + src/forms.css
      + src/grid.css

    Assembling to default blueprint path
      + src/ie.css

    Updating namespace to "" in test files:
      + /home/django/_django/pennington/style/blueprintcss/lib/
blueprint/../../tests/index.html
      + /home/django/_django/pennington/style/blueprintcss/lib/
blueprint/../../tests/parts/elements.html
      + /home/django/_django/pennington/style/blueprintcss/lib/
blueprint/../../tests/parts/forms.html
      + /home/django/_django/pennington/style/blueprintcss/lib/
blueprint/../../tests/parts/grid.html
      + /home/django/_django/pennington/style/blueprintcss/lib/
blueprint/../../tests/parts/sample.html


 
****************************************************************************************************
  **
  **   Done!
  **   Your compressed files and test files are now up-to-date.
  **
 
****************************************************************************************************

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to