Re: Missing pango_render_part_get_type in Win32 Pango?
- From: Owen Taylor <otaylor redhat com>
- To: "Daniel K. O." <danielosmari yahoo com br>
- Cc: gtk-app-devel-list gnome org, gtkmm-list gnome org
- Subject: Re: Missing pango_render_part_get_type in Win32 Pango?
- Date: Sun, 15 May 2005 09:14:17 -0400
On Thu, 2005-05-12 at 22:44 -0300, Daniel K. O. wrote:
I'm wondering if the function pango_render_part_get_type() should be
exported on Pango Win32 1.8.0.
Right now I'm trying to compile GTKmm 2.6.2, and getting this error:
---
Creating library file: .libs/libpangomm-1.4.dll.a
.libs/renderer.o: In function
`ZN4Glib5ValueIN5Pango10RenderPartEE10value_typeEv':
c:/projects/gtkmm-2.6.2/pango/pangomm/renderer.cc:44: undefined
reference to `pango_render_part_get_type'
---
Then I just did a quick test:
---
#include <pango/pango.h>
int main(void)
{
GType t = pango_render_part_get_type ();
return 0;
}
---
It's public. Put a bug in bugzilla about it.
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]