Emulator Issues #1557
closedBuild Order is broken
0%
Description
What steps will reproduce the problem?
- Download a clean SVN HEAD copy
- Load up VC++ 2008 Express
- Build Solution
What is the expected output? What do you see instead?
'29 succeeded, 0 failed, 1 skipped' is expected
'28 succeeded, 1 failed, 1 skipped' is seen, or something close to that.
Searching for the compile error shows a link error due to wxmsw28u_core.lib
being not found
What version of the product are you using? On what operating system?
R4438 x64 on XP x64
Please provide any additional information below.
I am able to get it to build properly and successfully by telling VC
Express to compile the wx* projects, then copying the 4 libs they make to
the VC Express lib folder, then doing a rebuild solution. I do not know the
VC Express build order system well enough to fix this issue properly (by
changing the build order) in the solution myself.