[Bug 2003] New: [IcedTea7] --disable-system-gtk option broken by refactoring in PR1736
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Sep 17 14:34:15 UTC 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2003
Bug ID: 2003
Summary: [IcedTea7] --disable-system-gtk option broken by
refactoring in PR1736
Product: IcedTea
Version: 7-hg
Hardware: all
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
In file included from
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:25:0:
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.h:28:1: error:
unknown type name 'gboolean'
gboolean gtk2_check_dlversion();
^
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:27:8: error:
unknown type name 'gboolean'
static gboolean gtk2_present = FALSE;
^
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:27:32: error:
'FALSE' undeclared here (not in a function)
static gboolean gtk2_present = FALSE;
^
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:29:1: error:
unknown type name 'gboolean'
gboolean gtk2_check_dlversion()
^
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c: In function
'gtk2_check_dlversion':
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:31:25: error:
'TRUE' undeclared (first use in this function)
if (gtk2_present == TRUE) {
^
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:31:25: note: each
undeclared identifier is reported only once for each function it appears in
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:35:17: error:
'NULL' undeclared (first use in this function)
void *lib = NULL;
^
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:37:5: warning:
implicit declaration of function 'dlopen' [-Wimplicit-function-declaration]
lib = dlopen(GTK2_LIB_VERSIONED, RTLD_LAZY | RTLD_LOCAL);
^
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:37:18: error:
'GTK2_LIB_VERSIONED' undeclared (first use in this function)
lib = dlopen(GTK2_LIB_VERSIONED, RTLD_LAZY | RTLD_LOCAL);
^
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:37:38: error:
'RTLD_LAZY' undeclared (first use in this function)
lib = dlopen(GTK2_LIB_VERSIONED, RTLD_LAZY | RTLD_LOCAL);
^
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:37:50: error:
'RTLD_LOCAL' undeclared (first use in this function)
lib = dlopen(GTK2_LIB_VERSIONED, RTLD_LAZY | RTLD_LOCAL);
^
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:39:20: error:
'GTK2_LIB' undeclared (first use in this function)
lib = dlopen(GTK2_LIB, RTLD_LAZY | RTLD_LOCAL);
^
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:45:5: error:
'fp_gtk_check_version' undeclared (first use in this function)
fp_gtk_check_version = dlsym(lib, "gtk_check_version");
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:45:5: warning:
implicit declaration of function 'dlsym' [-Wimplicit-function-declaration]
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:47:5: warning:
implicit declaration of function 'fp_gtk_check_version'
[-Wimplicit-function-declaration]
if (!fp_gtk_check_version(2, 2, 0)) {
^
../../../src/solaris/native/common/deps/gtk2/gtk_fp_check.c:51:5: warning:
implicit declaration of function 'dlclose' [-Wimplicit-function-declaration]
dlclose(lib);
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140917/8788cb9b/attachment.html>
More information about the distro-pkg-dev
mailing list