<div dir="ltr">Hi all<br><br>I'm trying to install asteris 1.4.22.1 on Solaris 10...the server is V120 SUN spark...During compilation (gmake) I got the following error<br><br>/vis.c -o np/vis.o_a<br>np/vis.c: In function `svis':<br>
np/vis.c:205: error: `u_int32_t' undeclared (first use in this function)<br>np/vis.c:205: error: (Each undeclared identifier is reported only once<br>np/vis.c:205: error: for each function it appears in.)<br>np/vis.c:205: error: syntax error before "u_char"<br>
np/vis.c:205: error: syntax error before ')' token<br>np/vis.c:205: error: syntax error before "u_char"<br>np/vis.c:205: error: syntax error before ')' token<br>np/vis.c:207: error: syntax error before "u_char"<br>
np/vis.c:207: error: syntax error before ')' token<br>np/vis.c:207: error: syntax error before "u_char"<br>np/vis.c:207: error: syntax error before ')' token<br>np/vis.c: In function `strsvis':<br>
np/vis.c:245: error: `u_int32_t' undeclared (first use in this function)<br>np/vis.c:245: error: syntax error before "u_char"<br>np/vis.c:245: error: syntax error before ')' token<br>np/vis.c:245: error: syntax error before "u_char"<br>
np/vis.c:245: error: syntax error before ')' token<br>np/vis.c:248: error: syntax error before "u_char"<br>np/vis.c:248: error: syntax error before ')' token<br>np/vis.c:248: error: syntax error before "u_char"<br>
np/vis.c:248: error: syntax error before ')' token<br>np/vis.c: In function `strsvisx':<br>np/vis.c:275: error: `u_int32_t' undeclared (first use in this function)<br>np/vis.c:275: error: syntax error before "u_char"<br>
np/vis.c:275: error: syntax error before ')' token<br>np/vis.c:275: error: syntax error before "u_char"<br>np/vis.c:275: error: syntax error before ')' token<br>np/vis.c:280: error: syntax error before "u_char"<br>
np/vis.c:280: error: syntax error before ')' token<br>np/vis.c:280: error: syntax error before "u_char"<br>np/vis.c:280: error: syntax error before ')' token<br>np/vis.c: In function `vis':<br>
np/vis.c:303: error: `u_int32_t' undeclared (first use in this function)<br>np/vis.c:303: error: syntax error before "u_char"<br>np/vis.c:303: error: syntax error before ')' token<br>np/vis.c:303: error: syntax error before "u_char"<br>
np/vis.c:303: error: syntax error before ')' token<br>np/vis.c:305: error: syntax error before "u_char"<br>np/vis.c:305: error: syntax error before ')' token<br>np/vis.c:305: error: syntax error before "u_char"<br>
np/vis.c:305: error: syntax error before ')' token<br>gmake[2]: *** [np/vis.o_a] Error 1<br>gmake[1]: *** [editline/libedit.a] Error 2<br>gmake: *** [main] Error 2<br><br>I guess there is a BUG in vis.c...Can you please let me know how to define this variable?<br>
<br>Thanks<br><br><br></div>