Anyone know what causes this on a release build?Doesn't stop the build and the 
installer is still made.3>------ Build started: Project: 
generate_viewer_version, Configuration: Release Win32 ------
3>  processing3>  'printf' is not recognized as an internal or external 
command,3>  operable program or batch file.3>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error 
MSB6006: "cmd.exe" exited with code 9009.
Appears to come from newview/CMakeLists.txtsource_group("CMake Rules" FILES 
ViewerInstall.cmake)
# the viewer_version.txt file created here is for passing to viewer_manifest 
and autobuild# the summary.json file is created for the benefit of the TeamCity 
builds, where#   it is used to provide descriptive information to the build 
results pageadd_custom_target(generate_viewer_version ALL                  
COMMAND printf '${VIEWER_SHORT_VERSION}.${VIEWER_VERSION_REVISION}' > 
${CMAKE_CURRENT_BINARY_DIR}/viewer_version.txt                  COMMAND printf 
'{"Type":"viewer","Version":"${VIEWER_SHORT_VERSION}.${VIEWER_VERSION_REVISION}"}'
 > ${CMAKE_BINARY_DIR}/summary.json                  COMMENT Generating 
viewer_version.txt for manifest processing                  )


 
      From: Oz Linden (Scott Lawrence) <o...@lindenlab.com>
 To: opensource-dev <opensource-dev@lists.secondlife.com> 
 Sent: Wednesday, January 28, 2015 9:53 AM
 Subject: Re: [opensource-dev] Viewer Tools Upgrades - with a call for help
   
  On 2014-12-23 18:17 , Oz Linden (Scott Lawrence) wrote:
  
 
 As some of you are certainly aware, the Linden viewer devs have been busy for 
the last several weeks updating our tools for building viewers. The tools 
changes include:
    
   - Windows building with Visual Studio 2013   
 
   - Mac building on OSX 10.10 with Xcode 6.1
   - Linux building with gcc 4.6
   - All platforms using Autobuild 1.0
 The canonical repository for this is 
https://bitbucket.org/lindenlab/viewer-tools-update , and the various packages 
each have a lindenlab/3p-update-name repository (those will be pulled to the 
3p-name repos when the viewer that uses them is promoted to viewer-release).
 
 
 Just a quick update... we are now into the QA phase with this, and there is a 
Project Viewer available on the Alternate Viewers page (there is a known issue 
with the Windows installer that I believe affects anyone that does not have 
developer tools installed... a fix should be out very shortly).
 
 We've also put up a new page of instructions on how to set up a Windows 
development environment.  Suggestions for improvement are most welcome here and 
on the Talk page... we're trying to keep it as simple as possible while being 
sufficient to build a clean checkout of the viewer.
 
 -- 
  Oz Linden (Scott Lawrence) | Engineering Director, Second Life
 Email or Hangouts o...@lindenlab.com | Second Life Oz Linden
 Linden Lab | Makers of Shared Creative Spaces
 Check out what we're working on!   
_______________________________________________
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

Reply via email to