Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] Compiling texmacs

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] Compiling texmacs


Chronological Thread 
  • From: "chu-ching huang" <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Compiling texmacs
  • Date: Fri, 7 Nov 2008 08:40:44 +0800

On Thu, 6 Nov 2008 22:06:00 +0100, Bas Spitters wrote
> On Thursday 06 November 2008 17:18:11 Javier Arantegui Jimenez wrote:
>
> > Hi!
>
> >
>
> > El Jue, 6 de Noviembre de 2008, 14:31, Bas Spitters [UTF-8?]escribiç±€:
>
> > > Now I try to compile with
>
> > > ./configure --enable-qt
>
> > > (I have installed libqt4-dev and libqt4-dbg from Ubuntu 8.10
>
> > > Version 4.4.3)
>
> > >
>
> > > and get the following surprising line:
>
> > > checking whether we can build a simple Qt app... ok, looks like Qt 3
>
> >
>
> > I had that problem too. I believe I solved it removing the Qt3 libraries I
>
> > had installed. I don't remember if I removed everything with qt3 or only
>
> > the development libraries.
>
> >
>
> I now get:
>
> checking whether we can build a simple Qt app... ko
>
> configure: error: Cannot build a test Qt program
>
> Which libraries do you have installed. I think I included most of
> the qt4 packages.
>

Try to make the follwing link:

ln -s libQtCore.so.4.4.3 libQtCore.so.4
ln -s libQtCore.so.4.4.3 libQtCore.so
ln -s libQtGui.so.4.4.3 libQtGui.so.4
ln -s libQtGui.so.4.4.3 libQtGui.so

Best wishes,
cch




Archive powered by MHonArc 2.6.19.

Top of Page