John Levon wrote:
> sp_base.h should include <sys/types.h> I guess.
Yep, that fixes it.
A few more remarks:
1) At the end of the make, it automagically links against -lqt, which it
cannot find on my FreeBSD machine, since it should be -lqt2. Of course
I solved it by making a symbolic link between libqt2.so and libqt.so.
For FreeBSD (4.3) I have to tell configure:
--with-qt2-includes=/usr/X11R6/include/qt2
--with-qt2-libraries=/usr/X11R6/lib
But I can't tell it about the libqt2.so, can I?
Wouldn't it be better to have this lib tested somehow during the configure,
since I don't think FreeBSD is the only Unix-OS with this qt2 lib ?
2) File->Open dialog misses the "Examples" button.
Dito for File->Open from template.
3) When selecting a file with File->Open from template, LyX crashes with:
BadWindow (invalid Window parameter)
4) File->Import lets you select a file, but keeps popping up the file dialog,
while adding rubbish in the File type field.
5) No dialog pops up (yet?) for:
Edit->Preferences
Layout->Paragraph
Layout->Document
And maybe more, if I would conitue comparing Xforms and Qt2 dialogs.
Shall I continue?
Regards,
Rob.