|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: No subject given
Date: Mar 15 1999 9:32PM
Ezat Karimi writes:
> Line 730 defines CS_VOID as follows:
>
> CS_VOID *scope;
OK - that's what I thought - for some reason CS_VOID is undefined, or
incorrectly defined.
Try adding
-DCS_VOID=void
to the EXTRA_DEFS line of CONFIG, and then rebuild from scratch
(starting with perl Makefile.PL).
Michael
>
>
> ______________________________ Reply Separator _________________________________
> Subject: No subject given
> Author: at ~INTERNET
> Date: 3/15/99 12:17 PM
>
>
> Ezat Karimi writes:
> > I would appreciate if anyone who has dealt with the following errors
> > when trying to install sybperl2-10 on NT (with ActiveState Perl
> > 5.005-02) let me know what he/she done to overcome the errors.
> >
>
> > cl.exe -c -Ic:\sybase\include -O2 -MD -DNDEBUG -TP -GX -DWIN32
> > -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_OBJECT -O2 -MD
> > -DNDEBUG -TP -GX -DVERSION=\"2.10\" -DXS_VERSION=\"2.10\"
> > -IC:\Perl\lib\CORE -DCTLIBVS=100 -DSYBPLVER=\"2.10\" -DDO_TIE CTlib.c
> > CTlib.c
> > c:\sybase\include\cstypes.h(730) : error C2143: syntax error : missing
> > ';' before '->'
>
> It might be the CS_VOID is not defined problem that I've seen
> sometimes on WinNT.
>
> What does line 730 of cstypes.h look like?
>
> Michael
> --
> Michael Peppler -||- Data Migrations Inc.
> mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
> Int. Sybase User Group -||- http://www.isug.com
> Sybase on Linux mailing list: ase-linux-list@isug.com
>
>
>
>
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|