[EMAIL PROTECTED] writes:
You should try the lyx version from cvs, I think some fixes to these
problems is in there.
| CC -DHAVE_CONFIG_H -I. -I. -I. -I../images
| -I/opt/TWWfsw/libxforms/include -I/opt/TWWfsw/xpm/include
| -I/usr/openwin/include -xO3 -c layout.C
| "layout.C", line 1217: Error: Cannot use std::pair<bool, int> to
| initialize std::pair<bool, unsigned>.
| "layout.C", line 1246: Error: Cannot use std::pair<bool, int> to
| initialize std::pair<bool, unsigned>.
| 2 Error(s) detected.
This is because of a bug in the compiler or faulty implementation of
the pair member function templates.
| // Dirty hack to get blue symbols quickly
| - char * sx = strstr(data[2], "FFFFFFFF");
| + const char * sx = strstr(<const_cast<char *>(data[2]), "FFFFFFFF");
I don't like this a lot... it is the same problem as with putenv.
| -///
| +/**/
| #define FL_BMTABLE 1500
| -/// A flat bitmap table
ok. Agree on this.
Lgb