Re: [Xpert]xf86config parser

2002-09-11 Thread SainTiss

Hi,

I assume you are talking about CVS directories here, since I can't find
the mentioned directory on my system...

Also, does this mean there's no real documentation, but just examples?

Thanks

Hans

On Tue, 2002-09-10 at 23:43, [EMAIL PROTECTED] wrote:
  Hi,
  
  I was writing an XF86Config parser from scratch, when I noticed there's
  a python wrapper for this... 
  However, I'm writing my tool in c++, so I need the C source... I found a
  file called xf86Parser.h, but couldn't find any documentation about
  it...
  
  Is this the right file, and if so, where can I find docs about it?
 
 
 That file is from the xc/programs/Xserver/hw/xfree86/parser subdirectory which
 contains the code for libxf86config.a which is the parser library (it can write
 the files too).  The cpconfig.c source in that directory provides a simple usage
 example.
 
 ___
 Xpert mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xpert
 




signature.asc
Description: This is a digitally signed message part


Re: [Xpert]xf86config parser

2002-09-11 Thread SainTiss

Right, I thought it was some include directory, but it seems to be a
source directory... I found it :-)

Shame about the documentation though...

Thanks

Hans

On Wed, 2002-09-11 at 18:54, J. Imlay wrote:
  Hi,
 
  I assume you are talking about CVS directories here, since I can't find
  the mentioned directory on my system...
 
 you don't have this directory?
 
 xc/programs/Xserver/hw/xfree86/parser/
 
 That doesn't make sence. It's not CVS. Do you have the a recent source, a
 tarbal like this X420src-1.tgz? It's quite strait forward.
 
 tar -zxf XF420src-1.tgz
 cd xc/programs/Xserver/hw/xfree86/parser/
 
 Is it still missing.
 
  Also, does this mean there's no real documentation, but just examples?
 
 The only real documentation is the source. All other forms of
 documentation or out of date by definition. :) In all seriousness, no
 probably not. most of the code expecialy the stuff that is part of the dix
 (device independant layer) doesn't realy have any documentation except a
 few random essays about different parts. And the ddx (dependant) has only
 enough documentation to sqeek by.
 
 If some one proves me wrong though, I'd be delighted.
 
 Josie Imlay
 
 ___
 Xpert mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xpert
 




signature.asc
Description: This is a digitally signed message part


[Xpert]xf86config parser

2002-09-10 Thread SainTiss

Hi,

I was writing an XF86Config parser from scratch, when I noticed there's
a python wrapper for this... 
However, I'm writing my tool in c++, so I need the C source... I found a
file called xf86Parser.h, but couldn't find any documentation about
it...

Is this the right file, and if so, where can I find docs about it?

Thanks

Hans





signature.asc
Description: This is a digitally signed message part


Re: [Xpert]xf86config parser

2002-09-10 Thread joe

 Hi,
 
 I was writing an XF86Config parser from scratch, when I noticed there's
 a python wrapper for this... 
 However, I'm writing my tool in c++, so I need the C source... I found a
 file called xf86Parser.h, but couldn't find any documentation about
 it...
 
 Is this the right file, and if so, where can I find docs about it?


That file is from the xc/programs/Xserver/hw/xfree86/parser subdirectory which
contains the code for libxf86config.a which is the parser library (it can write
the files too).  The cpconfig.c source in that directory provides a simple usage
example.

___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert