> famillepittion wrote:
> 
> Hello
> 
> there's no longer time that I develop under glade so my problem is perhaps a very 
>little thing, but I haven't find a solution :
> 
>    for the compilation I do    "sh autogen.sh" and all its OK
>    and after that I do "make" and I have errors :
>                     undefined reference to 'create_window1'
>                     undefined reference to 'create_window2'
>                     undefined reference to 'create_window3'
>                     undefined reference to 'create_window4'
> that are the four windows that I want create
> So what should I do to solve this problem ?

I would guess that you changed the names of the windows, so the create_XXX functions
were renamed.

You will have to update the create_windowX calls (probably in main.c) to the new names,
which you should be able to see in interface.h

Damon



+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to