Hi there,

I just checked out latest mesa git master and encountered various 
compilation errors. Some of them are related to the usage of assembler.

In src/mesa/glapi/glapi_getproc.c a include is wrong, it should be 
"main/glheader.h" and NOT "glheader.h" (it's already corrected in glapi.c")

The next errors are also in src/mesa/glapi/glapi_getproc.c.

init_glapi_relocs is broken, because of two things:
- gl_dispatch_functions_start and gl_dispatch_functions_end are 
undefined (they are in glapi.c)
- DISPATCH_FUNCTION_SIZE is also undefined

I fixed this by moving some code segments from glapi.c over to 
glapi_getproc.c. At least this lets me finish the compilation.

Since I dunno if my fixes are correct, I'm not attaching any patches.

Greets,
Tobias

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to