RSS/Atom feed Twitter
Site is read-only, email is disabled

Has anybody successfully built gimp with gtk+ > 2.17.2 (mingw/windows)?

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

BugByteMan
2009-08-13 21:54:29 UTC (over 15 years ago)

Has anybody successfully built gimp with gtk+ > 2.17.2 (mingw/windows)?

Hello,

When I build gimp (mingw/windows XP) with gtk+ > 2.17.2 the application crashes as soon as I move my mouse over either the toolbox or image window.  This happens with both the stable (2.6.6 tarball) and git source.  I have not been successful in identifying the source of the crash in gdb.

Has anybody successfully built this combination using mingw/windows environment?

-- BugByteMan

Martin Nordholts
2009-08-13 22:07:39 UTC (over 15 years ago)

Has anybody successfully built gimp with gtk+ > 2.17.2 (mingw/windows)?

On 08/13/2009 09:54 PM, BugByteMan wrote:

Hello,

When I build gimp (mingw/windows XP) with gtk+> 2.17.2 the application crashes as soon as I move my mouse over either the toolbox or image window. This happens with both the stable (2.6.6 tarball) and git source. I have not been successful in identifying the source of the crash in gdb.

Has anybody successfully built this combination using mingw/windows environment?

Hi,

I would personally recomend Fedora for building GIMP for Windows. Building GIMP for Windows on Windows was hell last time I tried, building GIMP for Windows on Fedora using the quite new Fedora mingw toolchain is super-easy. I was able to build both git master and gimp-2-6 of GIMP without much trouble.

You can run your build result in Wine. To get stack-traces, install DrMingw, works perfect both in Wine and on real Windows.

If you are using unstable development releases it is a good idea to keep up to date with the releases. No one will pay much attention to crashes reported using old development releases.

Best regards, Martin

Bug ByteMan
2009-08-14 02:26:12 UTC (over 15 years ago)

Has anybody successfully built gimp with gtk+ > 2.17.2 (mingw/windows)?

Martin Nordholts wrote:

On 08/13/2009 09:54 PM, BugByteMan wrote:

Hello,

When I build gimp (mingw/windows XP) with gtk+> 2.17.2 the application crashes as soon as I move my mouse over either the toolbox or image window. This happens with both the stable (2.6.6 tarball) and git source. I have not been successful in identifying the source of the crash in gdb.

Has anybody successfully built this combination using mingw/windows environment?

Hi,

I would personally recomend Fedora for building GIMP for Windows. Building GIMP for Windows on Windows was hell last time I tried, building GIMP for Windows on Fedora using the quite new Fedora mingw toolchain is super-easy. I was able to build both git master and gimp-2-6 of GIMP without much trouble.

You can run your build result in Wine. To get stack-traces, install DrMingw, works perfect both in Wine and on real Windows.

If you are using unstable development releases it is a good idea to keep up to date with the releases. No one will pay much attention to crashes reported using old development releases.

Best regards, Martin

Hi,

I have been building GIMP and all of the dependent gnome libraries from their respective repositories (previously svn, now git) at least once a week without any issues for over a year. I believe my development environment is stable.

I know for sure that the problem I am experiencing is a result of changes from gtk+ 2.17.2 to 2.17.3. Unfortunately I do not have it isolated to a particular commit.

BugByteMan

Martin Nordholts
2009-08-14 07:10:30 UTC (over 15 years ago)

Has anybody successfully built gimp with gtk+ > 2.17.2 (mingw/windows)?

On 08/14/2009 02:26 AM, Bug ByteMan wrote:

I know for sure that the problem I am experiencing is a result of changes from gtk+ 2.17.2 to 2.17.3. Unfortunately I do not have it isolated to a particular commit.

Between 2.17.2 and 2.17.3 the client-side-window branch was merged to master. What you see is very likely due to this. There have been tons of fixes for this, so you really should run the latest GTK+ code.

/ Martin

Tor Lillqvist
2009-08-14 08:02:59 UTC (over 15 years ago)

Has anybody successfully built gimp with gtk+ > 2.17.2 (mingw/windows)?

Between 2.17.2 and 2.17.3 the client-side-window branch was merged to master. What you see is very likely due to this.

FWIW, not even gtk-demo built from git master head of GTK+ runs properly on Windows at this time. I don't see any crash, though, just screen updating failures (blank areas that shouldn't be). I haven't build GIMP master head in a while, will try to do that today.

--tml