MSVC 6.0 Unsupported?

Syver Enstad syver-en+usenet at online.no
Fri Aug 8 04:18:28 EDT 2003


Irmen de Jong <irmen at -NOSPAM-REMOVETHIS-xs4all.nl> writes:

> Syver Enstad wrote:
> > But Gerhard, what can I do? Every python extension that I will try
> to
> 
> > compile will fail if it depends on a working staticforward. The most
> 
> > rational thing to me is to patch object.h instead of patching every
> > .cpp/.c file that needs this define.
> 
> Can't you just add a single compiler option (for cl.exe) to your
> project?
> 
> 
> /Dstaticforward=extern

Isn't it bad form to define a macro twice? This macro is alreay
defined in object.h, and we define it once again on the command
line. 


-- 

Vennlig hilsen 

Syver Enstad




More information about the Python-list mailing list