I've tried to compile libg++, but it dies with the following errors:
gcc -c -g -O2 -fno-implicit-templates -nostdinc++ -I. -I../../libio -I.
-I./..
./libio -I./../../libstdc++ -I./../src Regex.cc
In file included from Regex.cc:32:
rx.h:1288: conflicting types for `typedef int regoff_t'
/usr/include/reg_types.h:52: previous declaration as `typedef long int
regoff_
rx.h:1299: conflicting types for `struct re_pattern_buffer'
/usr/include/reg_types.h:50: previous declaration as `struct regex_t'
rx.h:1308: conflicting types for `struct regmatch_t'
/usr/include/reg_types.h:60: previous declaration as `struct regmatch_t'
rx.h:1308: conflicting types for `struct regmatch_t'
/usr/include/reg_types.h:60: previous declaration as `struct regmatch_t'
Any ideas on how this could be dealt with would be much appreciated.
TIA,
--Elliot Smorodinsky
Sysadmin, Eclipse America Inc.
Received on Fri Aug 29 1997 - 21:27:58 NZST