Issue 1591122: problem building python in vs8express (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/44201
classification
Title: | problem building python in vs8express | ||
---|---|---|---|
Type: | Stage: | ||
Components: | Build | Versions: | Python 2.5 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | Nosy List: | georg.brandl, loewis, thomashsouthern | |
Priority: | normal | Keywords: |
Created on 2006-11-06 04:31 by thomashsouthern, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (6) | ||
---|---|---|
msg30461 - (view) | Author: Thomas Southern (thomashsouthern) | Date: 2006-11-06 04:31 |
When I tried to build pythoncore in vc++8 express, it worked without a hitch until the link stage when i got an unresolved external _init_types. Python compiles just fine and pythonw compiles up to the link where it comes accross the same error. If I am suppose to contact someone else about my issue please sent me in the wright direction. my email is thomashsouthern@yahoo.com | ||
msg30462 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2006-11-06 07:46 |
Logged In: YES user_id=849994 Which version of the sources are you using? I think this is fixed in the SVN HEAD. | ||
msg30463 - (view) | Author: Thomas Southern (thomashsouthern) | Date: 2006-11-07 00:59 |
Logged In: YES user_id=1638546 I am using python 2.5 | ||
msg30464 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2006-11-07 15:41 |
Logged In: YES user_id=849994 So could you please retry with the SVN HEAD? | ||
msg30465 - (view) | Author: Thomas Southern (thomashsouthern) | Date: 2006-11-08 01:14 |
Logged In: YES user_id=1638546 thank you for your responses. after I answered your first question i went in search of the svn head for this project. I started at www.python.org and went to the developement area. I found svn trunk where the files for python 2.6 were located. I appolgize if I appear ignorant but I have never been interested in an open source project enough to want to compile from scratch and maybe even try and see what I could contribute. I don't know if I found the right area. where I did find. I would need to download each file individually. also, the "solution items" with "getbuildinfo.c" was not recognized by the vc++ express compiler. My question is this, am I looking in the correct location for the files I am looking for to build the source myself. also if this brings me out of the preview of the purpose of this thread please direct me to the proper location to continue to ask questions I might have as I try to understand my way around this project. thank you for your patients and help. | ||
msg30466 - (view) | Author: Martin v. Löwis (loewis) * ![]() |
Date: 2006-11-08 21:51 |
Logged In: YES user_id=21627 If you want to check out the sources, you should familiarize yourself with subversion. With a command line client, the checkout line would be svn co http://svn.python.org/projects/python/trunk or svn co http://svn.python.org/projects/python/branches/release25-maint If you want to use TortoiseSVN, just use the URL in the checkout dialog. This problem is fixed both in the trunk and the 2.5 branch, so you may just wait for 2.5.1 being released (which will happen some time next year). Closing as fixed. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:21 | admin | set | github: 44201 |
2006-11-06 04:31:50 | thomashsouthern | create |