On 06/17/2007 07:08:35 PM, chuck wrote:
Enrico Tröger wrote:
On Fri, 15 Jun 2007 16:52:36 -0700, chuck ctl@arrowtwins.com wrote:
Just built svn 1624 on windows, and when run from a terminal window, I get the following 22 times. Of course then Geany comes up and seems to run fine.
(geany.exe:3192): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
These messages are more or less harmless. Anyway, I want to fix it. But when I start Geany in a terminal window(we are talking about cmd.exe?) then I don't get any messages and that's why they still exist. How did you build Geany?
UP-TO-DATE CYGWIN BASE, BUT USING MINGW COMPILER TOOLS ( MINGW DIRECTORY IS IN THE PATH IN FRONT OF CYGWIN ) AND THE GTK-2-TYPE SET OF LIBS. GEANY BUILDS AND RUNS FINE. THE TERMINAL WINDOW IS RXTV RUNNING BASH IN LOGIN MODE, WITH GEANY.EXE IN MY PATH. RUNNING XP, AND DOING THE BUILD WITH make -f makefile.win32
AND localwin32.mk SETS PREFIX TO THE GTK LIB SET. I WROTE ABOUT MY 2-STEP PROCESS OF GENERATING THE DEPS.MAK WITH PREFIX=/cygdrive/c/<path> THEN CHANGING IT TO PREFIX=c:/<path> AFTER THE BUILD FAILS; BUT THE DEPS.MAK ARE UP-TO-DATE. THEN IT BUILDS FINE.
IF THESE MESSAGES ARE SOMETHING THAT SHOULD BE FIXED, IS THERE ANYTHING I CAN DO TO ASSIST?
BY THE WAY, THESE MESSAGES DID NOT OCCUR ON SVN 1615.
I've looked over the changes between r1615 : r1624 and I didn't notice a problem related to gtk_widget_set_sensitive().
If you can, it'd be best to try Alexandre Moreira's suggestion using gdb, but alternatively you could send us your geany.conf file, located in ~/.geany/ (as you're running Geany within bash). Then we can test Geany with your set of preferences enabled.
Regards, Nick