Bug 692580

Summary: Rebuild all of project language_switch in debug configuration fails
Product: Ghostscript Reporter: Arthur Ford <arthur.k.ford>
Component: Build ProcessAssignee: Robin Watts <robin.watts>
Status: RESOLVED FIXED    
Severity: minor CC: chris.liddell
Priority: P4    
Version: 9.04   
Hardware: PC   
OS: Windows XP   
Customer: Word Size: ---

Description Arthur Ford 2011-10-11 02:24:37 UTC
This problem was seen with Visual Studio 2005 using the GhostPDL v9.04 solution with project language_switch.

To reproduce, set the active configuration to Debug, "Clean" the project, and then select "Rebuild All" on the project.

bscmake will fail because *.sbr files cannot be found in the debugobj directory.  The exact error is BSCMAKE error BK1506 cannot open file '.\debugobj\*.sbr':  No such file or directory.

To fix, add SBR=1 to the Rebuild All command line in Debug mode.
Comment 1 Robin Watts 2013-01-18 12:36:29 UTC
I believe this is fixed now; certainly I cannot reproduce it with the latest version.

Thanks for the report.