----- Forwarded Message ----
From: Josiah Carlson <[EMAIL PROTECTED]>
To: f rom <[EMAIL PROTECTED]>; [EMAIL PROTECTED]
Sent: Monday, December 4, 2006 10:03:28 PM
Subject: Re: [wxPython-users] 1>make_buildinfo.obj : error LNK2019: unresolved 
external symbol [EMAIL PROTECTED] referenced in function _make_buildinfo2


Ask on python-list@python.org .

 - Josiah

f rom <[EMAIL PROTECTED]> wrote:
> I am trying to debug a segfault which I can not pin down with a simple pytjon 
> script. 
> For this I have downloaded the free Microsoft visual express c++.
> However I am having problems building python2.5.
> Anyone have experience with this ?  
> 
> 1>------ Rebuild All started: Project: make_buildinfo, Configuration: Debug 
> Win32 ------
> 1>Deleting intermediate and output files for project 'make_buildinfo', 
> configuration 'Debug|Win32'
> 1>Compiling...
> 1>make_buildinfo.c
> 1>d:\python-2.5\pcbuild8\make_buildinfo.c(43) : warning C4996: 'strcat' was 
> declared deprecated
> 1>        c:\program files\microsoft visual studio 8\vc\include\string.h(78) 
> : see declaration of 'strcat'
> 1>        Message: 'This function or variable may be unsafe. Consider using 
> strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
> online help for details.'
> 1>d:\python-2.5\pcbuild8\make_buildinfo.c(47) : warning C4996: 'strcat' was 
> declared deprecated
> 1>        c:\program files\microsoft visual studio 8\vc\include\string.h(78) 
> : see declaration of 'strcat'
> 1>        Message: 'This function or variable may be unsafe. Consider using 
> strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
> online help for details.'
> 1>d:\python-2.5\pcbuild8\make_buildinfo.c(63) : warning C4996: 'strcat' was 
> declared deprecated
> 1>        c:\program files\microsoft visual studio 8\vc\include\string.h(78) 
> : see declaration of 'strcat'
> 1>        Message: 'This function or variable may be unsafe. Consider using 
> strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
> online help for details.'
> 1>d:\python-2.5\pcbuild8\make_buildinfo.c(66) : warning C4996: 'strcat' was 
> declared deprecated
> 1>        c:\program files\microsoft visual studio 8\vc\include\string.h(78) 
> : see declaration of 'strcat'
> 1>        Message: 'This function or variable may be unsafe. Consider using 
> strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
> online help for details.'
> 1>d:\python-2.5\pcbuild8\make_buildinfo.c(69) : warning C4996: 'strcat' was 
> declared deprecated
> 1>        c:\program files\microsoft visual studio 8\vc\include\string.h(78) 
> : see declaration of 'strcat'
> 1>        Message: 'This function or variable may be unsafe. Consider using 
> strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
> online help for details.'
> 1>d:\python-2.5\pcbuild8\make_buildinfo.c(72) : warning C4996: 'strcat' was 
> declared deprecated
> 1>        c:\program files\microsoft visual studio 8\vc\include\string.h(78) 
> : see declaration of 'strcat'
> 1>        Message: 'This function or variable may be unsafe. Consider using 
> strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
> online help for details.'
> 1>d:\python-2.5\pcbuild8\make_buildinfo.c(73) : warning C4996: 'strcat' was 
> declared deprecated
> 1>        c:\program files\microsoft visual studio 8\vc\include\string.h(78) 
> : see declaration of 'strcat'
> 1>        Message: 'This function or variable may be unsafe. Consider using 
> strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
> online help for details.'
> 1>d:\python-2.5\pcbuild8\make_buildinfo.c(81) : warning C4996: 'strcat' was 
> declared deprecated
> 1>        c:\program files\microsoft visual studio 8\vc\include\string.h(78) 
> : see declaration of 'strcat'
> 1>        Message: 'This function or variable may be unsafe. Consider using 
> strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
> online help for details.'
> 1>d:\python-2.5\pcbuild8\make_buildinfo.c(83) : warning C4996: 'strcat' was 
> declared deprecated
> 1>        c:\program files\microsoft visual studio 8\vc\include\string.h(78) 
> : see declaration of 'strcat'
> 1>        Message: 'This function or variable may be unsafe. Consider using 
> strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
> online help for details.'
> 1>d:\python-2.5\pcbuild8\make_buildinfo.c(84) : warning C4996: 'strcat' was 
> declared deprecated
> 1>        c:\program files\microsoft visual studio 8\vc\include\string.h(78) 
> : see declaration of 'strcat'
> 1>        Message: 'This function or variable may be unsafe. Consider using 
> strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See 
> online help for details.'
> 1>d:\python-2.5\pcbuild8\make_buildinfo.c(88) : warning C4996: 'unlink' was 
> declared deprecated
> 1>        c:\program files\microsoft visual studio 8\vc\include\stdio.h(290) 
> : see declaration of 'unlink'
> 1>        Message: 'The POSIX name for this item is deprecated. Instead, use 
> the ISO C++ conformant name: _unlink. See online help for details.'
> 1>Compiling manifest to resources...
> 1>Linking...
> 1>make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL 
> PROTECTED] referenced in function _make_buildinfo2
> 1>make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL 
> PROTECTED] referenced in function _make_buildinfo2
> 1>./make_buildinfo.exe : fatal error LNK1120: 2 unresolved externals
> 1>Build log was saved at 
> "file://d:\Python-2.5\PCbuild8\x86-temp-release\make_buildinfo\BuildLog.htm"
> 1>make_buildinfo - 3 error(s), 11 warning(s)
> ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
> 
> 
> 
> 
> 
>  
> ____________________________________________________________________________________
> Want to start your own business?
> Learn how on Yahoo! Small Business.
> http://smallbusiness.yahoo.com/r-index
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]






 
____________________________________________________________________________________
Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to