[Mesa-users] compiling error "Unsupported platform"
Brian Paul
brianp at vmware.com
Tue Jul 6 08:03:24 PDT 2010
Daniel Fuster wrote:
> Hello
>
> I am trying to compile, as local, the last version of the osmesa
> libraries (7.8.2) in a cluster where it is already installed the
> version 4.0.
>
> The configuration step seems to work fine, but I get the following
> error when compiling the libraries:
>
> In file included from ../../src/gallium/auxiliary/util/u_inlines.h:36,
> from state_tracker/st_atom_constbuf.c:40:
> ../../src/gallium/auxiliary/util/u_atomic.h:35:2: #error "Unsupported platform"
> ../../src/gallium/auxiliary/util/u_atomic.h:300:2: #error "No
> pipe_atomic implementation selected"
> In file included from state_tracker/st_atom_constbuf.c:40:
> ../../src/gallium/auxiliary/util/u_inlines.h: In function `pipe_reference_init':
> ../../src/gallium/auxiliary/util/u_inlines.h:52: warning: implicit
> declaration of function `p_atomic_set'
> ../../src/gallium/auxiliary/util/u_inlines.h: In function `pipe_is_referenced':
> ../../src/gallium/auxiliary/util/u_inlines.h:58: warning: implicit
> declaration of function `p_atomic_read'
> ../../src/gallium/auxiliary/util/u_inlines.h: In function `pipe_reference':
> ../../src/gallium/auxiliary/util/u_inlines.h:76: warning: implicit
> declaration of function `p_atomic_inc'
> ../../src/gallium/auxiliary/util/u_inlines.h:81: warning: implicit
> declaration of function `p_atomic_dec_zero'
>
>
> The platform of my system is
> CentOS release 4.8 (Final)
>
> and the machine is
> Intel(R) Xeon(R) CPU 5150 @ 2.66GHz
>
>
> Could anybody confirm me that the last version of mesa is not
> supported for this system? Why vers 4.0 was supported then?
>
> Am I misunderstanding something?
>
I've never heard of anyone using Mesa on CentOS. It probably wouldn't
be too hard for someone familiar with CentOS programming to get things
working. See the include/pipe/p_config.h file.
-Brian
More information about the mesa-users
mailing list