arundel
09-07-09, 07:39 PM
190.32 won't build since lib/compat/Makefile defines non-existing dirs in the "SUBDIR"-var. after removing these two lines from the Makefile
libOpenCL \
libnvcompiler
the driver compiles just fine.
also installation fails because doc/Makefile defines a non-existing header file ("something"token"something".h [can't remember the exact filename]). after removing the entry from the Makefile installation succeeds.
cheers.
oh...and this release still doesn't install the vdpau headers into the right place (only into DOCDIR).
libOpenCL \
libnvcompiler
the driver compiles just fine.
also installation fails because doc/Makefile defines a non-existing header file ("something"token"something".h [can't remember the exact filename]). after removing the entry from the Makefile installation succeeds.
cheers.
oh...and this release still doesn't install the vdpau headers into the right place (only into DOCDIR).