Re: compile error 4.3.0

2004-02-02 Thread jassi brar
you shud download 4.3.0, change host.def(may be), do make World -jassi On Tue, 03 Feb 2004 [EMAIL PROTECTED] wrote : hi folks, i had a xf86sym compile error using the 4.1.0 sources that i patched with the 4.2.0 and 4.3.0 diff files. i also compiled and installed atk and pango before running make

Re: C++ code in Xfree86?

2004-01-11 Thread jassi brar
Hi, 1)for cross compiling, does we need to modify cross.def and save as host.def? No, you have to make a new file host.def where you put in all the configuration define's 2)In Cross.def there is a line #define CplusplusCmd Is there any C++ code in Xfree86-4.2.0 source? we

freetype2 problems with cvs

2003-12-11 Thread jassi brar
Hi all, http://www.mail-archive.com/[EMAIL PROTECTED]/msg04101.html In reference to the above link where david suggested some changes in the XFree86 source. Index: lib/Xft/Xft.h === RCS file: /home/x-cvs/xc/lib/Xft/Xft.h,v

Re: Re: freetype2 problems with cvs

2003-12-11 Thread jassi brar
Your second reply satisfies me. -jassi On Thu, 11 Dec 2003 David Dawes wrote : On Thu, Dec 11, 2003 at 10:21:21AM -0500, David Dawes wrote: On Thu, Dec 11, 2003 at 01:58:03PM -, jassi brar wrote: Hi all, http://www.mail-archive.com/[EMAIL PROTECTED]/msg04101.html In reference

Re: Re: devices Xfbdev

2003-11-10 Thread jassi brar
Hi Friends, I am a bit confused ... I understand, if i crosscompiple(Xipaq) When we do make World (I mean only the order of files):: host.def - linux.cf - kdrive.cf - {xitsy.cf|tinyX.cf ; cross.def} The file iPAQH3600.cf says define KDriveServer and XiPAQH3500Server in host.def, but there

Re: Re: Xfbdev error

2003-11-08 Thread jassi brar
Hi David, I _do_ have shared libraries. Can u please tell me the OPTION, to give while compiling Xfbdev, by which it knows of the shared libs being present already. I mean something to be define'd or undef'd in the any .def file.? All these libs libX*.so.* also get compipled with the

Xfbdev fails.....

2003-11-02 Thread jassi brar
Hi all, I m trying to run Xfbdev(tinyX) on my arm-board. But I m facing the error:: ___ # xterm xterm: error while loading shared libraries: libXft.so.2: cannot load shared object file: No such file or directory # xinit

Xfbdev problem

2003-10-29 Thread jassi brar
Hi all, I m trying to run Xfbdev(tinyX) on s3c2410... but when i try to execute it, it says _ # startx hostname: (none): Unknown host mcookie: No such file or directory xauth: timeout in locking authority file //.Xauthority xauth: timeout in locking

X library not found error

2003-10-28 Thread jassi brar
Hi all, i m trying to port X-server on s3c2410 board. I successfully crosscompiled the tinyX and put it in the filesystem. But when i give any command like xinit or X or Xfbdev its says :: example:_ # ./Xfbdev ./Xfbdev: error while loading shared libraries:

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

2003-10-24 Thread jassi brar
again, Jassi On Fri, 24 Oct 2003 David Dawes wrote : 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

png.h not found!!!

2003-10-23 Thread jassi brar
Hi all, i m trying to crosscompile XFree86(TinyX). Everything works fine but ... when compilation enters the xc/programs/xcursorgen dir it says png.h found nowhere!!! along with many errors. png.h is nowhere present in XFree86 source tree ...not even in the whole filesystem ;) Any help

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: how to build an embedded X-window

2003-10-13 Thread jassi brar
Hi joseph, I'm new in embedded Linux and XFree86 world. Now I have built a embedded linux on my CF card (32MB). Welcome to the community. ThenI want to build a embedded platform with X window. What paper should I read first? I think you need GUI, not particularly X windows. Clarify for

embedded (GPL)Xfree86

2003-09-26 Thread jassi brar
Dear all, I m working on porting the X11 onto an embedded environment. The regular XFree86 is obviously MUCH MORE than needed. I need some trimmed version of XFree86 for embedded linux(mizi), that too under GPL(i can't buy any comercial s/w). Cud you plz suggest me some suggestion or link