Re: [XFree86] Problems compiling from source on Linux

2003-04-01 Thread Me
Again you are correct. I needed to install the libpng-devel package. That was not all though, I had to modify the Makefile in /programs/xcursorgen. For some reason the LIBPNGINC is left blank. That did not fix my problem though and I'm affraid I'm in over my head. Here is the output from the

Re: [XFree86] Problems compiling from source on Linux

2003-04-01 Thread Mark Vojkovich
On Tue, 1 Apr 2003, Me wrote: Again you are correct. I needed to install the libpng-devel package. That was not all though, I had to modify the Makefile in /programs/xcursorgen. For some reason the LIBPNGINC is left blank. That did not fix my problem though and I'm affraid I'm in over my

Re: [XFree86] Problems compiling from source on Linux

2003-04-01 Thread Me
I think it cut off. Let me see if I can get the whole gcc line. gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wall -Wpointer-arith -Wundef /usr/include/libpng10 -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE

Re: [XFree86] Problems compiling from source on Linux

2003-04-01 Thread Marc Aurele La France
Uhuh... On Tue, 1 Apr 2003, Me wrote: I think it cut off. Let me see if I can get the whole gcc line. gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wall -Wpointer-arith -Wundef /usr/include/libpng10 -I../.. ^

Re: [XFree86] Problems compiling from source on Linux

2003-04-01 Thread Me
That's where the png.h file is... Uhuh... On Tue, 1 Apr 2003, Me wrote: I think it cut off. Let me see if I can get the whole gcc line. gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wall -Wpointer-arith -Wundef /usr/include/libpng10 -I../..

Re: [XFree86] Problems compiling from source on Linux

2003-04-01 Thread Alan Coopersmith
So put -I in front of it. Otherwise gcc thinks the path name is a file that it should compile. -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - Sun Software Group Quality, Integration, Customer Success (QICS) Platform Globalization Engin.

[XFree86] Problems compiling from source on Linux

2003-03-31 Thread Me
Hello all. I have a problem. I'm trying to compile XFree86 4.3.0 from source on a Redhat Linux 8.0 machine. I did a typical server install of Redhat that does not load X. So, I follow the instructions and do make world, make install and make install.man. Everything appears fine. The

Re: [XFree86] Problems compiling from source on Linux

2003-03-31 Thread Mark Vojkovich
It looks like you need libpng to build it. Mark. On Mon, 31 Mar 2003, Me wrote: Hello all. I have a problem. I'm trying to compile XFree86 4.3.0 from source on a Redhat Linux 8.0 machine. I did a typical server install of Redhat that does not load X. So, I

Re: [XFree86] Problems compiling from source on Linux

2003-03-31 Thread Me
I have libpng10-1.0.13-6 and libpng-1.2.2-8 installed. Is there a particular version I need? It looks like you need libpng to build it. Mark. On Mon, 31 Mar 2003, Me wrote: Hello all. I have a problem. I'm trying to compile XFree86 4.3.0 from source on a

Re: [XFree86] Problems compiling from source on Linux

2003-03-31 Thread Mark Vojkovich
On Mon, 31 Mar 2003, Me wrote: I have libpng10-1.0.13-6 and libpng-1.2.2-8 installed. Is there a particular version I need? xcursorgen.c:35:17: png.h: No such file or directory You need header files too. If you're installing those things with RPM, sometimes you don't get those unless you