After solving the problem with gcc, now I am running into problem with
libg++. I have searched the archive, but didn't find anything.
The error that I am getting is:
rx.h:1288: conflicting types for `typedef int regoff_t'
/usr/include/reg_types.h:52: previous declaration as `typedef long int
regoff_t'
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'
I tried to do a "quick" fix to it, by changing the type to be the same as
in /usr/include/reg_types.h. But more of others popped out...
Jay
Received on Tue Aug 06 1996 - 00:47:40 NZST