Re: [Anjuta-list] Signals can't connect



Hi!

Click on the target in the project view and select "Properties". There,
add it to the linker flags field.

Regards,
Johannes

Am Samstag, den 12.01.2008, 13:36 -0800 schrieb Brian Lavender:
> On Sat, Jan 12, 2008 at 09:32:34AM +0100, carlo wrote:
> > Brian Lavender ha scritto lo scorso 12/01/2008 08:01:
> > > I created a new gtk project using anjuta.  I used the glade designer
> > > to create my app. It is a simple window with a button in it. Then I
> > > wrote my callback functions. But when it runs, it says it can't find
> > > the signal handlers. What am I doing wrong?
> > > 
> > > brian night-ranger:~/Projects/gtk-salsa/src$ ./gtk-salsa 
> > > 
> > > (gtk-salsa:5053): libglade-WARNING **: could not find signal handler 'on_button1_clicked'.
> > > 
> > > (gtk-salsa:5053): libglade-WARNING **: could not find signal handler 'on_window_destroy'.
> > > 
> > This is not a Anjuta related issue, but a libglade/general one: you
> > should provide the following ld flag
> > 
> > -export-dynamic
> 
> Where do I put the flag in anjuta? I tried adding it in the project at
> in Makefile.am, 
> 
> gtk_salsa_LDFLAGS = --export-dynamic
> 
> but still same error.
> 
> brian

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil



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