|
Home > Archive > Unix Programming > August 2007 > Error: Unexpected symbol: "spu_t".
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Error: Unexpected symbol: "spu_t".
|
|
| Navaneet 2007-08-31, 7:17 am |
| Hi,
I am building one application on HPUX (B.11.11 U 9000/785). While
building i found a error saying ...
cc: "/usr/include/sys/pset.h", line 186: error 1000: Unexpected
symbol: "spu_t".
*** Error exit code 1
Stop.
Can any have solution for this.
-- Kumar N
| |
| Fred Kleinschmidt 2007-08-31, 1:19 pm |
|
"Navaneet" <tonavaneet@gmail.com> wrote in message
news:1188551862.506845.28010@r23g2000prd.googlegroups.com...
> Hi,
>
> I am building one application on HPUX (B.11.11 U 9000/785). While
> building i found a error saying ...
> cc: "/usr/include/sys/pset.h", line 186: error 1000: Unexpected
> symbol: "spu_t".
> *** Error exit code 1
>
> Stop.
>
> Can any have solution for this.
It is typedef'd in /usr/include/sys/types.h
--
Fred L. Kleinschmidt
Boeing Associate Technical Fellow
Aero Stability and Controls Computing
|
|
|
|
|