http://bugs.freedesktop.org/show_bug.cgi?id=15829

           Summary: GLcore fails to compile
           Product: Mesa
           Version: CVS
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: mesa3d-dev@lists.sourceforge.net
        ReportedBy: [EMAIL PROTECTED]


Building the GLcore module in src/mesa/drivers/xorg results in

xm_api.c:1334:30: error: extension_helper.h: No such file or directory
xm_api.c:1335:19: error: utils.h: No such file or directory
[...]

Looking at the Makefiles, the problem is

ifeq ("${DRIVER_DIRS}", "dri")
INCLUDES += \
        -I$(TOP)/src/mesa/drivers/dri/common \
        `pkg-config --cflags libdrm`
endif


DRIVERS_DIR is set to "dri osmesa" here for fallback support, and ifeq doesn't
catch the substring.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to