On Sun, 2012-01-08 at 18:59 -0500, Ashish Agarwal wrote: > Hi, I wanted to start taking a look at the deltacloud project. however i am > getting a problem installing delta cloud on windows. > on the developers section of apache site i do not see specific instructions > for windows. > > I am getting the following error while "gem install deltacloud-core" > > ERROR: Error installing deltacloud-core: > The 'thin' native gem requires installed build tools > > I have done the following steps - > 1) Installed ruby via rubyinstaller exe ---> worked properly > 2) gem install rails -include-dependencies ---> This gave issues with the > JSON gems > 3) gem install rake ---> worked properly > 4) gem install deltacloud-core ---> gave issue as mentioned above. > > Pls let me know if we have specific steps for windows.
I don't have any specific knowledge of setting deltacloud-core on Windows. The specific issue you run into is that the installation of thin requires a C compiler - you might want to try and install the cygwin tools (gcc, binutiles etc.) and then try to get thin going again. The web site for thin[1] might have more info David [1] http://code.macournoyer.com/thin/
