[Python-Dev] Error while building 2.5rc1 pythoncore_pgo on VC8

Kristján V. Jónsson kristjan at ccpgames.com
Thu Aug 31 13:46:46 CEST 2006


Hello all.
I am working on updating the PCBuild8 directory in the trunk.  This should fix this issue, unify platform builds for win32, x64 and I64, and provide better support for PGO builds.
Hopefully when this is checked in, I can backport it to 2.5, since PCBuild8 is not an "official" platform for 2.5

Cheers,
Kristjan 

> -----Original Message-----
> From: python-dev-bounces+kristjan=ccpgames.com at python.org 
> [mailto:python-dev-bounces+kristjan=ccpgames.com at python.org] 
> On Behalf Of Fredrik Lundh
> Sent: 31. ágúst 2006 10:55
> To: python-dev at python.org
> Subject: Re: [Python-Dev] Error while building 2.5rc1 
> pythoncore_pgo on VC8
> 
> Muguntharaj Subramanian wrote:
> > Hi All,
> > I tried building python 2.5c1 using VC8.
> > 
> > Getting the following errors while building pythoncore_pgo:
> > 
> >    Creating library pythoncore_pgo/python25.lib and object 
> > pythoncore_pgo/python25.exp config.obj : error LNK2001: unresolved 
> > external symbol _init_types .\pythoncore_pgo/python25.dll : fatal 
> > error LNK1120: 1 unresolved externals
> > 
> > I checked pythoncore_pgo.vcproj file, it alreadu contains:
> > 
> > RelativePath="..\Modules\_typesmodule.c"
> > 
> > Can anyone give me some clue to solve this issue.
> 
> googling for error messages is always a good idea:
> 
> http://thread.gmane.org/gmane.comp.python.devel/83341
> 
> (see the last post in that thread for what I believe is a workaround)
> 
> </F>
> 
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: 
> http://mail.python.org/mailman/options/python-dev/kristjan%40c
cpgames.com
> 


More information about the Python-Dev mailing list