ravenheart Posted June 15, 2012 Report Share Posted June 15, 2012 I have downloaded the trunk and followed the instructions in http://trac.wildfire...ildInstructions but I have problems with the following step:The Visual Studio project/solution files are automatically generated from the source files:Run build/workspaces/update-workspaces.bat.Removing the @echo off this is what I get:E:\!Proyectos\0AD\trunk\build\workspaces>update-workspaces.batE:\!Proyectos\0AD\trunk\build\workspaces>rem @echo offE:\!Proyectos\0AD\trunk\build\workspaces>rem ** Create Visual Studio Workspaces on Windows **E:\!Proyectos\0AD\trunk\build\workspaces>cd ..\premakeE:\!Proyectos\0AD\trunk\build\premake>if not exist ..\workspaces\vc2005\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2005" --collada vs2005.../!Proyectos/0AD/trunk/build/premake/extern_libs4.lua:363: attempt to call field 'getversion' (a nil value)E:\!Proyectos\0AD\trunk\build\premake>if not exist ..\workspaces\vc2008\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2008" --collada vs2008.../!Proyectos/0AD/trunk/build/premake/extern_libs4.lua:363: attempt to call field 'getversion' (a nil value)E:\!Proyectos\0AD\trunk\build\premake>if not exist ..\workspaces\vc2010\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2010" --collada vs2010.../!Proyectos/0AD/trunk/build/premake/extern_libs4.lua:363: attempt to call field 'getversion' (a nil value)E:\!Proyectos\0AD\trunk\build\premake>cd ..\workspacesI have no idea what's the problem here. I have VS2010 Ultimate, and I have tried to run the bat from the vs commandline.Any idea? Quote Link to comment Share on other sites More sharing options...
historic_bruno Posted June 15, 2012 Report Share Posted June 15, 2012 Maybe we just need to rebuild premake4.exe to match the changes introduced by r11970. Quote Link to comment Share on other sites More sharing options...
historic_bruno Posted June 15, 2012 Report Share Posted June 15, 2012 Should be fixed in r11974 Quote Link to comment Share on other sites More sharing options...
ravenheart Posted June 16, 2012 Author Report Share Posted June 16, 2012 Great! It worked, thank you very much. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.