Menu

#44 Solaris 5.8/Sybase 12.5 build problem

v2.1
open
nobody
None
5
2008-10-17
2008-10-17
No

I just tried building sqsh 2.1.5 on Solaris 5.8 with ASE12.5 and encountered two issues:

1) CS_UNICHAR_TYPE is not defined (assuming it's an ASE15 type) in dsp_desc.c. Fixed by commenting out the references. This should really be checked by configure or inline in the C.

2) For some reason, I am getting the below error in sqsh_main.c. I didn't see anything obvious so I tried commenting out the "#define SQSH_HIDEPWD" line and the error went away.

sqsh_main.c: In function `main':
sqsh_main.c:171: parse error before `struct'
sqsh_main.c:549: `ws' undeclared (first use in this function)
sqsh_main.c:549: (Each undeclared identifier is reported only once
sqsh_main.c:549: for each function it appears in.)

Discussion


Log in to post a comment.