Re: Building Python with VC8 on x64 Vista

2007-09-24 Thread Martin v. Löwis
> It doesn't look like these are x86, though. Ok. Can you then check symbol lists also?: undefined symbols in the object file, and defined symbols in the library, wrt. PyExc_IndexError (say). Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: Building Python with VC8 on x64 Vista

2007-09-24 Thread danfike
On Sep 22, 10:08 am, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > 1>py_dyn_test.obj : error LNK2001: unresolved external symbol > > _Py_NoneStruct > > Could it be that py_dyn_test.obj is a x86 (not AMD64) object > file? Run dumpbin. Hmm - I've never used dumpbin, but I think I like it. It doe

Re: Building Python with VC8 on x64 Vista

2007-09-22 Thread Martin v. Löwis
> 1>py_dyn_test.obj : error LNK2001: unresolved external symbol > _Py_NoneStruct Could it be that py_dyn_test.obj is a x86 (not AMD64) object file? Run dumpbin. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: Building Python with VC8 on x64 Vista

2007-09-21 Thread danfike
On Sep 20, 9:45 am, [EMAIL PROTECTED] wrote: > Hi all, > > So I'm working on a C++ application that will eventually embed or > extend Python using Boost.Python, but I first need to get Python > compiled correctly for my platform. I've got a Windows Vista 64-bit > machine with a Core 2 processor, an

Building Python with VC8 on x64 Vista

2007-09-20 Thread danfike
Hi all, So I'm working on a C++ application that will eventually embed or extend Python using Boost.Python, but I first need to get Python compiled correctly for my platform. I've got a Windows Vista 64-bit machine with a Core 2 processor, and I'm compiling with a VC8. I downloaded the Python 2.5