> > Possibly there will be no patch necessary anymore with
> > the 0.7er series, but only a special makefile, because
> > the new auto generation fixes most of the issues releated
> > to the M$ compiler as well ...
> 
> Sounds good... Anyone interested in getting it up on gcc?

The issues on the MS platform are not compiler dependent, but linker
dependent.  The problem is that on MS platforms, initialisation of static
structures occurs before dynamic linking.  This means that if a static
structure on an MS platform references a global variable or function from
a DLL, the linking will fail.  You must fill in the members in the
structures that come from DLLs from program code instead.

The new pygtk should take this into account, so it should compile with
both MS and gcc compilers (as it is standard ANSI C).

> 
> kb
> 

James.

-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to