Arcady Genkin <[EMAIL PROTECTED]> writes:
| Trying to compile 1.1.4fix with xforms .89 I'm getting the following:
|
| screen.o: In function `LyXScreen::drawFrame(int, int, int, int, int, unsigned long,
|int)':
| /usr/local/src/lyx-1.1.4/src/screen.C:809: undefined reference to `fl_gc'
| /usr/local/src/lyx-1.1.4/src/screen.C:812: undefined reference to `fl_gc'
| /usr/local/src/lyx-1.1.4/src/screen.C:831: undefined reference to `fl_gc'
| /usr/local/src/lyx-1.1.4/src/screen.C:836: undefined reference to `fl_gc'
| collect2: ld returned 1 exit status
| make[3]: *** [lyx] Error 1
Yes, I got this one myself this weekend when installing LyX on my
brothers machine.
Jean Marc, this fix should probably bo into fix2 if it is ever
released.
in screen.C:
- delete the line with "extern fl_gc" in it.
- replace all occurences of "fl_gc" with "fl_get_gc()"
Now recompile and everything should work.
Jean Marc, I have not verified that fl_get_gc exists in 0.88. For
1.1.5cvs none of this is needed.
Lgb