I was able to get it past the point where I could generate resources,
I installed the following gems:
dm-aggregates
dm-timestamps
dm-types
dm-validations
dm-core (The rest I was prompted to installed, this one I installed
because I remember the name and thought it would get me out of this
jam)

After all this, I was finally able to generate resources.
So then I tried merb as per the instructions for "Generate your first
app" on the wiki, and was greeted with this error:

/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:578:in
`report_activate_error': Could not find RubyGem do_sqlite3 (>= 0.9.5)
(Gem::LoadError)
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:134:in
`activate'
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:49:in `gem'

So then I tried to install that gem using gem install do_sqlite3 and
got this error message
_____________________________________________
Building native extensions.  This could take a while...
ERROR:  Error installing do_sqlite3:
        ERROR: Failed to build gem native extension.

/usr/local/bin/ruby extconf.rb install do_sqlite3
checking for sqlite3.h... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
        --with-opt-dir
        --without-opt-dir
        --with-opt-include
        --without-opt-include=${opt-dir}/include
        --with-opt-lib
        --without-opt-lib=${opt-dir}/lib
        --with-make-prog
        --without-make-prog
        --srcdir=.
        --curdir
        --ruby=/usr/local/bin/ruby
        --with-sqlite3-dir
        --without-sqlite3-dir
        --with-sqlite3-include
        --without-sqlite3-include=${sqlite3-dir}/include
        --with-sqlite3-lib
        --without-sqlite3-lib=${sqlite3-dir}/lib


Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/
do_sqlite3-0.9.6 for inspection.
Results logged to /usr/local/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/
ext/gem_make.out
_________________________

This is driving me crazy.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" 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/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to