[opensource-dev] Having Trouble Compiling on Windows - 2 Failed Builds
Hi, I am trying to build the viewer following this tutorial: http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds I really do not understand what is going on, I keep getting 2 Failed Builds. I have these errors: RC : fatal error RC1107: invalid usage; use RC /? for Help C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 1. This is the full output of the build: http://pastebin.com/102UcYhX Can someone maybe shed some light on something I am doing wrong? Thanks for the help! ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges
Re: [opensource-dev] Having Trouble Compiling on Windows - 2 Failed Builds
Sameer, Debug build on window is broken. use ReleaseOS or RelWithDebInfoOS Nicky On Wednesday, October 8, 2014 9:10 PM, Sameer Anand wrote: > > >Hi, > > >I am trying to build the viewer following this tutorial: >http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds > > >I really do not understand what is going on, I keep getting 2 Failed Builds. > > >I have these errors: > > >RC : fatal error RC1107: invalid usage; use RC /? for Help > > > >C:\Program Files >(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error >MSB6006: "cmd.exe" exited with code 1. > > > >This is the full output of the build: http://pastebin.com/102UcYhX > > >Can someone maybe shed some light on something I am doing wrong? Thanks for >the help! >___ >Policies and (un)subscribe information available here: >http://wiki.secondlife.com/wiki/OpenSource-Dev >Please read the policies before posting to keep unmoderated posting privileges > >___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges
Re: [opensource-dev] Having Trouble Compiling on Windows - 2 Failed Builds
On 10/8/2014 10:10 PM, Sameer Anand wrote: > Can someone maybe shed some light on something I am doing wrong? Thanks > for the help! Try getting the white space out of your repo path. I.e. 'Viewer Source' -> 'Viewer_Source' or something. A lot of build scripting isn't tolerant of that. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges