Are there any build instructions for pygobjectwin32 anywhere? How do you create those installers?
I'm asking because #50 has been apparently idleing around for quite some time, I maybe would take a stab at fixing it myself – but I can't without access to the build files.
Thanks for all the work you did already do either way!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
there is buildscript https://github.com/tumagonx/pygi-mingw-patches/blob/master/gnomebuild.sh compiler already provided here but the way it is, #50 (flag -vcr140) try to link to all winapi-* stuff never produce executable, there always missing functions, so I use -vcr130 but that doesn't cut it, 64bit crashed. hope you have better chance. or you could try vc++ which core libraries (glib, gi, gtk) covered.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
Are there any build instructions for pygobjectwin32 anywhere? How do you create those installers?
I'm asking because #50 has been apparently idleing around for quite some time, I maybe would take a stab at fixing it myself – but I can't without access to the build files.
Thanks for all the work you did already do either way!
there is buildscript https://github.com/tumagonx/pygi-mingw-patches/blob/master/gnomebuild.sh compiler already provided here but the way it is, #50 (flag -vcr140) try to link to all winapi-* stuff never produce executable, there always missing functions, so I use -vcr130 but that doesn't cut it, 64bit crashed. hope you have better chance. or you could try vc++ which core libraries (glib, gi, gtk) covered.
I don't know if someone made gcc for msvcrt 14.0 yet