How can I build the mga_vid module?
Alberto Vecchiato <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user.matrox |
|---|---|
| Message-ID | <[email protected]> |
I have a SUSE 9.1 linux box with a P4 2.4 GHz and a Matrox G450 graphic card and I'm trying to build the mga_vid module to use it on mplayer, (version 1.0pre5) since the vidix driver is not working too well. However I cannot compile it. When I type "make" into the directory "drivers" I get the following message: grep: /lib/modules/2.6.4-52-default/build/include/linux/version.h: No such file or directory since the header "version.h" does not exists into this directory. Then the makefile searches "modversions.h" but also fails, and finally jumps to "/usr/include/linux/version.h", which, however, is not good for it. Finally, it prints many other errors (which maybe are consequencies of the missing file) and leaves with error. Anyone can help? Thanks in advance, Alberto