[Glade-users] Glade with Win32



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






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