[Glade-users] libglade-WARNING **: could not find signal handler



Hi,

On a
    win98 (yes, yes ... I know ;it isn't my will ) +
    dev-c++ 4980 +
    GTK-Development-Environment-2.2.4-2
environment,

I've got the error:
(basic.exe:4294928263): libglade-WARNING **: could not
find signal handler 'on_button1_clic
ked'.

The  Makefile looks like :
CC   = gcc.exe
BIN  = basic.exe
LIBS =  -Wl,--export-dynamic -L"D:/DEVCPP/lib"
-L"D:/devextra/lib" -lglade-2.0 -lgtk-win32-
2.0  -lgdk-win32-2.0  -lgthread-2.0  -lgdi32  -lole32 
-luuid  -latk-1.0  -lgdk_pixbuf-2.0
 -lpangowin32-1.0  -lgdi32  -lpango-1.0  -lgobject-2.0
 -lgmodule-2.0  -lglib-2.0  -lintl
-liconv
INCS =  -I"D:/DEVCPP/include" [... more stuff deleted
...]
CFLAGS = $(INCS) -mno-cygwin  -mms-bitfields
3Q
all: $(BIN)
$(BIN): main.c
    $(CC) $(CFLAGS) -o $(BIN) main.c $(LIBS)

and
$ nm basic.exe  | grep clicked
000000000040128c T _on_button1_clicked

I've searched on google and archive, and all I found
it was related with
--export-dynamic flag.

Any suggestions ?

Thanks for your attention,
Skandik


__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]