$ ./configure --prefix=/usr/local/LyX --with-extra-inc=/usr/local/xforms/FORMS
--with-extra-lib=/usr/local/xforms/FORMS
$ make
Results in the following warnings:
math_macro.C: In method `void MathMacro::Metrics()':
math_macro.C:77: warning: comparison between signed and unsigned
math_macro.C: In method `bool MathMacro::setArgumentIdx(int)':
math_macro.C:99: warning: comparison between signed and unsigned
FormCitation.C: In method `enum ButtonPolicy::SMInput FormCitation::input(FL_OBJECT *,
long int)':
FormCitation.C:250: warning: comparison between signed and unsigned
FormMathsPanel.C: In method `bool FormMathsPanel::input(FL_OBJECT *, long int)':
FormMathsPanel.C:245: warning: enumeration value `MM_DOTS' not handled in switch
CutAndPaste.C: In function `static bool CutAndPaste::checkPastePossible(LyXParagraph
*)':
CutAndPaste.C:543: warning: unused parameter `class LyXParagraph * par'
buffer.C: In method `void Buffer::makeLinuxDocFile(const string &, bool, bool =
false)':
buffer.C:2580: warning: comparison between signed and unsigned
buffer.C: In method `void Buffer::makeDocBookFile(const string &, bool, bool = false)':
buffer.C:3189: warning: comparison between signed and unsigned
buffer.C:3222: warning: comparison between signed and unsigned
lyxfind.C: In function `bool IsStringInText(LyXParagraph *, int, const string &, const
bool & = true, const bool & = false)':
lyxfind.C:141: warning: comparison between signed and unsigned
paragraph.C: In method `void LyXParagraph::SetOnlyLayout(const BufferParams &,
unsigned int)':
paragraph.C:1942: warning: unused parameter `const class BufferParams & bparams'
paragraph.C: In method `void LyXParagraph::SetLayout(const BufferParams &, unsigned
int)':
paragraph.C:2008: warning: unused parameter `const class BufferParams & bparams'
insettabular.C: In method `enum UpdatableInset::RESULT
InsetTabular::LocalDispatch(BufferView *, kb_action, const string &)':
insettabular.C:766: warning: enumeration value `LFUN_UNKNOWN_ACTION' not handled in
switch
insettabular.C:766: warning: enumeration value `LFUN_NOACTION' not handled in switch
[...]
insettabular.C:766: warning: enumeration value `LFUN_SELECT_FILE_SYNC' not handled in
switch
insettabular.C:766: warning: enumeration value `LFUN_LASTACTION' not handled in switch
Regards,
Rob.