Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!hsdndev!dartvax!altair.dartmouth.edu!pete From: pete@altair.dartmouth.edu (Peter Schmitt) Newsgroups: comp.lang.perl Subject: Ultrix 4.2: CSV unknown size? Message-ID: <1991Jun10.210321.3181@dartvax.dartmouth.edu> Date: 10 Jun 91 21:03:21 GMT Sender: news@dartvax.dartmouth.edu (The News Manager) Organization: Dartmouth College, Hanover, NH Lines: 17 `sh cflags perly.o` perly.c CCCMD = cc -c -DLANGUAGE_C -Olimit 2900 -O ccom: Error: ./cmd.h, line 148: unknown size CSV * volatile curcsv = ((CSV*)0); ------------------------^ ccom: Error: ./cmd.h, line 148: unknown size CSV * volatile curcsv = ((CSV*)0); ------------------------------------^ ccom: Error: ./cmd.h, line 148: operands of = have incompatible types CSV * volatile curcsv = ((CSV*)0); ------------------------------------^ I see that CSV is defined in perl.h. Any help would be apprecaited. Anyone get perl 4.010 to compile on 4.2? -pete