Re: Trouble Installing

2007-06-07 Thread Robert Pearce
On Wed, 6 Jun 2007 18:48:02 -0400 "Scott Peterson" <[EMAIL PROTECTED]> wrote: > I'm building gtk+-2.10.9 on Cygwin and I've hit a bit of a snag. > Here's the error: > There's some potentially important information missing here - we've only got the tail end of whatever (libtool) command is failing.

Re: Trouble Installing

2007-06-07 Thread Scott Peterson
I have Cygwin on Windows. I downloaded the 2.10.9 source. When I configured it, it said, "target: win32." When I make, I get this error. On 6/7/07, Tor Lillqvist <[EMAIL PROTECTED]> wrote: Scott Peterson writes: > I'm building gtk+-2.10.9 on Cygwin and I've hit a bit of a snag. > -lglib-2.0 -l

Re: Trouble Installing

2007-06-07 Thread Tor Lillqvist
Scott Peterson writes: > I have Cygwin on Windows. I downloaded the 2.10.9 source. When I configured > it, it said, "target: win32." So is that what you want to build then, GTK+ with the Win32 (GDI) backend? (But still as a Cygwin DLL?) Any idea where do the -lfreetype -lfontconfig come from? W

Re: Trouble Installing

2007-06-13 Thread Scott Peterson
Thanks for bearing with me: I don't deal much with autotools/C so this is unfamiliar territory. > So is that what you want to build then, GTK+ with the Win32 (GDI) > backend? (But still as a Cygwin DLL?) I want to build with whatever backend will work. How do I specifically build for Win32? >

Re: Trouble Installing

2007-06-14 Thread Robert Pearce
Hi Scott, On Wed, 13 Jun 2007 19:20:36 -0400 you wrote: > > Here's more context: > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION > -I.. > -I../gdk -I../gdk-pixbuf -DGDK_PIXBUF_DISABLE_DEPRECATED > -DG_DISABLE_CAST_CHECKS > -D_REENTRANT -I/usr/include/glib-2.0 -I

Re: Trouble installing GtkGlArea

2000-07-10 Thread Wolfgang Sourdeau
> I downloaded the GtkGlArea widget from: > http://www.student.oulu.fi/~jlof/gtkglarea/index.html > > And, following the instructions, ran configure (worked fine), and then > make, and got this error: > gdkgl.c:33: GL/gl.h: No such file or directory > gdkgl.c:34: GL/glx.h: No such file or

Re: Trouble installing GtkGlArea

2000-07-10 Thread jca
> You are probably missing the Mesa library which is a free > implementation of OpenGL. > You can grab it from mesa3d.sourceforge.net. > > Wolfgang Thanks, I found the relevant files at mesa3d and it worked perfectly. :-) jca ___ gtk-list mail

Re: Trouble installing GtkGlArea

2000-07-10 Thread jca
Oy, one more thing, how to I compile a C program that uses the GtkGlArea widget? I made sure to install both the devel and the library rpm's, everything seems to be there including gtkglarea.h and gl.h. But all attempts to compile the simple GtkGlArea source examples fail on linking, becaus

Re: Trouble installing GtkGlArea

2000-07-11 Thread Janne Lof
Hi, In addition to gtk libraries as given by 'gtk-config --libs' you need to link with gtkglarea and OpenGL (or MesaGL) libraries -lgtkglgtkglarea functions -lGL (or -lMesaGL)OpenGL gl* functons -lGLU (or -lMesaGLU) OpenGL glu* functions On Mon, 10 Jul 2000, jca wrot

Re: Trouble Installing Pango

2004-07-20 Thread David Necas (Yeti)
On Tue, Jul 20, 2004 at 02:25:09PM -0400, Marshall Lake wrote: > > While trying to install pango 1.5.1 near the (seemingly) end of > compilation I get the following errors: > > /home/mlake/pango-1.5.1/pango/.libs/libpangoft2-1.0.so: undefined reference to > `g_type_instance_get_private' > /home/

Re: Trouble Installing Pango

2004-07-21 Thread Marshall Lake
> > While trying to install pango 1.5.1 near the (seemingly) end of > > compilation I get the following errors: > > > > /home/mlake/pango-1.5.1/pango/.libs/libpangoft2-1.0.so: undefined reference to > > `g_type_instance_get_private' > > /home/mlake/pango-1.5.1/pango/.libs/libpangoft2-1.0.so: unde

Re: Trouble Installing Pango

2004-07-21 Thread Sven Neumann
Hi, Marshall Lake <[EMAIL PROTECTED]> writes: > > > While trying to install pango 1.5.1 near the (seemingly) end of > > > compilation I get the following errors: > > > > > > /home/mlake/pango-1.5.1/pango/.libs/libpangoft2-1.0.so: > > > undefined reference to `g_type_instance_get_private' > > > /h

Re: Trouble Installing Pango

2004-07-21 Thread Mark Leisher
Marshall Lake wrote: [undefined references] On my system (Slackware 9), the undefined references (started with 2.4) were due to libtool adding the older versions of the libraries (in /usr/lib) in front of the newer versions (in /usr/local/lib) as part of the link command. I fiddled with ld.so.co

Re: Trouble installing GTK+

2004-07-21 Thread Jose Miguel Goncalves
Ian Allman wrote: I want to develop Graphical User Interfaces on the Linux Framebuffer. I have downloaded GTK+-2.4.4 and the necessary glib and pango requirements. I configure GTK with ./configure --with-gdktarget=linux-fb However the make command results in the following errors: gdkwindow-fb.c

Re: Trouble Installing Pango

2004-07-21 Thread Marshall Lake
> > [undefined references] > On my system (Slackware 9), the undefined references (started with 2.4) > were due to libtool adding the older versions of the libraries (in > /usr/lib) in front of the newer versions (in /usr/local/lib) as part of > the link command. > > I fiddled with ld.so.config