How Xserver build the makefil for dirver?

2006-08-03 Thread vichy.kuo
Dear All: I need to build the via driver within XFree86_4_3 but I found via didn't support the driver until 4.4. I directly copy the via folder to the driver directory in 4.3, but the makefile cannot been build after typing make World. Is there any configure file I need to modify? Thanks all of

Re: How Xserver build the makefil for dirver?

2006-08-03 Thread Tim Roberts
vichy.kuo wrote: Dear All: I need to build the via driver within XFree86_4_3 but I found via didn't support the driver until 4.4. I directly copy the via folder to the driver directory in 4.3, but the makefile cannot been build after typing make World. Is there any configure file I need to

Re: How Xserver build the makefil for dirver?

2006-08-03 Thread kuo chechun
I just try to do that you show me, ant the server did complain the module ABI minor version (7) is newer than the server's version (6). Would you please tell me how to -ignoreABI switch? thanks a lot! vichy 2006/8/4, Tim Roberts [EMAIL PROTECTED]: vichy.kuo wrote: Dear All: I need to build

Re: How Xserver build the makefil for dirver?

2006-08-03 Thread Tim Roberts
kuo chechun wrote: I just try to do that you show me, ant the server did complain the module ABI minor version (7) is newer than the server's version (6). Would you please tell me how to -ignoreABI switch? The -ignoreABI switch is a parameter to the X command that launches the server. The

Re: How Xserver build the makefil for dirver?

2006-08-03 Thread Luc Verhaegen
On Thu, Aug 03, 2006 at 10:27:43PM +0800, vichy.kuo wrote: Dear All: I need to build the via driver within XFree86_4_3 but I found via didn't support the driver until 4.4. I directly copy the via folder to the driver directory in 4.3, but the makefile cannot been build after typing make