Other/future projects • Re: GTK2 revival
I fixed the issue you had with g_sort_array Please try compiling again
It worked. Thank you!
Now I should find a Gtk2 application to test it with. Hm, just built Pale Moon GTK2 yesterday, should be a good fit. But first a couple questions:
- Would it be OK to strip all newly built executables and libraries (while keeping their respective debug symbols)?
- What exactly should I look for during testing; any particular function or behavior? (I don't have touch devices or anything so can't test that)
Oh and I've been getting a few deprecation warnings: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead Not sure whether it's in your code or not.
I see the compiler still uses headers from /usr/include/* - is that normal or should any build parameters/flags be changed?
EDIT: Actually here's the entire build process starting with updating repo code:
entire_build_process.zip
EDIT2: I knew it wouldn't be that easy... Another error popped up at runtime (although the application did start and is running): Gtk-Message: 11:59:11.367: Failed to load module "atk-bridge": 'gtk_module_display_init': /gtk2ng-test/lib/gtk-2.0/modules/libgail.so: undefined symbol: gtk_module_display_init Will try to test further, see what pops up ahead.
Discussion in the ATmosphere