Re: problems compiling LyX 1.1.6 slackware 7.0

2001-04-22 Thread Lothar J. Feltes

Am Sam, 21 Apr 2001 schrieb Jose Abilio Oliveira Matos:
 On Sat, Apr 21, 2001 at 04:35:47PM +0100, [EMAIL PROTECTED] wrote:
  I have just installed Slackware 7.0, and am attempting to compile LyX
  1.1.6.
  
  Iam not succeding. Could anyone please help?
  
  The LyX installation instructions say that:
  
  "As of LyX version 1.1.5, you will need to have Xforms library and
  header
  version 0.88 or 0.89."
  
  and 
  
  "In addition, you must have libXpm version 4.7 (or newer; 4.8 rumoured
  to work)."
  
  These do not come with Slackware 7.0 so I have installed them, so my
  machine has this on it:
 ...
  /usr/lib/libform.a
  /usr/lib/libform.so - libform.so.5
  /usr/lib/libform.so.5 - libform.so.5.0
  /usr/lib/libform.so.5.0
  /usr/lib/libform_g.a
  /usr/lib/libform_p.a
  /usr/X11R6/lib/libforms.so.0.88
 
   You also need the header file that will probably go on:
   /usr/include/forms.h
   
   Look for xforms-devel.
 
 -- 
 José

Thanks a lot
I stuck in the same problem

Lothar
--
Lothar J. Feltes
Hasenstrasse 9
67346 Speyer
E-Mail: [EMAIL PROTECTED]
Homepage: http://private.freepage.de/lotharfeltes/
--



Re: problems compiling LyX 1.1.6 slackware 7.0

2001-04-22 Thread anything

Thanks for your advice Jose.

I installed xforms-devel-0.88-2 from an i386.rpm. This placed forms.h at

/usr/X11R6/include/forms.h

I had to create a link from this to

/usr/X11R6/include/X11/forms.h

./configure has stopped complaining about forms.h. However the other
messages, that libXpm and libforms or libxforms are not installed still
occur, even though these are present at

/usr/X11R6/include/X11/xpm.h
/usr/i386-slackware-linux-gnulibc1/lib/libXpm.so.4 - libXpm.so.4.11
/usr/i386-slackware-linux-gnulibc1/lib/libXpm.so.4.11
/usr/X11R6/lib/libXpm.so.4
/usr/X11R6/lib/libXpm.so.4.11

and

/usr/lib/libform.a
/usr/lib/libform.so - libform.so.5
/usr/lib/libform.so.5 - libform.so.5.0
/usr/lib/libform.so.5.0
/usr/lib/libform_g.a
/usr/lib/libform_p.a
/usr/X11R6/lib/libforms.so.0.88

Also I noted that ./configure does detect xpm.h.

Looking through the configure script it is not apparent to me where it
is checking for these libraries. Meanwhile I will try the extra
libraries options.

Thanks in advance for any further advice.

Kizito



Re: problems compiling LyX 1.1.6 slackware 7.0

2001-04-22 Thread Lothar J. Feltes

Am Sam, 21 Apr 2001 schrieb Jose Abilio Oliveira Matos:
 On Sat, Apr 21, 2001 at 04:35:47PM +0100, [EMAIL PROTECTED] wrote:
  I have just installed Slackware 7.0, and am attempting to compile LyX
  1.1.6.
  
  Iam not succeding. Could anyone please help?
  
  The LyX installation instructions say that:
  
  "As of LyX version 1.1.5, you will need to have Xforms library and
  header
  version 0.88 or 0.89."
  
  and 
  
  "In addition, you must have libXpm version 4.7 (or newer; 4.8 rumoured
  to work)."
  
  These do not come with Slackware 7.0 so I have installed them, so my
  machine has this on it:
 ...
  /usr/lib/libform.a
  /usr/lib/libform.so - libform.so.5
  /usr/lib/libform.so.5 - libform.so.5.0
  /usr/lib/libform.so.5.0
  /usr/lib/libform_g.a
  /usr/lib/libform_p.a
  /usr/X11R6/lib/libforms.so.0.88
 
   You also need the header file that will probably go on:
   /usr/include/forms.h
   
   Look for xforms-devel.
 
 -- 
 José

Thanks a lot
I stuck in the same problem

Lothar
--
Lothar J. Feltes
Hasenstrasse 9
67346 Speyer
E-Mail: [EMAIL PROTECTED]
Homepage: http://private.freepage.de/lotharfeltes/
--



Re: problems compiling LyX 1.1.6 slackware 7.0

2001-04-22 Thread anything

Thanks for your advice Jose.

I installed xforms-devel-0.88-2 from an i386.rpm. This placed forms.h at

/usr/X11R6/include/forms.h

I had to create a link from this to

/usr/X11R6/include/X11/forms.h

./configure has stopped complaining about forms.h. However the other
messages, that libXpm and libforms or libxforms are not installed still
occur, even though these are present at

/usr/X11R6/include/X11/xpm.h
/usr/i386-slackware-linux-gnulibc1/lib/libXpm.so.4 - libXpm.so.4.11
/usr/i386-slackware-linux-gnulibc1/lib/libXpm.so.4.11
/usr/X11R6/lib/libXpm.so.4
/usr/X11R6/lib/libXpm.so.4.11

and

/usr/lib/libform.a
/usr/lib/libform.so - libform.so.5
/usr/lib/libform.so.5 - libform.so.5.0
/usr/lib/libform.so.5.0
/usr/lib/libform_g.a
/usr/lib/libform_p.a
/usr/X11R6/lib/libforms.so.0.88

Also I noted that ./configure does detect xpm.h.

Looking through the configure script it is not apparent to me where it
is checking for these libraries. Meanwhile I will try the extra
libraries options.

Thanks in advance for any further advice.

Kizito



Re: problems compiling LyX 1.1.6 slackware 7.0

2001-04-22 Thread Lothar J. Feltes

Am Sam, 21 Apr 2001 schrieb Jose Abilio Oliveira Matos:
> On Sat, Apr 21, 2001 at 04:35:47PM +0100, [EMAIL PROTECTED] wrote:
> > I have just installed Slackware 7.0, and am attempting to compile LyX
> > 1.1.6.
> > 
> > Iam not succeding. Could anyone please help?
> > 
> > The LyX installation instructions say that:
> > 
> > "As of LyX version 1.1.5, you will need to have Xforms library and
> > header
> > version 0.88 or 0.89."
> > 
> > and 
> > 
> > "In addition, you must have libXpm version 4.7 (or newer; 4.8 rumoured
> > to work)."
> > 
> > These do not come with Slackware 7.0 so I have installed them, so my
> > machine has this on it:
> ...
> >> /usr/lib/libform.a
> > /usr/lib/libform.so -> libform.so.5
> > /usr/lib/libform.so.5 -> libform.so.5.0
> > /usr/lib/libform.so.5.0
> > /usr/lib/libform_g.a
> > /usr/lib/libform_p.a
> > /usr/X11R6/lib/libforms.so.0.88
> 
>   You also need the header file that will probably go on:
>   /usr/include/forms.h
>   
>   Look for xforms-devel.
> 
> -- 
> José

Thanks a lot
I stuck in the same problem

Lothar
--
Lothar J. Feltes
Hasenstrasse 9
67346 Speyer
E-Mail: [EMAIL PROTECTED]
Homepage: http://private.freepage.de/lotharfeltes/
--



Re: problems compiling LyX 1.1.6 slackware 7.0

2001-04-22 Thread anything

Thanks for your advice Jose.

I installed xforms-devel-0.88-2 from an i386.rpm. This placed forms.h at

/usr/X11R6/include/forms.h

I had to create a link from this to

/usr/X11R6/include/X11/forms.h

./configure has stopped complaining about forms.h. However the other
messages, that libXpm and libforms or libxforms are not installed still
occur, even though these are present at

/usr/X11R6/include/X11/xpm.h
/usr/i386-slackware-linux-gnulibc1/lib/libXpm.so.4 -> libXpm.so.4.11
/usr/i386-slackware-linux-gnulibc1/lib/libXpm.so.4.11
/usr/X11R6/lib/libXpm.so.4
/usr/X11R6/lib/libXpm.so.4.11

and

/usr/lib/libform.a
/usr/lib/libform.so -> libform.so.5
/usr/lib/libform.so.5 -> libform.so.5.0
/usr/lib/libform.so.5.0
/usr/lib/libform_g.a
/usr/lib/libform_p.a
/usr/X11R6/lib/libforms.so.0.88

Also I noted that ./configure does detect xpm.h.

Looking through the configure script it is not apparent to me where it
is checking for these libraries. Meanwhile I will try the extra
libraries options.

Thanks in advance for any further advice.

Kizito