Re: Not able to compile Qt-Apps

2003-09-20 Thread Roy Pluschke
On September 20, 2003 04:23 am, Thomas Baumann wrote: > I did try --with-qt-dir=/usr/share/qt3, > --with-qt-includes=/usr/share/qt3/include, > --with-qt-libraries=/usr/share/qt3/lib in any combination, but without > success ;(( > > I am not new to comiling stuff. I did it a

Re: Not able to compile Qt-Apps

2003-09-20 Thread Thomas Baumann
I did try --with-qt-dir=/usr/share/qt3, --with-qt-includes=/usr/share/qt3/include, --with-qt-libraries=/usr/share/qt3/lib in any combination, but without success ;(( I am not new to comiling stuff. I did it a thousand times (on RedHat, Mandrake, SuSE and even Slackware), but this problem

Re: Not able to compile Qt-Apps

2003-09-20 Thread Roy Pluschke
On September 20, 2003 02:15 am, Thomas Baumann wrote: > Hi there, > > I'm tring to install my new Debian-System (my first one). Everything is > going quite fine, except that I am not able to compile any QT-Application > (KDE as well). I searched the web all over for a co

Re: Not able to compile Qt-Apps

2003-09-20 Thread Thomas Baumann
compile a usual distributed qt (actually kde) application. I am really stuck ;(( thanks anyway, Tom On Saturday 20 September 2003 11:36, Joerg Rossdeutscher wrote: > Hi, > > Am Sa, 2003-09-20 um 11.15 schrieb Thomas Baumann: > > I'm tring to install my new Debian-System (my first one).

Re: Not able to compile Qt-Apps

2003-09-20 Thread Joerg Rossdeutscher
Hi, Am Sa, 2003-09-20 um 11.15 schrieb Thomas Baumann: > I'm tring to install my new Debian-System (my first one). Everything is going > quite fine, except that I am not able to compile any QT-Application (KDE as > well). I searched the web all over for a couple of times, but

Not able to compile Qt-Apps

2003-09-20 Thread Thomas Baumann
Hi there, I'm tring to install my new Debian-System (my first one). Everything is going quite fine, except that I am not able to compile any QT-Application (KDE as well). I searched the web all over for a couple of times, but I cannot find any solution ;(( My system's state is tes

KDE widgets gone in Qt Designer

2003-09-16 Thread Nicos Gollan
I updated my installation yesterday and had to reinstall Qt (from unstable) because of some version conflicts that would otherwise have required removal of half the KDE development packages. Since then, the Qt Designer doesn't show the KDE-specific widgets anymore, just the standard Qt stu

Re: (library qt-mt) not found

2003-08-31 Thread Thomas Krennwallner
Hi! On Sun Aug 31, 2003 at 07:13:07PM +0200, Nicos Gollan wrote: > On Sunday 31 August 2003 19:03, ZekeVarg wrote: > > I'm trying to compile a program but #./configure ends with this > > error: > > Don't build stuff as root (I suppose you did that because of the # > prompt...). It's not only bad

Re: (library qt-mt) not found

2003-08-31 Thread Nicos Gollan
user and only install it as root. > checking for Qt... configure: error: Qt (>= Qt 3.0.3) (library qt-mt) > not found. Please check your installation! > For more details about this problem, look at the end of config.log. > Make sure that you have compiled Qt with thread support!

Re: (library qt-mt) not found

2003-08-31 Thread Rene Engelhard
Hi, ZekeVarg wrote: > I'm trying to compile a program but #./configure ends with this error: > > checking for Qt... configure: error: Qt (>= Qt 3.0.3) (library qt-mt) > not found. Please check your installation! > For more details about this problem, look at the end of

(library qt-mt) not found

2003-08-31 Thread ZekeVarg
Hi! I'm trying to compile a program but #./configure ends with this error: checking for Qt... configure: error: Qt (>= Qt 3.0.3) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. Make sure that you have compiled

Library qt-mt not found in Debian Testing

2003-07-17 Thread Jeetu Golani
Hello, I just upgraded my system to Testing and I can no longer compile QT based applications. ./configure reports lib qt-mt not found however I do have it on my system. I have libqt3-mt libqt3-mt-dev libqt3-headers however none of my QT based apps compile. These apps used to compile with

Re: kernel 2.5.xx and Qt

2003-07-02 Thread Frank Gevaerts
On Wed, Jul 02, 2003 at 08:05:09PM +1000, Paul Foote wrote: > On Tue, Jul 01, 2003 at 07:24:04AM -0700, Marc Wilson wrote: > > Because that's what the kernel developers WANTED to do. Why favor GTK over > > Qt? > > Namely linus, hes a KDE lover aparently :( > What sur

Re: kernel 2.5.xx and Qt

2003-07-02 Thread Colin Watson
gt; works fine ? (libqt2 or libqt3 are not suitable) > > > Why to use Qt rather Gtk ? > > > > libqt3-mt-dev > > > > make gconfig uses GTK > > Thanks to all for help and advices. > > (I prefer Gtk because it is free, wehreas Qt ? Qt is free. --

Re: kernel 2.5.xx and Qt

2003-07-02 Thread Paul Foote
On Tue, Jul 01, 2003 at 07:24:04AM -0700, Marc Wilson wrote: > Because that's what the kernel developers WANTED to do. Why favor GTK over > Qt? Namely linus, hes a KDE lover aparently :( What surprises me is they didnt stick with Tk! -- /--\ | Paul F

Re: kernel 2.5.xx and Qt

2003-07-02 Thread Marcin M. Bis
On Tue, 1 Jul 2003 00:17:44 + Robin Gerard <[EMAIL PROTECTED]> wrote: (...) > Why to use Qt rather Gtk ? > -- > Gerard Read the output of 'make help'. And then try 'make gconfig' (you'll need gtk2.0). I haven't tried it. -- To UNSUBSCRIBE,

Re: kernel 2.5.xx and Qt

2003-07-02 Thread David Z Maze
Robin Gerard <[EMAIL PROTECTED]> writes: > (I prefer Gtk because it is free, wehreas Qt ? Got over their licensing issues a long time ago. Looking in /usr/share/doc/kdebase-bin/copyright, the various bits of KDE are under differing DFSG-free licenses. > And, when I used Mandrake

Re: kernel 2.5.xx and Qt

2003-07-02 Thread Robin Gerard
On Tue, Jul 01, 2003 at 01:38:54PM +0200, Torquil Macdonald Sørensen wrote: > On Tuesday 01 July 2003 02:17, Robin Gerard wrote: ... > > From curiosity, what package I must install, in order that xconfig works > > fine ? (libqt2 or libqt3 are not suitable) > > Why

Re: kernel 2.5.xx and Qt

2003-07-01 Thread Marc Wilson
On Tue, Jul 01, 2003 at 12:17:44AM +, Robin Gerard wrote: > menuconfig works fine with kernel 2.5.xxx, but xconfig needs Qt. > Why to use Qt rather Gtk ? Because that's what the kernel developers WANTED to do. Why favor GTK over Qt? -- Marc Wilson | problem drinker, n.

Re: kernel 2.5.xx and Qt

2003-07-01 Thread Torquil Macdonald Sørensen
On Tuesday 01 July 2003 02:17, Robin Gerard wrote: > Hello, > menuconfig works fine with kernel 2.5.xxx, but xconfig needs Qt. > From curiosity, what package I must install, in order that xconfig works > fine ? (libqt2 or libqt3 are not suitable) > Why to use Qt rather Gtk ? libq

Re: kernel 2.5.xx and Qt

2003-07-01 Thread David Z Maze
Robin Gerard <[EMAIL PROTECTED]> writes: > menuconfig works fine with kernel 2.5.xxx, but xconfig needs Qt. > From curiosity, what package I must install, in order that xconfig > works fine ? (libqt2 or libqt3 are not suitable) Why to use Qt > rather Gtk ? My impression from

kernel 2.5.xx and Qt

2003-07-01 Thread Robin Gerard
Hello, menuconfig works fine with kernel 2.5.xxx, but xconfig needs Qt. >From curiosity, what package I must install, in order that xconfig works fine ? (libqt2 or libqt3 are not suitable) Why to use Qt rather Gtk ? -- Gerard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

ruby-qt in woody

2003-06-29 Thread Dragón
Does anybody have it working in woody? Any advices? Thanks. ___ Yahoo! Messenger - Nueva versión GRATIS Super Webcam, voz, caritas animadas, y más... http://messenger.yahoo.es -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "un

qt (dependency) hell?

2003-03-08 Thread Hugo Ideler
Hi, after a recent format and installing of debian woody(but set all sources to download from unstable) and KDE 3.1 I want to get qt working so I can compile e.g. kmail 1.5 which afaik is not yet a .deb in unstable? I normally added the KDE download ftp as debian source and used that kmail, but

Re: Qt

2003-02-18 Thread Stephen Gran
This one time, at band camp, Sergey A. Ovchar said: > Hi. > When I trying to compile KDE from sources, I get the following error :( > > checking for Qt... configure: error: Qt (>= Qt 3.0.2) (library qt-mt) not found. >Please check your installation! > For more details about

Re: Qt

2003-02-18 Thread Michel Loos
Em Seg, 2003-02-17 às 16:04, Sergey A. Ovchar escreveu: > Hi. > When I trying to compile KDE from sources, I get the following error :( > > checking for Qt... configure: error: Qt (>= Qt 3.0.2) (library qt-mt) not found. >Please check your installation! > For more detai

Qt

2003-02-17 Thread Sergey A. Ovchar
Hi. When I trying to compile KDE from sources, I get the following error :( checking for Qt... configure: error: Qt (>= Qt 3.0.2) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. Make sure that you have compiled

Re: QT Libraries, help needed

2003-02-01 Thread Adam Majer
On Sat, Feb 01, 2003 at 09:53:58PM +0100, Peppe wrote: > Hi, > I have problems with the QT libraries: > > But > 1) gcc doesn't compile ANY qt-based program, like even tutorials O_O > 2) the binary compiled on another system doesn't start... Are you using qmake? Or yo

QT Libraries, help needed

2003-02-01 Thread Peppe
Hi, I have problems with the QT libraries: I need to use a QT-based toolset built by some friends. It is build for qt3-mt and I got these packages: ii libqt3 3.0.3-20020329 Qt GUI Library (runtime version). ii libqt3-dev 3.0.3-20020329 Qt GUI development files ii libqt3-mt

Re: shared or static qt?

2003-01-26 Thread nate
N.D.O said: > What is shared or static QT and what is the differance? the most common app I know that uses shared or static QT is opera.. static QT = when the app has the QT library built into the app itself, this can improve compadiblity on systems that may not have the exact version of QT t

shared or static qt?

2003-01-26 Thread N.D.O
What is shared or static QT and what is the differance? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

error: Qt (>= Qt 3.0.3)

2003-01-09 Thread suresh kumar sharma
hi, I have a debian unstable on my sony vaio laptop . I have acpi support in my kernel verion 2.4.20 . I was trying to install Kacpi from source but when I do ./configure I keep getting error this error . "checking for Qt... configure: error: Qt (>= Qt 3.0.3) (library qt-mt) not found

Re: qt problems ...

2002-12-22 Thread Rob Weir
On Fri, Dec 20, 2002 at 08:44:18PM +, daves debian wrote: > I am trying to upgrade my woody KDE to 3.0.4, Ive done this in the past with > red hat AOK but am having problems with debian. > > My KDE is in /opt/kde3 > My qt is in /opt/kde3/qt > > I setup my variables with

qt problems ...

2002-12-20 Thread daves debian
I am trying to upgrade my woody KDE to 3.0.4, Ive done this in the past with red hat AOK but am having problems with debian. My KDE is in /opt/kde3 My qt is in /opt/kde3/qt I setup my variables with the following script ... #! /bin/sh KDEDIR=/opt/kde3 QTDIR=$KDEDIR/qt PATH=$QTDIR/bin:$KDEDIR

Re: Getting this error :(library qt-mt) not found

2002-12-19 Thread Rob Weir
[Please don't top post!] On Tue, Dec 17, 2002 at 12:32:13PM -0800, suresh kumar sharma wrote: > It says 2.95.4 , whichseems to be the lower version . > > how can I fixed this problem because it says this the > newest version . This is the version you *have* to use. Look at the bottom of thing c

Re: Getting this error :(library qt-mt) not found

2002-12-17 Thread Pigeon
On Tue, Dec 17, 2002 at 12:32:13PM -0800, suresh kumar sharma wrote: > It says 2.95.4 , whichseems to be the lower version . > > how can I fixed this problem because it says this the > newest version . That message is probably out of date then :-) According to Stephen Gran's post a 2.95 version

library ( qt-mt ) no found

2002-12-17 Thread suresh kumar sharma
Hi, I was trying to compile kacpi for my system but I keep getting this error . "checking for Qt... configure: error: Qt (>= Qt 3.0.3) (library qt-mt) not found. Please check your installation!" I have installed libqt3-mt-dev and libqt3-dev . but it still gives the same error , is so

Re: Getting this error :(library qt-mt) not found

2002-12-17 Thread Pigeon
On Tue, Dec 17, 2002 at 07:37:10AM -0800, suresh kumar sharma wrote: > Hello, > thanks for the advice . > I checked the version of version of libqt-mt-dev and > it is 3.0.5 so that part is ok . > and about version of compiler I have no Idea . gcc --version Pigeon -- To UNSUBSCRIBE, email to [E

Re: library ( qt-mt ) no found

2002-12-17 Thread Colin Watson
On Tue, Dec 17, 2002 at 12:16:21PM -0800, suresh kumar sharma wrote: > I was trying to compile kacpi for my system but I keep > getting this error . > "checking for Qt... configure: error: Qt (>= Qt 3.0.3) > (library qt-mt) not found. Please check your > installation!"

Re: Getting this error :(library qt-mt) not found

2002-12-17 Thread suresh kumar sharma
It says 2.95.4 , whichseems to be the lower version . how can I fixed this problem because it says this the newest version . thanks --- Pigeon <[EMAIL PROTECTED]> wrote: > On Tue, Dec 17, 2002 at 07:37:10AM -0800, suresh > kumar sharma wrote: > > Hello, > > thanks for the advice . > > I checked t

Re: Getting this error :(library qt-mt) not found

2002-12-17 Thread suresh kumar sharma
my system > but I keep getting > > this error . "checking for Qt... configure: > error: Qt (>= Qt 3.0.3) > > (library qt-mt) not found. Please check your > installation!" > > > > I have installed libqt-mt-dev and libqt-dev even > libqt3-dev . > &

Re: Getting this error :(library qt-mt) not found

2002-12-17 Thread Stephen Gran
This one time, at band camp, suresh kumar sharma said: > Hi, I was trying to compile kacpi for my system but I keep getting > this error . "checking for Qt... configure: error: Qt (>= Qt 3.0.3) > (library qt-mt) not found. Please check your installation!" > > I hav

Re: Getting this error :(library qt-mt) not found

2002-12-16 Thread Shawn Lamson
On Mon, 16 Dec 2002 13:20:40 -0800 (PST) suresh kumar sharma <[EMAIL PROTECTED]> wrote: > Hi, > I was trying to compile kacpi for my system but I keep > getting this error . > "checking for Qt... configure: error: Qt (>= Qt 3.0.3) > (library qt-mt) not found. Ple

Getting this error :(library qt-mt) not found

2002-12-16 Thread suresh kumar sharma
Hi, I was trying to compile kacpi for my system but I keep getting this error . "checking for Qt... configure: error: Qt (>= Qt 3.0.3) (library qt-mt) not found. Please check your installation!" I have installed libqt-mt-dev and libqt-dev even libqt3-dev . but it still gives t

Re: configure: error: Qt (>= Qt 3.0) (library qt-mt) not found ???

2002-12-11 Thread Brian Nelson
ut more information. You may need to set the environment variable QTDIR=/usr/share/qt. -- Curse my natural showmanship! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: configure: error: Qt (>= Qt 3.0) (library qt-mt) not found ???

2002-12-11 Thread Alan Chandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 05 December 2002 3:33 pm, Bruno Boettcher wrote: > Hello > > just wondering, am trying to compile a program, and configure stops > there... but i did indeed install that lib... so if anyone has an idea > on what's going wrong. This oft

Re: configure: error: Qt (>= Qt 3.0) (library qt-mt) not found ???

2002-12-10 Thread Rob Weir
On Thu, Dec 05, 2002 at 04:33:36PM +0100, Bruno Boettcher wrote: > Hello > > just wondering, am trying to compile a program, and configure stops > there... but i did indeed install that lib... so if anyone has an idea > on what's going wrong. Which program? Setting th

configure: error: Qt (>= Qt 3.0) (library qt-mt) not found ???

2002-12-05 Thread Bruno Boettcher
/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDescription +++-==-==- rc libqt3 3.0.5-4 Qt GUI Library (runtime files) ii libqt

Re: Qt compiling problem

2002-11-10 Thread Crispin Wellington
g. I played with your source but couldn't even get it to give me your error messages. Heres my make... crispin@void:~/qtdb/qtMailingList$ export QTDIR="/usr/share/qt" crispin@void:~/qtdb/qtMailingList$ make qmake book.pro /usr/share/qt/bin/uic book.ui -o book.h g++ -c -pipe -Wpoin

Qt compiling problem

2002-11-10 Thread Jhon Doe
Hy there all, Firstly I have to mention that I'm a begginer in Linux, C++ programming , Qt toolkit(as usual...) and life too(17 years old) :) I'm running Qt 3.0.3 on an Debian GNU/Linux box. The database server that i'm using is PostGreSQL 7 and I had configured

Help! KDE 3.0.4, Qt & PostgreSQL

2002-10-29 Thread Setyo Nugroho
Hi, 1. Just upgraded my KDE from 3.0.3 to 3.0.4. Qt is automatically upgraded to 3.0.5. Now I cannot connect QPSQL7 & QMYSQL3 to QtDesigner. The error message is "Could not connect to database. ... Driver not loaded." FYI drivers have been activated, using '#/etc/init.d/post

Qt Designer -segmentation fault

2002-10-18 Thread Setyo Nugroho
Hi, I got this message: "segmentation fault", every time I run the built database program, either from rough C++ codes or using QDesigner or using Qdesigner in combination with KDevelop. What does it mean? I am sure the database connections can be made, since previewing from QDesigner is successf

Re: Qt Designer - example missing

2002-10-18 Thread Earl F Hampton
In stable I downed the source to get the examples. It has a lot of them. I also slugged it out with kdelibs and qt till I figured out kdelibs-dev conflicts with libqt3-dev which put on hold playing with sql and kde. Good luck. On Friday 18 October 2002 01:45 am, Setyo Nugroho wrote: > Hi

Qt Designer - example missing

2002-10-18 Thread Setyo Nugroho
Hi all, I am experimenting with database using MySQL in combination with QT Designer & KDevelop. I could not find an example directory mentioned in the Qt Designer Manual $QTDIR/tools/designer/examples/book. Could someone help me please? Regards, Setyo Nugroho -- To UNSUBSCRIBE, e

Qt - newbie

2002-10-01 Thread Setyo Nugroho
Hi, Just upgraded my kde from 2.2 to 3.0.3, under woody. The Qt version is 3.0.3. The problems are: 1. Qt-assistant does not work properly. it seems to me that the program does not point to the correct address. I did this: locate designer-manual.html found there are 2 manuals: /usr/share/doc/qt3

qt examples -- linking problems

2002-09-04 Thread Craig Maloney
Hi all. I'm having some problems building the qt example programs. --- $ make 2> err.txt g++-2.95 -c -I/usr/include/qt -pipe -fno-exceptions -O3 -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -o hello.o hello.cpp g++-2.95 -L/lib-o

Re: Qt problem

2002-08-31 Thread Stephen Gran
KDE 3.0.3.,and I want to use Krusader and > > KGamma. I downloaded tgz files, run ./compile, but it ended with result: > ^^^ > I'm sorry for mistyping, I mean ./configure > > checking for Qt... configure: error: Qt (>= Qt 3.0.3

Qt and system - help needed

2002-08-31 Thread Ing. Vladimir M. Kerka
Hi, I sent previous post "Qt problem" about my problems with compiling programs - KGamma and Krusader (I am running testing/unstable and KDE 3.0.3). I have qt (and qt-mt) libraries 3.0.5. installed (libqt-mt.so.3.0.5 is in /usr/lib) and I have all dev libraries. I had post with th

Re: Qt problem

2002-08-31 Thread Ing. Vladimir M. Kerka
ompile, but it ended with result: ^^^ I'm sorry for mistyping, I mean ./configure > checking for Qt... configure: error: Qt (>= Qt 3.0.3) (library qt-mt) > not found. Please check your installation! -- Ing. Vladimir M. Kerka Klukovic

Qt problem

2002-08-31 Thread Ing. Vladimir M. Kerka
Hi all, maybe its little bit OT, but I have no idea what to do, so I'm asking this question: I'm running Debian unstable, KDE 3.0.3.,and I want to use Krusader and KGamma. I downloaded tgz files, run ./compile, but it ended with result: checking for Qt... configure: error: Qt (&

qt / kde with anti aliased fonts - segfaults

2002-05-17 Thread Cameron Tonks
I was using kde3 (unofficial debs with my own compiled qt3) for a while up until about a week ago. then all qt3 apps started segfaulting. I have attached a stack trace of trying to run konqueror. from what i can tell it is to do with xlibs (libXft.so/libXt.so) now im assuming this is a problem w

Re: kde qt

2001-12-10 Thread Meir Kriheli
On Monday 10 December 2001 20:43, xbud wrote: > Hi, > I have been having problems getting kde* ,base,libs,network,etc.. to get > passed the configure on my box because of the Qt libraries.. The problem is > I compile and install the Qt libraries fine... I even went as far as > co

kde qt

2001-12-10 Thread xbud
Hi, I have been having problems getting kde* ,base,libs,network,etc.. to get passed the configure on my box because of the Qt libraries.. The problem is I compile and install the Qt libraries fine... I even went as far as compiling them on another box and just transfering all files over to

[root@natas.g0thead.com: Qt and kde]

2001-12-08 Thread Jaakko Niemi
com) ([EMAIL PROTECTED]) by murphy.debian.org with SMTP; 7 Dec 2001 09:40:57 - Received: from root by natas.g0thead.com with local (Exim 3.12 #1 (Debian)) id 16CBty-0004jQ-00 for ; Fri, 07 Dec 2001 04:42:18 +0100 To: debian-user@lists.debian.org Subject: Qt and kde Message

Re: applying font size and family to QT apps.

2001-10-08 Thread Geoff Beaumont
anager does this, but i don't use KDE (blackbox > is so > > >much better.. ahem.. :) .. surely there's a way to make the by > default > > > large fonts of QT apps a little smaller.. > > > > Yep: > > > > Run kcontrol from the console (it's

Re: applying font size and family to QT apps.

2001-10-08 Thread William Leese
there's a way to make the by default > > large fonts of QT apps a little smaller.. > > Yep: > > Run kcontrol from the console (it's the central settings dialogue for KDE). > Under > fonts, you'll find you can select fontface, size, etc. > > I think it's p

Re: applying font size and family to QT apps.

2001-10-08 Thread Geoff Beaumont
At 18:20 08/10/2001 +0200, you wrote: short and simply; how is this done? I know KDE's window manager does this, but i don't use KDE (blackbox is so much better.. ahem.. :) .. surely there's a way to make the by default large fonts of QT apps a little smaller.. Yep: Run kc

applying font size and family to QT apps.

2001-10-08 Thread William Leese
short and simply; how is this done? I know KDE's window manager does this, but i don't use KDE (blackbox is so much better.. ahem.. :) .. surely there's a way to make the by default large fonts of QT apps a little smaller.. kind regards, William Leese

Re: QT & KDE install problems

2001-09-19 Thread Faheem Mitha
et hundreds of dependancy > problems that cannot, according to apt-get be resolved! It's all quite > confusing to me, but apt-get is telling me that it has found the > package onthe database but it is not available. What does that mean > and how can I get the package if it is not available?

Re: Qt and Gnome both on system?

2001-08-09 Thread Geoffrey Romer
"KDE" apps? Can I run these programs with > only GTK and QT installed? > > Stated another way, are there any programs that *require* any part of the > GNOME or KDE desktop environments to be installed? Yes, there are. Short version: a lot of these programs will require Gnom

Re: Qt and Gnome both on system?

2001-08-08 Thread Aaron Traas
Not quite... if you are using GNOME or KDE apps, you at least have to have the libraries installed. Feel free to use the apps in another window manager, but if the base libraries aren't installed, the apps won't run. In the case of most KDE apps, Qt isn't enough. The KDE folks ex

Re: Qt and Gnome both on system?

2001-08-08 Thread Matthew Garman
On Wed, Aug 08, 2001 at 10:38:45AM -0700, Geoffrey Romer wrote: > Your question is sort of unclear. First of all, I should clarify > something- Qt is just a GUI toolkit- a library which programs can, if > they chose, link against in order to provide the widgets which Qt > provides. Sin

Re: Qt and Gnome both on system?

2001-08-08 Thread Geoffrey Romer
Your question is sort of unclear. First of all, I should clarify something- Qt is just a GUI toolkit- a library which programs can, if they chose, link against in order to provide the widgets which Qt provides. Since it's just a library, no 'switching' is involved- just run a pro

Re: Qt and Gnome both on system?

2001-08-08 Thread Danie Roux
On Wed, Aug 08, 2001 at 10:51:08AM -0500, Lance Hoffmeyer wrote: > So, how do you switch between these? Are they used as needed by the system > (always active) > or does one choose which is currently running on X (only one runs at any one > time)? You choose what desktop system you want. That

Re: Qt and Gnome both on system?

2001-08-08 Thread Lance Hoffmeyer
M -0500, Lance Hoffmeyer wrote: > Is it possible to have Qt and Gnome on the same system and to be able to = > choose one or the other when starting X (or even switching between them = > when runnng X? It might be useful for comparing the difference between = > the two of them. Also

Re: Qt and Gnome both on system?

2001-08-08 Thread Danie Roux
On Wed, Aug 08, 2001 at 10:37:05AM -0500, Lance Hoffmeyer wrote: > Is it possible to have Qt and Gnome on the same system and to be able to = > choose one or the other when starting X (or even switching between them = > when runnng X? It might be useful for comparing the differenc

Qt and Gnome both on system?

2001-08-08 Thread Lance Hoffmeyer
Is it possible to have Qt and Gnome on the same system and to be able to = choose one or the other when starting X (or even switching between them = when runnng X? It might be useful for comparing the difference between = the two of them. Also some programs only run in Qt whereas other programs

QT - Now really....

2001-08-05 Thread Nikolai Prokoschenko
ymbol: XftDefaultHasRender Can someone please explain me, how do I cure this thing? I have already tried reinstalling qt-libraries, it didn't really help. Thank you in advance... -- Nikolai Prokoschenko [EMAIL PROTECTED] // ICQ UI 24695443 Registered Linux User #194193 ---

Re: python2 and qt

2001-07-16 Thread Brendan O'Connor
> So do i have to build pyqt against python-2.x? Probably, and you may have to much around in debian/rules or other files. I had this same experience with getting wxPython for python2, but I just copied the entire /usr/lib/python1.5/wxPython directory into /usr/local/lib/python2.0/site-package

Re: python2 and qt

2001-07-16 Thread Bruce Sass
TED]) wrote: > > On Sun, 15 Jul 2001, Sergio E. Schvezov wrote: > > > hi, simple q, maybe hard answer, here goes: > > > how can i work with python2 and qt in debian? > > Right now, for "stable"... build PyQt and Python-2.x yourself. > > Sid has python-pyqt, built against Python-1.5.2.

Re: python2 and qt

2001-07-15 Thread Sergio E. Schvezov
Schvezov wrote: > > hi, simple q, maybe hard answer, here goes: > > how can i work with python2 and qt in debian? > Right now, for "stable"... build PyQt and Python-2.x yourself. > Sid has python-pyqt, built against Python-1.5.2.

Re: python2 and qt

2001-07-15 Thread Bruce Sass
On Sun, 15 Jul 2001, Sergio E. Schvezov wrote: > hi, simple q, maybe hard answer, here goes: > how can i work with python2 and qt in debian? Right now, for "stable"... build PyQt and Python-2.x yourself. Sid has python-pyqt, built against Python-1.5.2. - Bruce

python2 and qt

2001-07-15 Thread Sergio E. Schvezov
hi, simple q, maybe hard answer, here goes: how can i work with python2 and qt in debian? TIA

Re: V = I * R and the rest (Re: OT: C++ Newbie and KDE/QT)

2001-06-30 Thread Joost Kooij
On Thu, Jun 28, 2001 at 08:27:30PM -0400, Alan Shutko wrote: > [EMAIL PROTECTED] (Joost Kooij) writes: > > > Other people will say that I'm violently wrong > > Actually, I'd say you were on crack. What's a soldering iron going to > teach you that a breadboard couldn't? Well, that's funny? T

Re: V = I * R and the rest (Re: OT: C++ Newbie and KDE/QT)

2001-06-30 Thread D-Man
On Fri, Jun 29, 2001 at 01:57:47PM -0500, Rich Puhek wrote: | And ignore the abacus and the slide rule? For shame! we must remember to | study our roots! Of course! | Remember "heck week" from one of the later Revenge of the Nerds movies? No, I never saw any of those. -D

Re: V = I * R and the rest (Re: OT: C++ Newbie and KDE/QT)

2001-06-29 Thread David L. Craig
D-Man wrote: > That's a good idea, but we really ought to start with vacuum tubes, > now shouldn't we <.5 wink>? BOFH would suggest Leyden jars and kites... ;-)*1.0

Re: V = I * R and the rest (Re: OT: C++ Newbie and KDE/QT)

2001-06-29 Thread Rich Puhek
And ignore the abacus and the slide rule? For shame! we must remember to study our roots! Remember "heck week" from one of the later Revenge of the Nerds movies? --Rich D-Man wrote: > > > That's a good idea, but we really ought to start with vacuum tubes, > now shouldn't we <.5 wink>? > > -D

Re: V = I * R and the rest (Re: OT: C++ Newbie and KDE/QT)

2001-06-29 Thread D-Man
On Thu, Jun 28, 2001 at 08:27:30PM -0400, Alan Shutko wrote: | [EMAIL PROTECTED] (Joost Kooij) writes: | | > Other people will say that I'm violently wrong | | Actually, I'd say you were on crack. What's a soldering iron going to I'd say it was a very fun read! Thanks! Alan, you know he wasn

Re: V = I * R and the rest (Re: OT: C++ Newbie and KDE/QT)

2001-06-28 Thread Alan Shutko
[EMAIL PROTECTED] (Joost Kooij) writes: > Other people will say that I'm violently wrong Actually, I'd say you were on crack. What's a soldering iron going to teach you that a breadboard couldn't? And how often will work at that level help the average coder? It hasn't in either of the two sof

Re: V = I * R and the rest (Re: OT: C++ Newbie and KDE/QT)

2001-06-28 Thread Brendon
On Friday 29 June 2001 00:57, you wrote: > On Tue, Jun 26, 2001 at 12:06:50PM +0200, Brendon wrote: > > what did you start with when learning C++? > > > > any suggestions are appreciated. > > No suggestions, but you get a free ticket to a gratuitous rant: woohoo! ;) > Start with a soldering iron

Re: V = I * R and the rest (Re: OT: C++ Newbie and KDE/QT)

2001-06-28 Thread G.LeeJ
Joost Kooij wrote: > On Tue, Jun 26, 2001 at 12:06:50PM +0200, Brendon wrote: > > what did you start with when learning C++? > > > any suggestions are appreciated. > > No suggestions, but you get a free ticket to a gratuitous rant: > > Start with a soldering iron and develop a practical feeling fo

V = I * R and the rest (Re: OT: C++ Newbie and KDE/QT)

2001-06-28 Thread Joost Kooij
On Tue, Jun 26, 2001 at 12:06:50PM +0200, Brendon wrote: > what did you start with when learning C++? > any suggestions are appreciated. No suggestions, but you get a free ticket to a gratuitous rant: Start with a soldering iron and develop a practical feeling for electronics. The basics are v

Re: OT: C++ Newbie and KDE/QT

2001-06-26 Thread John
On Tuesday 26 June 2001 05:06, Brendon wrote: > This summer holiday I took on the task of learning C++ with (shamefully :) > the help of C++ For Dummies. > > Having tried to learn C++ in the past I'm now reasonably familar with it's > synax so i thought i'd also try

Re: OT: C++ Newbie and KDE/QT

2001-06-26 Thread D-Man
On Tue, Jun 26, 2001 at 10:12:56PM +0200, Brendon wrote: | On Tuesday 26 June 2001 19:14, D-Man wrote: | > On Tue, Jun 26, 2001 at 12:06:50PM +0200, Brendon wrote: | > | Does anyone know of a good site where QT/KDE programming is explained? | > | And what did you start with when l

Re: OT: C++ Newbie and KDE/QT

2001-06-26 Thread Brendon
with > > it's synax so i thought i'd also try learning QT/KDE programming at the > > same time. But the tutorials I've been through on the doc.trolltech.com > > site have left me a little disappointed. > > > > Does anyone know of a good site where QT/

Re: OT: C++ Newbie and KDE/QT

2001-06-26 Thread Bruce Sass
On Tue, 26 Jun 2001, Brendon wrote: > This summer holiday I took on the task of learning C++ with (shamefully :) > the help of C++ For Dummies. > > Having tried to learn C++ in the past I'm now reasonably familar with it's > synax so i thought i'd also try learning

Re: OT: C++ Newbie and KDE/QT

2001-06-26 Thread Brendon
On Tuesday 26 June 2001 19:14, D-Man wrote: > On Tue, Jun 26, 2001 at 12:06:50PM +0200, Brendon wrote: > | Does anyone know of a good site where QT/KDE programming is explained? > | And what did you start with when learning C++? > > I don't use KDE and I don't like Qt&#x

Re: OT: C++ Newbie and KDE/QT

2001-06-26 Thread D-Man
On Tue, Jun 26, 2001 at 12:06:50PM +0200, Brendon wrote: | This summer holiday I took on the task of learning C++ with (shamefully :) | the help of C++ For Dummies. | | Having tried to learn C++ in the past I'm now reasonably familar with it's | synax so i thought i'd also try

OT: C++ Newbie and KDE/QT

2001-06-26 Thread Brendon
This summer holiday I took on the task of learning C++ with (shamefully :) the help of C++ For Dummies. Having tried to learn C++ in the past I'm now reasonably familar with it's synax so i thought i'd also try learning QT/KDE programming at the same time. But the tutorials I&

Re: Cant compile QT 2.3.0

2001-04-16 Thread list
Hi Raffaele On Thu, Apr 12, 2001 at 06:07:18PM +0200, Raffaele Sandrini wrote: >I configure it like that: > >./configure -gif -sm -system-zlib -system-libpng -system-jpeg I don't remember about KDE-libs, I think, I disabled it, it's possible IMHO. Did you try to com

<    1   2   3   4   5   >