wycats / bundler

408 stars 30 forks source link

Bundler Issue on windows machine #97

Open dsisnero opened 14 years ago

dsisnero commented 14 years ago

I have had issues with bundler when using it on a windows machine. I initially thought it was because of spaces in the directory path but then when trying it on a location without spaces, it still had problems. If I try to install do_sqlite3 using gem install it works but if I try to install it using gem bundle, it doesn't. A cli session showing this is at http://pastie.org/687220

Also, pasted at http://pastie.org/687233 is Luis Lavena's response to this when I submitted it to him on the rubyinstaller mailing list

3lsilver commented 14 years ago

I am having the same issue on a OS X machine. building of native extensions fails HARD! It seems that the gcc commands do not have the proper -I setup to find basic headers like string.h, stdio.h, etc. these files live in the /Developer/SDK/*/ dirs on OS X