Re: [Lazarus] QT binding works!

2009-12-01 Thread Mattias Gaertner
On 01 Dec 2009 00:30:39 - Phil Hess macp...@fastermac.net wrote: David, I believe that refers to Environment | Options, then on the Environment Files tab, look for Lazarus directory. Yes Mattias -- ___ Lazarus mailing list

Re: [Lazarus] QT binding works!

2009-12-01 Thread David Emerson
Ah, now I've found it, and it is compiling! Thank you! Now, after many parts are successfully compiled, it is stumbling on the qt part. I'm getting about 250 messages like this: /usr/local/lib/libqt4intf.so: undefined reference to `QTabBar::moveTab(int, int)' (each message lists a different

Re: [Lazarus] QT binding works!

2009-12-01 Thread zeljko
On Tuesday 01 December 2009 19:24, David Emerson wrote: Ah, now I've found it, and it is compiling! Thank you! Now, after many parts are successfully compiled, it is stumbling on the qt part. I'm getting about 250 messages like this: /usr/local/lib/libqt4intf.so: undefined reference to

Re: [Lazarus] QT binding works!

2009-12-01 Thread David Emerson
zeljko wrote: David Emerson wrote: qt part. I'm getting about 250 messages like this: /usr/local/lib/libqt4intf.so: undefined reference to `QTabBar::moveTab(int, int)' then Error while linking. Yes, you are using old libqt4intf.so and/or old qt libs. Read

Re: [Lazarus] QT binding works!

2009-12-01 Thread Phil Hess
David, If Qt4Intf 1.68 is still available, I believe it supports Qt 4.4.3. And the 0.9.28.2 stable Lazarus supports it too - just compile with -dUSE_QT_44. Maybe 1.69 does too - I only have 1.68 here (for Mac). Thanks. -Phil - David Emerson dle...@angelbase.com wrote: zeljko wrote:

Re: [Lazarus] QT binding works!

2009-12-01 Thread David Emerson
well, I took the dive and upgraded to the testing packages, and ... it works! Nice. Thanks a lot for all the help. Cheers, ~David. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] QT binding works!

2009-11-30 Thread David Emerson
I'm sorry for being so dense, but where are these Options? I have looked in Environment Options, Tools Configure Build Lazarus Options, Project Compiler Options ... maybe I missed it? Thanks! David On Tue 24 Nov 2009, Mattias Gaertner wrote: On Tue, 24 Nov 2009 15:12:16 -0800 David

Re: [Lazarus] QT binding works!

2009-11-30 Thread Phil Hess
David, I believe that refers to Environment | Options, then on the Environment Files tab, look for Lazarus directory. Thanks. -Phil - David Emerson dle...@angelbase.com wrote: I'm sorry for being so dense, but where are these Options? I have looked in Environment Options, Tools

Re: [Lazarus] QT binding works!

2009-11-24 Thread Mattias Gaertner
On Mon, 23 Nov 2009 16:37:15 -0800 David Emerson dle...@angelbase.com wrote: Mattias Gaertner wrote: How did you install lazarus? debian packages on http://www.hu.freepascal.org/lazarus/ lazarus-stable The debian package can not recompile the LCL, codetools, synedit and IDEIntf. Use

Re: [Lazarus] QT binding works!

2009-11-24 Thread Juha Manninen
On tiistai, 24. marraskuuta 2009 11:27:32 Mattias Gaertner wrote: The debian package can not recompile the LCL, codetools, synedit and IDEIntf. Use lazarus svn or copy the debian files /usr/lib/lazarus to your home folder, change owner recursively and set environment option lazarus source

Re: [Lazarus] QT binding works!

2009-11-24 Thread Mattias Gärtner
Zitat von Juha Manninen juha.manni...@phnet.fi: On tiistai, 24. marraskuuta 2009 11:27:32 Mattias Gaertner wrote: The debian package can not recompile the LCL, codetools, synedit and IDEIntf. Use lazarus svn or copy the debian files /usr/lib/lazarus to your home folder, change owner

Re: [Lazarus] QT binding works!

2009-11-24 Thread David Emerson
I also have an svn installation (actually git) and the same problem occurs there: make: Entering directory `/usr/lib/lazarus/0.9.28.2/lcl' I'm not sure why my svn version wants to go to /usr/lib ... maybe the problem is that I have both installed? Thanks, David On Tue 24 Nov 2009, Mattias

Re: [Lazarus] QT binding works!

2009-11-23 Thread David Emerson
Mattias Gaertner wrote: How did you install lazarus? debian packages on http://www.hu.freepascal.org/lazarus/ lazarus-stable The IDE first checks if the directory $(LazarusDir) is writable. If it is not writable it uses ~/.lazarus/bin/. -- ___

Re: [Lazarus] QT binding works!

2009-11-21 Thread Mattias Gaertner
On Wed, 18 Nov 2009 10:37:55 -0800 David Emerson dle...@angelbase.com wrote: Mattias Gaertner wrote: The debug output window is for the debugger output. The above line is more likely in the 'Messages' window and you can right click it and do 'Save all messages to file'. Ah, thanks,

Re: [Lazarus] QT binding works!

2009-11-18 Thread David Emerson
Mattias Gaertner wrote: The debug output window is for the debugger output. The above line is more likely in the 'Messages' window and you can right click it and do 'Save all messages to file'. Ah, thanks, wonderful -- I see now what the problem is: it is trying to build in the root-owned

Re: [Lazarus] QT binding works!

2009-11-18 Thread Juha Manninen
On keskiviikko, 18. marraskuuta 2009 20:37:55 David Emerson wrote: How can I set this up properly? Setting Target Directory seems to have no effect (and the wiki notes that this is for the IDE only, not other components). I've been looking around the wiki, but can't find anything that explains

Re: [Lazarus] QT binding works!

2009-11-16 Thread David Emerson
Mattias Gaertner wrote: make[2]: *** [../../units/i386-linux/qt] Error 1 The important lines are in front of this message. Please send all the messages. This is the only message I see. The debug output window is empty. Perhaps I could get more info by compiling from the command line (as

Re: [Lazarus] QT binding works!

2009-11-14 Thread Gustavo Enrique Jimenez
2009/11/14 zeljko zel...@holobit.net: On Saturday 14 November 2009 01:35, David Emerson wrote: I've done all this, but at the very beginning of the compilation, I get: make[2]: *** [../../units/i386-linux/qt] Error 1 and it gives up. Using debian stable, kde 3.5.9/10. Tried with the

Re: [Lazarus] QT binding works!

2009-11-13 Thread Juha Manninen
On perjantai, 13. marraskuuta 2009 09:29:20 zeljko wrote: On Thursday 12 November 2009 20:05, David Emerson wrote: Juha Manninen wrote: I compiled the whole Lazarus to use QT widgets and it works! Yes. I've been wanting to do the same, though I failed at my previous attempt. What did

Re: [Lazarus] QT binding works!

2009-11-13 Thread Juha Manninen
http://wiki.lazarus.freepascal.org/index.php/Qt_Interface Looking at the Roadmap page it seems that QT bindings are equally or even better implemented than GTK2 bindings. So why is it made more difficult to install? libqt4intf.so could be included in the SVN source tree and in release

Re: [Lazarus] QT binding works!

2009-11-13 Thread zeljko
On Friday 13 November 2009 16:35, Juha Manninen wrote: http://wiki.lazarus.freepascal.org/index.php/Qt_Interface Looking at the Roadmap page it seems that QT bindings are equally or even better implemented than GTK2 bindings. So why is it made more difficult to install? libqt4intf.so could

Re: [Lazarus] QT binding works!

2009-11-13 Thread David Emerson
I've done all this, but at the very beginning of the compilation, I get: make[2]: *** [../../units/i386-linux/qt] Error 1 and it gives up. Using debian stable, kde 3.5.9/10. Tried with the packaged lazarus 0.9.28.2-0 as well as svn $ /sbin/ldconfig -p | grep qt libqt4intf.so.5 (libc6)

[Lazarus] QT binding works!

2009-11-12 Thread Juha Manninen
Hi! There are often complaints and questions about things that don't work. Now some positive feedback for a change: I compiled the whole Lazarus to use QT widgets and it works! Yes. I didn't have very high hopes because QT bindings are not ready and Lazarus is complicated. Still, I don't see

Re: [Lazarus] QT binding works!

2009-11-12 Thread zeljko
Quoting Juha Manninen juha.manni...@phnet.fi: Hi! There are often complaints and questions about things that don't work. Now some positive feedback for a change: I compiled the whole Lazarus to use QT widgets and it works! Yes. Congratulations ! :) I didn't have very high hopes because QT

Re: [Lazarus] QT binding works!

2009-11-12 Thread David Emerson
Juha Manninen wrote: I compiled the whole Lazarus to use QT widgets and it works! Yes. I've been wanting to do the same, though I failed at my previous attempt. What did you do to make it work? Are there guidelines somewhere? What versions are you using? Thanks, David --

Re: [Lazarus] QT binding works!

2009-11-12 Thread Juha Manninen
On torstai, 12. marraskuuta 2009 21:05:19 David Emerson wrote: Juha Manninen wrote: I compiled the whole Lazarus to use QT widgets and it works! Yes. I've been wanting to do the same, though I failed at my previous attempt. What did you do to make it work? Are there guidelines somewhere?

Re: [Lazarus] QT binding works!

2009-11-12 Thread zeljko
On Thursday 12 November 2009 20:05, David Emerson wrote: Juha Manninen wrote: I compiled the whole Lazarus to use QT widgets and it works! Yes. I've been wanting to do the same, though I failed at my previous attempt. What did you do to make it work? Are there guidelines somewhere? What