Hi, Experts
recently I try to build pbs in windows 7 refer to this website(https://pbspro.atlassian.net/wiki/spaces/PBSPro/pages/68878445/Building+PBS+Professional+Under+Windows) but failed.
I think the important thing is I can not download two tools, like VC++ 2008 Express edition and SDK 7.0, so I use vs 2008 professional and sdk 7.1 as a replacement.
Here are some of the error messages I encountered.
building python:
…\demos\bitmaps\select.xpm
…\demos\bitmaps\tix.gif
…\demos\bitmaps\underlin.xbm
26 File(s) copied
C:\Users\pbsbuild\builds\binaries\cpython-2.7.13>vcbuild “C:\Users\pbsbuild\buil
ds\binaries\cpython-2.7.13\PC\VS9.0\pcbuild.sln” “Release|Win32”
Microsoft® Visual C++ ??? - ??? 9.00.21022
Copyright © Microsoft Corporation. All rights reserved.
vcbuild.exe : ?? VCBLD0001: VCProjectEngine.dll ???
??? VCProjectEngine.dll ? vcbuild.exe ???
C:\Users\pbsbuild\builds\binaries\cpython-2.7.13>if not -1 == 0 (
echo “Failed to compile Python 32bit”
exit /b 1
)
“Failed to compile Python 32bit”
C:\Users\pbsbuild\builds\pbspro-master>if not 1 == 0 (
echo “Failed to compile Python 32bit”
exit /b 1
)
“Failed to compile Python 32bit”
Thanks
Shawn