Bug #43778 Parallel project builds fail
Submitted: 21 Mar 2009 15:32
Reporter: Tonci Grgin Email Updates:
Status: Verified Impact on me:
None 
Category:Connector / ODBC Severity:S4 (Feature request)
Version:3.51 OS:Windows (2K8SE x64)
Assigned to: CPU Architecture:Any
Tags: build

[21 Mar 2009 15:32] Tonci Grgin
Description:
VS2005, Tools/Options/Projects and Solutions maximum number of parallel builds set to 4.

28>Compiling...
28>my_param.c
26>Linking...
26>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\myodbc3.li
b'
26>Build log was saved at "file://c:\bzr-repos\connectors\ODBC\clones\ODBC351\te
st\my_blob.dir\Release\BuildLog.htm"
26>my_blob - 1 error(s), 1 warning(s)

27>my_basics - 1 error(s), 0 warning(s)
28>Linking...
28>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\myodbc3.li
b'
28>Build log was saved at "file://c:\bzr-repos\connectors\ODBC\clones\ODBC351\te
st\my_param.dir\Release\BuildLog.htm"
28>my_param - 1 error(s), 0 warning(s)
29>------ Skipped Build: Project: INSTALL, Configuration: Release Win32 ------
29>Project not selected to build for this solution configuration
========== Build: 4 succeeded, 24 failed, 2 up-to-date, 1 skipped ==========

How to repeat:
Set VS2005, Tools/Options/Projects and Solutions maximum number of parallel builds to, let's say, 4 and build following instructions in BUILD.win file.

Suggested fix:
I know Iggy fixed this for server, probably some similar magic can be done here too.