Cant build NVIDIA drivers on suse 7.3

I just got suse 7.3 and I cant seem to build the drivers from source. can someone help me out?

figured it out. If anyone was having the same problem, you have to edit /usr/include/linux/version.h and comment out all the #error

This will be the correct way to get rid of the error messages:

First you need to correctly configure your kernel sources. Therefore you need to configure the kernel yourself or copy the configuration file of the suse kernel. You can find this in /boot/config and copy it to /usr/src/.config. After this you can invoke a make dep clean on the kernel source in /usr/src.
After this you can easily compile your nvidia sources.

Have fun.

Stefan

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.