Bug 26875 - src/mesa/main/compiler.h:176:26: error: missing ')' in expression
Summary: src/mesa/main/compiler.h:176:26: error: missing ')' in expression
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-03 17:30 UTC by Alec Ari
Modified: 2010-03-03 17:54 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alec Ari 2010-03-03 17:30:29 UTC
Hi! Problem compiling mesa git master:

In file included from ../../src/mesa/main/mtypes.h:39,
                 from main/api_arrayelt.h:31,
                 from main/api_arrayelt.c:30:
../../src/mesa/main/compiler.h:176:26: error: missing ')' in expression
In file included from ../main/mtypes.h:39,
                 from gen_matypes.c:36:
../main/compiler.h:176:26: error: missing ')' in expression
make[3]: *** [gen_matypes] Error 1
make[3]: Leaving directory `/home/neo/mesa/src/mesa/x86'
make[2]: *** [asm_subdirs] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [main/api_arrayelt.o] Error 1
make[2]: Leaving directory `/home/neo/mesa/src/mesa'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/neo/mesa/src'
make: *** [default] Error 1

If I did something wrong and this isn't valid, please let me know what I did wrong. Thank you.
Comment 1 Alec Ari 2010-03-03 17:54:12 UTC
(In reply to comment #0)
> Hi! Problem compiling mesa git master:
> 
> In file included from ../../src/mesa/main/mtypes.h:39,
>                  from main/api_arrayelt.h:31,
>                  from main/api_arrayelt.c:30:
> ../../src/mesa/main/compiler.h:176:26: error: missing ')' in expression
> In file included from ../main/mtypes.h:39,
>                  from gen_matypes.c:36:
> ../main/compiler.h:176:26: error: missing ')' in expression
> make[3]: *** [gen_matypes] Error 1
> make[3]: Leaving directory `/home/neo/mesa/src/mesa/x86'
> make[2]: *** [asm_subdirs] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: *** [main/api_arrayelt.o] Error 1
> make[2]: Leaving directory `/home/neo/mesa/src/mesa'
> make[1]: *** [subdirs] Error 1
> make[1]: Leaving directory `/home/neo/mesa/src'
> make: *** [default] Error 1
> 
> If I did something wrong and this isn't valid, please let me know what I did
> wrong. Thank you.
> 

idr just fixed it. Thanks!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.