|
List Info
Thread: 8 hrs invested, 1 unresolved external symbol to go...
|
|
| 8 hrs invested, 1 unresolved external
symbol to go... |

|
2007-07-23 20:07:01 |
|
Still trying to get p4perl to install, keeping things as plain-vanilla as I can:
- Windows XP - ActiveState Perl v5.8.8 (latest, I believe) - M$ Visual C++ Express - P4-3.5708 - API 2004.2.83213
Any help at all would be greatly appreciated...
Thanks.
Gory Details:
C:p4perlP4-3.5708>nmake
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved.
cd lib && "C:Program FilesMicrosoft Visual Studio 8VCBINnmake.exe"
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved.
cl -c -IC:/p4perl/r04.2-bin.ntx86 -Ilib -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -D
HAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCR T_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION="" -DXS_VERSION="" "-IC:PerllibCORE" /TP -DOS_NT -DP4API_VERSION=
513026 -DBUILD_DATE=1185238672 -Dconst_char="char" p4result.cc p4result.cc c:p4perlr04.2-bin.ntx86filesys.h(178) : warning C4244: '='; : conversion from 'time_t' to 'int39;, possible loss of data
cl -c -IC:/p4perl/r04.2-bin.ntx86 -Ilib -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -D HAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCR
T_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION="" -DXS_VERSION="" "-IC:PerllibCORE" /TP -DOS_NT -DP4API_VERSION= 513026 -DBUILD_DATE=1185238672 -Dconst_char="char" perlclientapi.cc
perlclientapi.cc c:p4perlr04.2-bin.ntx86filesys.h(178) : warning C4244: '='; : conversion from 'time_t' to 'int39;, possible loss of data
perlclientapi.cc(90) : warning C4996: 'localtime' was declared deprecated
C:Program FilesMicrosoft Visual Studio 8VCINCLUDEtime.inl(114) : see declaration of 'localtime' Message: 'This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, u
se _CRT_SECURE_NO_DEPRECATE. See online help for details.39; perlclientapi.cc(98) : warning C4996: 'sprintf' was declared deprecated C:Program FilesMicrosoft Visual Studio 8VCINCLUDEstdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.39; perlclientapi.cc(104) : warning C4996: 'sprintf' was declared deprecated
C:Program FilesMicrosoft Visual Studio 8VCINCLUDEstdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use
_CRT_SECURE_NO_DEPRECATE. See online help for details.39; cl -c -IC:/p4perl/r04.2-bin.ntx86 -Ilib -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -D HAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCR
T_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION="" -DXS_VERSION="" "-IC:PerllibCORE" /TP -DOS_NT -DP4API_VERSION= 513026 -DBUILD_DATE=1185238672 -Dconst_char="char" perlclientuser.cc
perlclientuser.cc c:p4perlr04.2-bin.ntx86filesys.h(178) : warning C4244: '='; : conversion from 'time_t' to 'int39;, possible loss of data
perlclientuser.cc(371) : warning C4101: 'seq39; : unreferenced local variable
lib /OUT:libp4.lib p4result.obj perlclientapi.obj perlclientuser.obj Microsoft (R) Library Manager Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved.
"C:Pr | |