Am Samstag, 9. Juli 2011 schrieb Steve Litt:
> On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote:
> > On Sat, Jul 9, 2011 at 10:15 AM, Steve Litt
> 
> <sl...@troubleshooters.com> wrote:
> > > On Saturday, July 09, 2011 03:35:24 AM Liviu Andronic wrote:
> > >> On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt
> > >> 
> > >> > What am I doing wrong?
> > >> 
> > >> Ubuntu ships the wrong version. See this recent discussion
> > >> [1][2]. See these instructions [3] on how to push the update to
> > >> your system (never tried it). Alternatively, Rainer and Rob
> > >> have come up with a PPA containing LyX 2.0.0. Contact me
> > >> off-list for the link.
> > >> 
> > >> Regards
> > >> Liviu
> > > 
> > > LyX is probably the #2 most important application in my business
> > > (VimOutliner is #1). It's important enough that I'm willing to
> > > compile my own,
> > 
> > The SRU solution above (link [3]) seems easy to deploy..
> > 
> > > always assuming that there's a 2.x version that compiles well
> > > on Ubuntu 11.04. What do you think is the best, most solid, most
> > > tested LyX 2.x right now?
> > 
> > Probably the only one available, 2.0.0. I've compiled this version
> > on 10.04 without any issues.
> > 
> > > Probably over half the time from 2001 til now my LyX was
> > > self-compiled rather than package installed.
> > 
> > ..but if you're OK with building, this should be straightforward:
> > apt-get build-dep lyx
> > 
> >  ./configure --with-version-suffix=-svn --enable-build-type=release
> > 
> > make
> > make install
> 
> Ugh!
> Here was my configure command:
> 
>  ./configure --with-version-suffix=200 --enable-build-type=release  --
> with-qt4-dir=/usr/lib/qt4
> 
> Here was the error message from ./configure:
> 
> ======================
> **** The following problems have been detected by configure.
> **** Please check the messages below before running 'make'.
> **** (see the section 'Problems' in the INSTALL file)
> 
> ** moc 4 binary not found !
> 
> ** uic 4 binary not found !
> 
> ** qt 4 library not found !
> 
> 
> slitt@mydesk:~/junk/lyx-2.0.0$
> ======================
> 
> My /usr/lib/qt4 directory has only one subdirectory, called plugins. A
> locate command indicates the only other qt4 libraries are 32 bit, this
> is a 64 bit computer, and the 32 bit library has only the same
> subdirectory.
> 
> I've installed moc. On every try I delete the whole tree and restore
> it from tarball so that there are no gotchas from leftover garbage.
> 
> Where do I go from here?
> 
> Thanks
> 
> SteveT

On my machine "moc" is part of "libqt4-dev" package. (ubuntu 11.04, 64bit)
It includes the libfiles and include files.

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to