Dear Sir,
When I was trying to install lyx v1.1.6 ,I got some error messages.I have
installed xforms from
"xforms-0.88.1-5.i386.rpm" (#rpm -Uvh xforms-0.88.1-5.i386.rpm
package xforms-0.88.1-5 is installed)
rpm package and also installed "libXpm v4.7".
Error messages are shown below-
#./configure
=== The following minor problems have been detected by configure.
=== Please check the messages below before running 'make'.
=== (see the section 'Problems' in the INSTALL file)
== LyX should work ok with version 0.89.5 of xforms, but
it is an unproven version and might still have some bugs. If you
have problems, please use version 0.88 instead.
Configuration of LyX was successful.
Type 'make' to compile the program,
and then 'make install' to install it.
#make
(some code)
collect2: ld returned 1 exit status
make[3]: *** [lyx] Error 1
make[3]: Leaving directory `/usr/local/pk-soft/lyx-1.1.6/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/pk-soft/lyx-1.1.6/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/local/pk-soft/lyx-1.1.6/src'
make: *** [all-recursive] Error 1
#make install
(some code)
collect2: ld returned 1 exit status
make[2]: *** [lyx] Error 1
make[2]: Leaving directory `/usr/local/pk-soft/lyx-1.1.6/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/pk-soft/lyx-1.1.6/src'
make: *** [install-recursive] Error 1
plz tell what I should do to correct this problem.
Thanx in advance,
__
| \ | /
|__/ |/
| |\
| | \
-------------------------------------
pawan kumar,
3rd year,Computer Science & Engg.,
Room # D-55, Karakoram hostel,
e-mail: [EMAIL PROTECTED]
-------------------------------------
On Wed, 18 Apr 2001, Etienne Grossmann wrote:
> > I am trying to install lyx v1.1.6 but got the foll error message
> > "Cannot find forms.h".
>
> Maybe the headers have not been installed. To determine whether the
> headers are at all present, try :
>
> find /usr/ -name forms.h -print
>
> If no forms.h is found, you will have to install the headers somehow.
> Maybe by installing the xforms lib from a tarball :
>
> http://world.std.com/~xforms/
> ftp://ncmir.ucsd.edu/pub/xforms/
> ftp://ftp.lyx.org/pub/xforms/
> ftp://ftp.fu-berlin.de/unix/X11/gui/xforms
> ftp://ftp.cs.ruu.nl/pub/XFORMS/
>
> Maybe there is a software package for your linux distro that contains the
> xforms headers. In debian, it's called libforms-dev.
>
> Hth,
>
> Etienne
>