Thibaut Barrère
2008-Mar-12 15:40 UTC
[Ironruby-core] Is IronRuby.sln supposed to compile fine at revision 76 ?
Hi, I''m finalizing an article which includes details on how to compile IronRuby. It seems that MsBuild IronRuby.sln doesn''t compile successfully at revision 76 (it''s looking for ..\..\..\Runtime\Microsoft.Scripting\Microsoft.Scripting.csproj which doesn''t exist). Does anyone meet the same issue ? "rake compile" works perfectly fine. cheers Thibaut -- [blog] http://evolvingworker.com - tools for a better day [blog] http://blog.logeek.fr - about writing software
Josh Charles
2008-Mar-12 15:50 UTC
[Ironruby-core] Is IronRuby.sln supposed to compile fine at revision 76 ?
On Wed, Mar 12, 2008 at 10:40 AM, Thibaut Barr?re <thibaut.barrere at gmail.com> wrote:> I''m finalizing an article which includes details on how to compile IronRuby. > > It seems that MsBuild IronRuby.sln doesn''t compile successfully at > revision 76 (it''s looking for > ..\..\..\Runtime\Microsoft.Scripting\Microsoft.Scripting.csproj which > doesn''t exist). > > Does anyone meet the same issue ? > > "rake compile" works perfectly fine.I ran into something similar yesterday. What I ended up doing was getting a clean checkout from svn, running rake compile, and once that completed successfully, opening up the IronRuby.sln file. For some reason, Visual Studio was able to compile from there on out. Josh
Thibaut Barrère
2008-Mar-12 16:02 UTC
[Ironruby-core] Is IronRuby.sln supposed to compile fine at revision 76 ?
Hi Josh,> I ran into something similar yesterday. What I ended up doing was > getting a clean checkout from svn, running rake compile, and once that > completed successfully, opening up the IronRuby.sln file. For some > reason, Visual Studio was able to compile from there on out.Yup - I noticed that once it''s compiled with Visual Studio, some .csproj files are modified. This is probably what allows MsBuild to be successful just after. Thanks for the hint! -- Thibaut