compass 0.10.0pre2 on 1.9.1 not working

4 views
Skip to first unread message

dominic

unread,
Dec 3, 2009, 12:13:08 PM12/3/09
to Compass
On windows 1.9.1 when trying to run the new compass, I get

C:\Documents and Settings\dominic e sisneros\My Documents\My Dropbox
\programming\css>compass --help
C:/Ruby19/lib/ruby/gems/1.9.1/gems/compass-0.10.0.pre2/bin/compass:
25:in `<top (required)>': uninitialized constant
Compass::Exec::Helpers (
NameError)
from C:/Ruby19/bin/compass:19:in `load'
from C:/Ruby19/bin/compass:19:in `<main>'

----------------------------------

it works on 1.8.6 on windows

Chris Eppstein

unread,
Dec 3, 2009, 12:32:04 PM12/3/09
to compas...@googlegroups.com
What command are you running?

Hunt & pecked on my iPhone... Sorry if it's brief!
> --
>
> You received this message because you are subscribed to the Google
> Groups "Compass" group.
> To post to this group, send email to compas...@googlegroups.com.
> To unsubscribe from this group, send email to compass-user...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/compass-users?hl=en
> .
>
>

dominic

unread,
Dec 4, 2009, 1:17:44 PM12/4/09
to Compass

On Dec 3, 10:32 am, Chris Eppstein <ch...@eppsteins.net> wrote:
> What command are you running?
>

compass --help on both 1.8.6 and 1.9.1

Here's a session showing the problem
------------------------------------------------


C:\Documents and Settings\dominic e sisneros>ruby -v
ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32]

C:\Documents and Settings\dominic e sisneros>gem list compass

*** LOCAL GEMS ***

compass (0.10.0.pre2, 0.8.17)
compass-baseline (0.2.3)
compass-colors (0.3.1)
compass-jquery-plugin (0.2.4.4)
compass-slickmap (0.2.3, 0.2.1)
compass-susy-plugin (0.7.0.pre1, 0.6.3)

C:\Documents and Settings\dominic e sisneros>cd "My Documents
\programming\css"

C:\Documents and Settings\dominic e sisneros\My Documents\programming
\css>dir
Volume in drive C has no label.
Volume Serial Number is F4EA-F50A

Directory of C:\Documents and Settings\dominic e sisneros\My Documents
\programming\css

10/15/2009 11:50 AM <DIR> .
10/15/2009 11:50 AM <DIR> ..
04/01/2009 06:34 AM 1,147 buttons.css
04/01/2009 06:37 AM 4,186 buttons.html
04/01/2009 06:36 AM 799 buttons.js
07/15/2008 02:00 PM <DIR> images
10/15/2009 11:50 AM <DIR> susy_project
3 File(s) 6,132 bytes
4 Dir(s) 1,633,431,552 bytes free

C:\Documents and Settings\dominic e sisneros\My Documents\programming
\css>compass test_project
C:/Ruby19/lib/ruby/gems/1.9.1/gems/compass-0.10.0.pre2/bin/compass:
25:in `<top (required)>': uninitialized constant
Compass::Exec::Helpers (
NameError)
from C:/Ruby19/bin/compass:19:in `load'
from C:/Ruby19/bin/compass:19:in `<main>'

C:\Documents and Settings\dominic e sisneros\My Documents\programming
\css>pik use 186

C:\Documents and Settings\dominic e sisneros\My Documents\programming
\css>ruby -v
ruby 1.8.6 (2009-08-04 patchlevel 383) [i386-mingw32]

C:\Documents and Settings\dominic e sisneros\My Documents\programming
\css>compass test_project
←[32mdirectory test_project/
←[0m←[32mdirectory test_project/src/
←[0m←[32mdirectory test_project/stylesheets/
←[0m←[32m create test_project/config.rb
←[0m←[32m create test_project/src/screen.sass
←[0m←[32m create test_project/src/print.sass
←[0m←[32m create test_project/src/ie.sass
←[0m←[32m exists test_project/stylesheets
←[0m←[32m compile test_project/src/ie.sass
←[0m←[32m create test_project/stylesheets/ie.css
←[0m←[32m compile test_project/src/print.sass
←[0m←[32m create test_project/stylesheets/print.css
←[0m←[32m compile test_project/src/screen.sass
←[0m←[32m create test_project/stylesheets/screen.css
←[0m
*********************************************************************
Congratulations! Your compass project has been created.

You may now add and edit sass stylesheets in the src subdirectory of
your project.

Sass files beginning with an underscore are called partials and won't
be
compiled to CSS, but they can be imported into other sass stylesheets.

You can configure your project by editing the config.rb configuration
file.

You must compile your sass stylesheets into CSS when they change.
This can be done in one of the following ways:
1. To compile on demand:
compass compile [path/to/project]
2. To monitor your project for changes and automatically recompile:
compass watch [path/to/project]

More Resources:
* Wiki: http://wiki.github.com/chriseppstein/compass
* Sass: http://sass-lang.com
* Community: http://groups.google.com/group/compass-users/


To import your new stylesheets add the following lines of HTML (or
equivalent) to your webpage:
<head>
<link href="/stylesheets/screen.css" media="screen, projection"
rel="stylesheet" type="text/css" />
<link href="/stylesheets/print.css" media="print" rel="stylesheet"
type="text/css" />
<!--[if IE]>
<link href="/stylesheets/ie.css" media="screen, projection"
rel="stylesheet" type="text/css" />
<![endif]-->
</head>

C:\Documents and Settings\dominic e sisneros\My Documents\programming
\css>

Chris Eppstein

unread,
Dec 4, 2009, 1:40:10 PM12/4/09
to compas...@googlegroups.com
thank you I'll investigate this soon. I'm tracking the issue here:

Reply all
Reply to author
Forward
0 new messages