pspp-dev
[Top][All Lists]
Advanced

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

glade-3 doesn't recognize rpl_snprintf


From: Jason Stover
Subject: glade-3 doesn't recognize rpl_snprintf
Date: Wed, 28 Nov 2007 18:08:08 -0500
User-agent: Mutt/1.5.10i

I've got glade-3 version 3.1.5. Loading psppire.glade kills
it. glade-3's last words are:

glade-3: symbol lookup error: 
/usr/local/lib/glade3/modules/libglade-psppire.so: undefined symbol: 
rpl_snprintf

The problem seems to be in gl/stdio.h, where snprintf is defined
to be rpl_snprintf, though I have no rpl_snprintf that I know of:

*** stdio.h     2007-11-28 17:47:23.000000000 -0500
--- stdio.h.1   2007-11-28 17:47:00.000000000 -0500
***************
*** 163,169 ****
  #endif
  
  #if 1
! # if 0
  #  define snprintf rpl_snprintf
  # endif
  # if 1 || !1
--- 163,169 ----
  #endif
  
  #if 1
! # if 1
  #  define snprintf rpl_snprintf
  # endif
  # if 1 || !1


-Jason




reply via email to

[Prev in Thread] Current Thread [Next in Thread]