Bug 692580 - Rebuild all of project language_switch in debug configuration fails
Summary: Rebuild all of project language_switch in debug configuration fails
Status: RESOLVED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Build Process (show other bugs)
Version: 9.04
Hardware: PC Windows XP
: P4 minor
Assignee: Robin Watts
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-11 02:24 UTC by Arthur Ford
Modified: 2013-01-18 12:36 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.