home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!tcsi.com!sriram
- From: sriram@tcs.com (Sriram Srinivasah)
- Subject: Trouble compiling NIH classes
- Message-ID: <1992Aug19.181622.12608@tcsi.com>
- Sender: news@tcsi.com
- Organization: Teknekron Communications, Inc
- Date: Wed, 19 Aug 1992 18:16:22 GMT
- Lines: 20
-
-
-
- I used Sun's C++ compiler, and also Centerline's cfront 2.1 compatible compiler,
- and get the following error on compiling the NIH classes (the SUN CC version,
- from alw.nih.gov)
-
- CC -DNESTED_TYPES -c -I../nihincl Arraychar.c
- ./nihclconfig.h: 31: sparc redefined
- "./nihclconfig.h", line 279: error: two exact matches for ENV_PC(): unsigned
- int (const JMP_BUF &) and unsigned int &(JMP_BUF )
- "./nihclconfig.h", line 280: error: two exact matches for ENV_SP(): unsigned
- int (const JMP_BUF &) and unsigned int &(JMP_BUF )
- "./nihclconfig.h", line 281: error: two exact matches for ENV_FP(): unsigned
- int (const JMP_BUF &) and unsigned int &(JMP_BUF )
- Compilation failed
-
- Can anyone give me some tips on this?
-
- Sriram
- (sriram@tcs.com)
-