Re: png.h not found!!!

2003-10-23 Thread david mattatall
Do you have libpng installed? ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: png.h not found!!!

2003-10-23 Thread Mark Vojkovich
xcursorgen links to libpng, so you need to have libpng installed for the header files. Mark. On 23 Oct 2003, jassi brar wrote: > Hi all, i m trying to crosscompile XFree86(TinyX). Everything works fine but ... when compilation enters the xc/programs/xcursorgen dir i

Re: Re: png.h not found!!!

2003-10-23 Thread jassi brar
Hi david, Noo, i m crosscompiling XFree86. By the way, can't i do without it? jassi On Thu, 23 Oct 2003 david mattatall wrote : >Do you have libpng installed? >___ >Devel mailing list >[EMAIL PROTECTED] >http://XFree86.Org/mailman/listinfo/devel

Re: Re: png.h not found!!!

2003-10-23 Thread David Dawes
On Thu, Oct 23, 2003 at 03:46:34PM -, jassi brar wrote: >Hi david, > Noo, i m crosscompiling XFree86. By the way, can't i do without it? Yes, just add the following line to your xc/config/cf/host.def file: #define HasLibpng NO David -- David Dawes X-

Re: Re: Re: png.h not found!!!

2003-10-24 Thread jassi brar
Hi david, thanx for the advice... it worked like a charm :-) greatt. I m little confusion . why does kamp.c look for when this header is only for i386 arch( i think)? Could you please suggest me any article which explains howto set the X-windows system "manually". Thanx again, Jassi

Re: Re: Re: png.h not found!!!

2003-10-24 Thread David Dawes
On Fri, Oct 24, 2003 at 07:24:17AM -, jassi brar wrote: >Hi david, > thanx for the advice... it worked like a charm :-) greatt. > I m little confusion . why does kamp.c look for when this header > is only for i386 arch( i think)? I don't see any file with that name in the XFree86 so