When I point yum against the following repository: baseurl=ftp://apt.us.kde-redhat.org/linux/kde-redhat/apt/kde-redhat/1/yum/stable/
It seems to get confused. So I tried manually, and here are the issues. It seems that I first need to install qt. But qt requires "themer" to be installed, but non on the packages provides it. Since qscintilla requries version 3.2 of qt (which I could not intall) because of themer, I cannot install qscintilla. Basically, it is a mess, I just home eric3 is worth all this time :( On Mon, 2004-02-02 at 23:33, Sergei Mikhailov wrote: > >Date: Sun, 01 Feb 2004 18:59:18 -0300 (ART) > >From: Roberto Alsina <[EMAIL PROTECTED]> > >Subject: Re: [PyKDE] Installing eric3 > >To: Sergei Mikhailov <[EMAIL PROTECTED]> > >Importance: Normal > >User-Agent: SquirrelMail/1.4.0 > >Original-recipient: rfc822;[EMAIL PROTECTED] > > > > > > > Yes, I am running Linux. Fedora Core 1. I guess the same thing as RedHat > > > 9.0 > > > >Ok, then. While not eric itself, you can get packages for PyQt,sip and > >everything else from http://kde-redhat.sf.net > > > >You can just download them, or you can get apt or yum to do it for you > >(much less painful :-) > > > >Best regards, > > > > > At 04:48 PM 2/1/2004, you wrote: > > >>Just in case: if you are using Linux, please mention your distribution > > >> and > > >>version. There may be simpler ways to get eric3 :-) > > >> > > >> > > >> > I am trying to install eric3, the pythong ide. eric3's README said > > >> that > > >> > first Qt, QScintilla, Sip, and PyQt need to be installed. QT was > > >> alrady > > >> > installed on my system, so I started with QScintilla. > > >> > > > >> > I tried installing all these libraries from rpms, but it did not work, > > >> so > > >> > I tried from source. When making qscintilla, the following error > > >> occurs. > > >> > > > >> > /usr/bin/ld: cannot find -lXext > > >> > collect2: ld returned 1 exit status > > >> > make: *** [/usr/lib/qt-3.1/lib/libqscintilla.so.3.0.0] Error 1 > > >> > > > >> > I looked in the Makefile and the line that causes this is: > > >> > LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt-mt -lXext > > >> -lX11 > > >> > -lm -lpthread > > >> > > > >> > I tried removing -lXext (probably not a good idea), it errored out on > > >> the > > >> > next flag, -lX11. When I took that out, if finished ok. > > >> > > > >> > When I started installing SIP from source, same errors occured. I do > > >> not > > >> > want to proceed to installing PyQt and Eric until I resolve these > > >> errors. > > >> > > > >> > BTW, the reason why rpm installation did not work is because when eric > > >> was > > >> > loading, it could not find the qtext module. > > >> > > > >> > Any advise appriciated. > > >> > Sergei > > >> > > > >> > > > >> > _______________________________________________ > > >> > PyKDE mailing list [EMAIL PROTECTED] > > >> > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde > > >> > > > >> > > >> > > >>-- > > >> ("\''/").__..-''"`-. . Roberto Alsina > > >> `9_ 9 ) `-. ( ).`-._.`) [EMAIL PROTECTED] > > >> (_Y_.)' ._ ) `._`. " -.-' KDE Developer (MFCH) > > >> _..`-'_..-_/ /-'_.' > > >>(l)-'' ((i).' ((!.' Buenos Aires - Argentina > > >>Imminentizing the eschaton since 1971. > > > > > > > > > > > >-- > > ("\''/").__..-''"`-. . Roberto Alsina > > `9_ 9 ) `-. ( ).`-._.`) [EMAIL PROTECTED] > > (_Y_.)' ._ ) `._`. " -.-' KDE Developer (MFCH) > > _..`-'_..-_/ /-'_.' > >(l)-'' ((i).' ((!.' Buenos Aires - Argentina > >Imminentizing the eschaton since 1971. > _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
