[Glade-users] Glade with Win32

beginner.c beginner.c at gmail.com
Tue May 15 21:42:12 EDT 2007


Ignore the last one, I had 'Objective C' ticked in my project. 

Thanks again, you've all been very helpful.



beginner.c wrote:
> 
> 
> Great thanks for your help. I now don't get the libglade errors but I do
> get this new one:
> 
>   cannot find -lobjc 
> 
> This wasn't there before and I can't find this file on my computer at all.
> 
> 
> 
> john judy wrote:
>> 
>> 
>> 
>> 
>>   
>>   
>> 
>> 
>> 
>> 
>> Tristan Van Berkom wrote:
>> 
>>   On Mon, 2007-05-14 at 21:44 -0700, beginner.c wrote:
>>   
>>   
>>     Hi,
>> 
>> I've developed an app using Anjuta and am now trying to compile it using
>> Dev-CPP. I've installed all the GTK requirements (including libglade) and
>> I
>> get no errors when compiling except:
>> 
>>   [Linker error] undefined reference to `_imp__libintl_printf' 
>>   [Linker error] undefined reference to `glade_xml_new' 
>>   [Linker error] undefined reference to `glade_xml_signal_autoconnect' 
>>   [Linker error] undefined reference to `glade_xml_get_widget' 
>>   more undefined references to `glade_xml_get_widget' follow 
>>   ld returned 1 exit status 
>>  C:\Dev-Cpp\ss\src\Makefile.win [Build Error]  [ss.exe] Error 1 
>> 
>> Any idea's?
>>     
>>   
>>   
>> I've never compiled on windows but I can tell you the obvious; your
>> linker isnt seeing libglade & what I'm guessing is the win32 gettext
>> implementation (_imp__libintl_printf seems to read as a translation
>> formatting function to me).
>> 
>> Either your linker wasnt instructed to look for those libraries or
>> it isnt finding them in its paths.
>> 
>> Cheers,
>>                  -Tristan
>> 
>> 
>> _______________________________________________
>> Glade-users maillist  -  Glade-users at lists.ximian.com 
>> http://lists.ximian.com/mailman/listinfo/glade-users 
>> 
>>   
>> 
>> I have been working with Dev C++ and he is right, you should just need
>> to go into the project properties and add the libglade libraries under
>> the libraries tab (IIRC), its either the third or fourth tab. You may
>> need to include some of the other GTK libraries as well. 
>> 
>> 
>> 
>> _______________________________________________
>> Glade-users maillist  -  Glade-users at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/glade-users
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Glade-with-Win32-tf3756285.html#a10634312
Sent from the Gnome - Glade - User mailing list archive at Nabble.com.



More information about the Glade-users mailing list