[Lsb-infrastructure] [Bug 2236] New: Modify devchk to work with modern glib headers

bugzilla-daemon at linux-foundation.org bugzilla-daemon at linux-foundation.org
Wed Jul 30 04:39:20 PDT 2008


http://bugs.linuxbase.org/show_bug.cgi?id=2236

           Summary: Modify devchk to work with modern glib headers
           Product: Infrastructure
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build tools
        AssignedTo: mats at freestandards.org
        ReportedBy: silakov at ispras.ru
         QAContact: lsb-infrastructure at freestandards.org


Created an attachment (id=1183)
 --> (http://bugs.linuxbase.org/attachment.cgi?id=1183)
glib_2_0_glib_gprintf_h.inc

Since glib 2.14, g_snprintf and g_vsnprintf functions are located in gutils.h
header, not gprintf.h. This prevents devchk from compilation with modern gtk
headers, since it looks for these functions in gutils.h.

The attached glib_2_0_glib_gprintf_h.inc file for devchk will add check for
glib version and include gutils.h, if needed; this should enable us to build
devchk with both old and new headers.


-- 
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the lsb-infrastructure mailing list