[Hapdebugger-developers] HapDebugger Build problems
Brought to you by:
nealj
From: Robert O. <ro...@an...> - 2003-02-15 08:14:32
|
When I try to build the source for HapDebugger (source archive dated 11/25/2002), using MSVC++ 6.x on Win2k, I have the following problems. When trying to build these 3 sub-projects: HapClient, hapdbg, HapDebugger I get: LINK : fatal error LNK1104: cannot open file "python22_d.lib" I searched my entire disk, including the Python-2.2.2 folder which has the source for Python, and found nothing for "python22_d.lib". When trying to build P4ApiWrapper I get: c:\projects_msvc\hapossrelease\hap\p4apiwrapper\stdafx.h(19) : fatal error C1083: Cannot open include file: '../../../libraries/perforce/p4api/clientapi.h': No such file or directory Again, searching the entire disk turned up nothing for "clientapi.h". My Python source came from the archive file: Python-2.2.2.tgz I also tried running the hapdebugger binary from the binary archives. When I do get an error dialog saying MSVCR70.dll cannot be found in any search path. I'm guessing that's for MSVC++ 7.x (dot.net?) which I don't have. Any help would be appreciated, thanks. Robert. |