Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-21-2005, 11:05 PM
|
#1
|
Member
Registered: Jun 2004
Distribution: Gentoo, LFS, Slackware
Posts: 203
Rep:
|
Installing Lyx.
When running installing Lyx-1.3.5 the ./configure comes back with the following error:
Code:
**** The following problems have been detected by configure.
**** Please check the messages below before running 'make'.
**** (see the section 'Problems' in the INSTALL file)
** Cannot find libforms or libxforms. Please check that the xforms library
is correctly installed on your system.
** Cannot find forms.h. Please check that the forms library
is correctly installed on your system.
I'm not exactly sure what to do to fix that. Thanks in advance all! In the meantime, more googlin'
|
|
|
02-21-2005, 11:40 PM
|
#2
|
Senior Member
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113
Rep: 
|
Go back to the LyX website - in the documentation it tells you about xforms and another alternate option (forget what, just now) - download and install one of those, and then recompile LyX and it should be fine.
-- http://www.lyx.org/download/related.php3
Yeah, qt was the other one and what I used, IIRC.
Last edited by slakmagik; 02-21-2005 at 11:44 PM.
|
|
|
02-22-2005, 12:19 PM
|
#3
|
Member
Registered: Jun 2004
Distribution: Gentoo, LFS, Slackware
Posts: 203
Original Poster
Rep:
|
Now ./configure --with-frontend-qt worked but make returns the following error:
Code:
(...)
source='insetfoot.C' object='insetfoot.lo' libtool=yes \
depfile='.deps/insetfoot.Plo' tmpdepfile='.deps/insetfoot.TPlo' \
depmode=gcc3 /bin/sh ../../config/depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -O -c -o insetfoot.lo `test -f 'insetfoot.C' || echo './'`insetfoot.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -O -c insetfoot.C -MT insetfoot.lo -MD -MP -MF .deps/insetfoot.TPlo
echo timestamp > insetfoot.lo
source='insetfootlike.C' object='insetfootlike.lo' libtool=yes \
depfile='.deps/insetfootlike.Plo' tmpdepfile='.deps/insetfootlike.TPlo' \
depmode=gcc3 /bin/sh ../../config/depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -O -c -o insetfootlike.lo `test -f 'insetfootlike.C' || echo './'`insetfootlike.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -O -c insetfootlike.C -MT insetfootlike.lo -MD -MP -MF .deps/insetfootlike.TPlo
insetfootlike.h: In member function `virtual bool InsetFootlike::noFontChange()
const':
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [insetfootlike.lo] Error 1
make[3]: Leaving directory `/home/andrew/lyx-1.3.5/src/insets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/andrew/lyx-1.3.5/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/andrew/lyx-1.3.5/src'
make: *** [all-recursive] Error 1
No idea what any of that means.
|
|
|
02-23-2005, 12:54 AM
|
#4
|
Senior Member
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113
Rep: 
|
Me either. That looks like a code/compiler error, which I hate. 'foo lib is missing/in the wrong place' and junk like that is easy. What compiler version are you using? I see 1.3.5 says "It is now possible to compile LyX with gcc 3.4" which may very well mean it's accidentally impossible to compile it with 3.3. Might try 1.3.4 - that's what I used, though I forget which compiler I was using.
I swear to god gcc's got to quit arbitrarily tweaking trivial things every damn version. Seems like code has a shelf-life of six-twelve months before it breaks. (Though this may be another issue entirely since it seems gcc thinks *it's* at fault.) Anyway - report the bug if you want and try another version if you want - and maybe somebody else can tell you something more precise. Good luck.
|
|
|
All times are GMT -5. The time now is 11:22 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|