_why wrote:
On Tue, May 20, 2008 at 02:22:45PM -0700, Devyn Cairns wrote:
No prob: you just need to "cd" into /opt/shoes and the file "shoes-bin" or
just plain "shoes" will be in either /opt/shoes/dist or /opt/shoes/bin.
Then you can run ./shoes(-bin) /path/to/file. There is one problem I have
found though with Shoes running on Heron, I don't know whether it has
exactly to do just with Heron, but it appears that the constant Gem::Ext is
missing. _why, please help!
The Makefile in the last build doesn't work with Heron. You'll need
to checkout Shoes with git and use the Rakefile. I'm going to
release a new build soon, just having a bit of trouble with a GTK bug.
_why
I used git, but now I get this error:
*** 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/bin/ruby1.8
--with-sqlite3-dir
--without-sqlite3-dir
--with-sqlite3-include
--without-sqlite3-include=${sqlite3-dir}/include
--with-sqlite3-lib
--without-sqlite3-lib=${sqlite3-dir}/lib
And it tells me to look in mkmf.log but I can't find it.