<html>
<head>
<base href="http://icedtea.classpath.org/bugzilla/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - [IcedTea7] --disable-system-gtk option broken by refactoring in PR1736"
href="http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2003">2003</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[IcedTea7] --disable-system-gtk option broken by refactoring in PR1736
</td>
</tr>
<tr>
<th>Product</th>
<td>IcedTea
</td>
</tr>
<tr>
<th>Version</th>
<td>7-hg
</td>
</tr>
<tr>
<th>Hardware</th>
<td>all
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5
</td>
</tr>
<tr>
<th>Component</th>
<td>IcedTea
</td>
</tr>
<tr>
<th>Assignee</th>
<td>gnu.andrew@redhat.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>gnu.andrew@redhat.com
</td>
</tr>
<tr>
<th>CC</th>
<td>unassigned@icedtea.classpath.org
</td>
</tr></table>
<p>
<div>
<pre>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);</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>