On Sat, 2012-12-01 at 20:02 -0500, Ronelle Landy wrote: > > From: "Dies Koper" <[email protected]> > > To: [email protected] > > Sent: Saturday, December 1, 2012 9:04:48 AM > > Subject: DC cimi won't start anymore on Windows > > > > Just a heads up that DC won't start with the cimi front-end on > > Windows > > anymore. > > :( ... Yes, this is problem on Fedora 16 as well. > > ********* > An error occurred while installing do_sqlite3 (0.10.10), and Bundler cannot > continue. > Make sure that `gem install do_sqlite3 -v '0.10.10'` succeeds before bundling. > > [root@cloud-qe-9 server]# gem install do_sqlite3 -v '0.10.10' > Building native extensions. This could take a while... > ..... > ERROR: Error installing do_sqlite3: > ERROR: Failed to build gem native extension. > ******** > > Michal, think this is Friday's DataMapper submission. Moical, can you > help us fix the deps here?
On Fedora, you need to install sqlite-devel to get the crucial header file for building do_sqlite3. Something similar needs to happen for Windows, too. We'll need to update the install instructions for the site to indicate this. David
