This is a discussion on Re: ipfilter 3.4.34 under solaris 9 x86? within the IPFilter forums, part of the System Security and Security Related category; John Young wrote: > /usr/include/ia32/sys/reg.h:300: error: parse error before "upad128_t" [snip] > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
John Young wrote:
> /usr/include/ia32/sys/reg.h:300: error: parse error before "upad128_t" [snip] > This almost looks to me like an error in one of Sun's include files. > Has anyone else run into this? Yes: you are using a GCC built for Solaris 9 <= 12/03 on Solaris 9 4/04. You can either rebuild GCC for your version of the system (it works, even using a GCC built for the previous version), or see there for a fix to your headers (didn't try that one myself): http://groups.yahoo.com/group/solarisx86/message/6617 HTH, Laurent |