libgnomeprint request

2002-04-19 Thread Alberto Manuel Brandão Simões

Hi all!

Libgnomeprint has a installer program to check all the fonts in the
system. This is beautifull, but freetype 2 has problems. And one of the
problems is that it crashes with one of my ttf fonts (don't know which).
And this makes the installer program abort. Couldn't we add an option to
show each font it is processing (instead of the directory only) for
debuging? (it can be turned on manually, only!).

If we can't do this, help me finding a solution to get that stupid font
from my hundreds fonts.

Cincerly
Alberto
-- 
Alberto Manuel B. Simoes
Departamento de Informática - Universidade do Minho
http://alfarrabio.di.uminho.pt/~albie - http://numexp.sf.net

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list



Re: glib and gtk+ problems

2002-04-12 Thread Alberto Manuel Brandão Simões

On Fri, 2002-04-12 at 13:10, Szalai Ferenc wrote:
> > I had a program with module loading working. Now, my code does not
> > work. The error reported by glib says some function (I have it defined
> > in the caller application) is not defined. This is, indeed weird, and I
> > would like to know how can I debug this to check it's problem.
> Use gdb or other debugger. What glib exactly said?

/opt/G2/lib/numexp/modules/libbuiltin.so: undefined symbol:
Numexp_Kernel_to_Client_cwd_change

but this function is defined, with this name, in the app which load the
module...

nm bindings/bonobo/.libs/numexp-kernel |grep
Numexp_Kernel_to_Client_cwd_change

0804c300 T Numexp_Kernel_to_Client_cwd_change.

Thanks

Alberto

-- 
Alberto Manuel B. Simoes
Departamento de Informática - Universidade do Minho
http://alfarrabio.di.uminho.pt/~albie - http://numexp.sf.net

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list



glib and gtk+ problems

2002-04-12 Thread Alberto Manuel Brandão Simões

- glib:
I had a program with module loading working. Now, my code does not
work. The error reported by glib says some function (I have it defined
in the caller application) is not defined. This is, indeed weird, and I
would like to know how can I debug this to check it's problem.

- gtk+:
I can't compile it from CVS. The script to generate header files from
images (specially png files) is not working. When it finds a png says
png support is not built. But I have the latest libpng installed. I
don't know what to do!

Thanks for all the help

Alberto
-- 
Alberto Manuel B. Simoes
Departamento de Informática - Universidade do Minho
http://alfarrabio.di.uminho.pt/~albie - http://numexp.sf.net

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list



atk, glib, gtk+, pango and some more...

2002-04-09 Thread Alberto Manuel Brandão Simões


Why does these packages (and some more) needs libtool to be on the root
src directory to be compiles?

And by the way, why gdk-pixbuf-csource does not support png if configure
detects correctly libpng?

Thanks for the help

Alberto
-- 
Alberto Manuel B. Simoes
Departamento de Informática - Universidade do Minho
http://alfarrabio.di.uminho.pt/~albie - http://numexp.sf.net

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list



Re: Pango 1.0.0 patch

2002-03-13 Thread Alberto Manuel Brandão Simões

On Wed, 2002-03-13 at 19:47, Owen Taylor wrote:
> 
> Alberto Manuel Brandão Simões <[EMAIL PROTECTED]> writes:
> 
> > Well, this is not right a 1.0.0 patch, but a Current cvs patch.
> > These were the changes I need to build Pango without problems on a
> > Slackware 8 installation.
> 
> Can you explain why you needed to make these changes?

I know that it's slackware problem... but it would be good to change.
The explanation follows:

there are in /usr/X11R6/include a freetype and a freetype2 directories.
The first, for freetype 1 and the second for freetype2. If the X
includes are first in the Makefile, it will search
/usr/X11R6/include/freetype/*.h instead of
/usr/X11R6/include/freetype2/freetype/*.h

Alberto

> > Index: modules/arabic/Makefile.am
> > ===
> > RCS file: /cvs/gnome/pango/modules/arabic/Makefile.am,v
> > retrieving revision 1.20
> > diff -u -r1.20 Makefile.am
> > --- modules/arabic/Makefile.am  2002/03/06 17:05:04 1.20
> > +++ modules/arabic/Makefile.am  2002/03/13 19:37:08
> > @@ -86,7 +86,7 @@
> >  moddefine = $(X_PREFIX) $(XFT_PREFIX) $(FT2_PREFIX)
> >  moduledir = $(libdir)/pango/$(PANGO_MODULE_VERSION)/modules
> >  
> > -INCLUDES = -DPANGO_ENABLE_ENGINE -DG_DISABLE_DEPRECATED -I$(top_srcdir) 
>-I$(top_srcdir)/pango/ $(moddefine) $(X_CFLAGS) $(FREETYPE_CFLAGS)
> > +INCLUDES = -DPANGO_ENABLE_ENGINE -DG_DISABLE_DEPRECATED -I$(top_srcdir) 
>-I$(top_srcdir)/pango/ $(moddefine) $(FREETYPE_CFLAGS) $(X_CFLAGS)
> >  
> >  pango_arabic_x_la_LDFLAGS = -export-dynamic -avoid-version -module
> >  pango_arabic_x_la_LIBADD = $(arabic_x_libadd)
> ___
> gtk-list mailing list
> [EMAIL PROTECTED]
> http://mail.gnome.org/mailman/listinfo/gtk-list
-- 
Alberto Simoes

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list



Pango 1.0.0 patch

2002-03-13 Thread Alberto Manuel Brandão Simões


Well, this is not right a 1.0.0 patch, but a Current cvs patch.
These were the changes I need to build Pango without problems on a
Slackware 8 installation.

Regards,
your's Alberto Simões
-- 
Alberto Simoes


? _
Index: modules/arabic/Makefile.am
===
RCS file: /cvs/gnome/pango/modules/arabic/Makefile.am,v
retrieving revision 1.20
diff -u -r1.20 Makefile.am
--- modules/arabic/Makefile.am  2002/03/06 17:05:04 1.20
+++ modules/arabic/Makefile.am  2002/03/13 19:37:08
@@ -86,7 +86,7 @@
 moddefine = $(X_PREFIX) $(XFT_PREFIX) $(FT2_PREFIX)
 moduledir = $(libdir)/pango/$(PANGO_MODULE_VERSION)/modules
 
-INCLUDES = -DPANGO_ENABLE_ENGINE -DG_DISABLE_DEPRECATED -I$(top_srcdir) 
-I$(top_srcdir)/pango/ $(moddefine) $(X_CFLAGS) $(FREETYPE_CFLAGS)
+INCLUDES = -DPANGO_ENABLE_ENGINE -DG_DISABLE_DEPRECATED -I$(top_srcdir) 
+-I$(top_srcdir)/pango/ $(moddefine) $(FREETYPE_CFLAGS) $(X_CFLAGS)
 
 pango_arabic_x_la_LDFLAGS = -export-dynamic -avoid-version -module
 pango_arabic_x_la_LIBADD = $(arabic_x_libadd)
Index: modules/basic/Makefile.am
===
RCS file: /cvs/gnome/pango/modules/basic/Makefile.am,v
retrieving revision 1.23
diff -u -r1.23 Makefile.am
--- modules/basic/Makefile.am   2002/03/06 17:05:05 1.23
+++ modules/basic/Makefile.am   2002/03/13 19:37:08
@@ -90,8 +90,8 @@
-DG_DISABLE_DEPRECATED  \
-I$(top_srcdir) \
-I$(top_srcdir)/pango/  \
-   $(X_CFLAGS) \
$(FREETYPE_CFLAGS)  \
+   $(X_CFLAGS) \
$(moddefine)
 
 pango_basic_x_la_LDFLAGS = -export-dynamic -avoid-version -module
Index: modules/hebrew/Makefile.am
===
RCS file: /cvs/gnome/pango/modules/hebrew/Makefile.am,v
retrieving revision 1.10
diff -u -r1.10 Makefile.am
--- modules/hebrew/Makefile.am  2002/03/06 17:05:10 1.10
+++ modules/hebrew/Makefile.am  2002/03/13 19:37:08
@@ -75,8 +75,8 @@
-DG_DISABLE_DEPRECATED  \
-I$(top_srcdir) \
-I$(top_srcdir)/pango/  \
-   $(X_CFLAGS) \
$(FREETYPE_CFLAGS)  \
+   $(X_CFLAGS) \
$(moddefine)
 
 pango_hebrew_x_la_LDFLAGS = -export-dynamic -avoid-version -module
Index: modules/tamil/Makefile.am
===
RCS file: /cvs/gnome/pango/modules/tamil/Makefile.am,v
retrieving revision 1.15
diff -u -r1.15 Makefile.am
--- modules/tamil/Makefile.am   2002/03/06 17:05:13 1.15
+++ modules/tamil/Makefile.am   2002/03/13 19:37:08
@@ -52,7 +52,7 @@
 moddefine = $(X_PREFIX) $(XFT_PREFIX)
 moduledir = $(libdir)/pango/$(PANGO_MODULE_VERSION)/modules
 
-INCLUDES = -DPANGO_ENABLE_ENGINE -DG_DISABLE_DEPRECATED -I$(top_srcdir) 
-I$(top_srcdir)/pango/ $(moddefine) $(X_CFLAGS) $(FREETYPE_CFLAGS)
+INCLUDES = -DPANGO_ENABLE_ENGINE -DG_DISABLE_DEPRECATED -I$(top_srcdir) 
+-I$(top_srcdir)/pango/ $(moddefine) $(FREETYPE_CFLAGS) $(X_CFLAGS)
 
 pango_tamil_x_la_LDFLAGS = -export-dynamic -avoid-version -module
 pango_tamil_x_la_LIBADD = $(tamil_x_libadd)
Index: pango/Makefile.am
===
RCS file: /cvs/gnome/pango/pango/Makefile.am,v
retrieving revision 1.76
diff -u -r1.76 Makefile.am
--- pango/Makefile.am   2002/03/06 17:23:04 1.76
+++ pango/Makefile.am   2002/03/13 19:37:08
@@ -27,8 +27,8 @@
-DLIBDIR=\"$(libdir)\"  \
-DMODULE_VERSION=\"$(PANGO_MODULE_VERSION)\"\
-DG_DISABLE_DEPRECATED  \
-   $(X_CFLAGS) \
$(FREETYPE_CFLAGS)  \
+   $(X_CFLAGS) \
-I$(top_srcdir)
 
 if HAVE_X