Displaying 1 result from an estimated 1 matches for "nouveau_device_get_param".
2009 Jan 29
1
git compile failure
...drmif.h:174: error: expected ?=?, ?,?, ?;?, ?asm? or
?__attribute__? before ?void?
nouveau_drmif.h:179: error: expected ?=?, ?,?, ?;?, ?asm? or
?__attribute__? before ?void?
nouveau_device.c: In function ?nouveau_device_open_existing?:
nouveau_device.c:53: warning: implicit declaration of function
?nouveau_device_get_param?
make[2]: *** [nouveau_device.lo] Error 1
make[2]: Leaving directory `/usr/src/nouveau/xf86-video-nouveau/src'
The first offending line is here:
NOUVEAU_PRIVATE int
nouveau_device_open_existing(struct nouveau_device **, int close,
int fd, drm_context_t ctx);
The rest of the errors are for s...