Deepankar Sharma wrote:
> I checked out the current version of radeonhd and tried to build it. 
> 
> Using cc, i get the following errors -
> 
> cc: Warning: illegal option -d=c99

Looks like gcc options being passed to Sun cc.

> Using gcc, treats these as warnings and the compilation continues farther but 
> then fails at 
> 
> rhd_randr.c:46:23: xf86Crtc.h: No such file or directory
> rhd_randr.c:47:26: xf86RandR12.h: No such file or directory
> In file included from rhd_randr.c:54:
> /usr/X11/include/xorg/xf86_ansic.h:176: warning: function declaration isn't a 
> prototype ....
> 
> What libraries from the xorg distribution do i have to build to obtain these 
> header files ?

Those are not from libraries, but from the Xserver itself.   We ship those
headers in /usr/X11/include/xorg/ in recent Nevada builds.

-- 
        -Alan Coopersmith-           alan.coopersmith at sun.com
         Sun Microsystems, Inc. - X Window System Engineering


Reply via email to