[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] Errors building on HP-UX 11
From: |
Chris Green |
Subject: |
[vile] Errors building on HP-UX 11 |
Date: |
Tue, 14 Mar 2006 10:38:44 +0000 |
User-agent: |
Mutt/1.5.6i |
We are porting our Solaris code to HP-UX so I thought I would build
vile on the HP system as well.
I did a basic ./configure and then 'make'. It gets 17 errors when
compiling sql-filt.c :-
"sql-filt.c", line 120: error #2852: expression must be a pointer to a
complete object type
new_state(INLINE_CMT);
^
"sql-filt.c", line 122: error #2852: expression must be a pointer to a
complete object type
new_state(BODY);
^
"sql-filt.c", line 125: error #2852: expression must be a pointer to a
complete object type
new_state(ONE_LINE);
^
"sql-filt.c", line 136: error #2852: expression must be a pointer to a
complete object type
new_state(BODY);
^
"sql-filt.c", line 145: error #2852: expression must be a pointer to a
complete object type
new_state(INLINE_CMT);
^
"sql-filt.c", line 148: error #2852: expression must be a pointer to a
complete object type
new_state(BODY);
^
"sql-filt.c", line 155: error #2852: expression must be a pointer to a
complete object type
new_state(BODY);
^
"sql-filt.c", line 172: error #2852: expression must be a pointer to a
complete object type
{ WriteToken(Number_attr); new_state(BODY); }
^
"sql-filt.c", line 175: error #2852: expression must be a pointer to a
complete object type
{ WriteToken(String_attr); new_state(BODY); }
^
"sql-filt.c", line 220: error #2852: expression must be a pointer to a
complete object type
{ ECHO; new_state(LEAD); }
^
"sql-filt.c", line 247: error #2852: expression must be a pointer to a
complete object type
{ ECHO; new_state(LEAD); }
^
"sql-filt.c", line 256: error #2852: expression must be a pointer to a
complete object type
{ ECHO; new_state(MORE); }
^
"sql-filt.c", line 266: error #2852: expression must be a pointer to a
complete object type
{ WriteToken(Comment_attr); new_state(INLINE_CMT); }
^
"sql-filt.c", line 276: error #2852: expression must be a pointer to a
complete object type
new_state(COMMENT0);
^
"sql-filt.c", line 311: error #2852: expression must be a pointer to a
complete object type
new_state(ONE_LINE);
^
"sql-filt.c", line 318: error #2852: expression must be a pointer to a
complete object type
new_state(SERVER);
^
"sql-filt.c", line 331: error #2852: expression must be a pointer to a
complete object type
new_state(next_line);
^
We have found the HP compiler is very picky too!
--
Chris Green (address@hidden)
"Never ascribe to malice that which can be explained by incompetence."
- [vile] Errors building on HP-UX 11,
Chris Green <=