Re: [Lazarus] Help: OS X Problems

2013-11-03 Thread Thomas Moritz
Hello, I have made my system ready today. OS X 10.9, fpc 2.6.2, lazarus 1.1. > WE should start a wiki with all the experiences > >> I ran a few tests and for the most part everything was clean, but a few >> times I got an 'oops' debugger dialog when closing my program: >> >> The GDB comman

Re: [Lazarus] Access violation in build_lcl_docs --outfmt chm

2012-03-01 Thread Thomas Moritz
Am Donnerstag, 1. März 2012, 19:51:17 schrieb Mattias Gaertner: Hello Mattias, > > this is the output: > > > > HTML Files written. Collecting other files and > > compressing...this could take some time Generating Table of > > contents... > > Generating Index... > > Finishing compressing... > >

[Lazarus] Access violation in build_lcl_docs --outfmt chm

2012-03-01 Thread Thomas Moritz
Hello, this is the output: HTML Files written. Collecting other files and compressing...this could take some time Generating Table of contents... Generating Index... Finishing compressing... Exception at 004FFF6F: EAccessViolation: Access violation. 'lcl.chm' has 0 Byte openSUSE 12.1 x

Re: [Lazarus] MouseOver hint is broken

2012-02-25 Thread Thomas Moritz
Am Donnerstag, 23. Februar 2012, 14:03:02 schrieb zeljko: Hello, > > after the first start of lazarus, the mouseover-hint > > is broken. Here is an example: > > > > http://img268.imageshack.us/img268/9281/screenshotth.png > > > > If I close the project and re-open it is OK! > > It happens at ev

[Lazarus] MouseOver hint is broken

2012-02-22 Thread Thomas Moritz
Hello, after the first start of lazarus, the mouseover-hint is broken. Here is an example: http://img268.imageshack.us/img268/9281/screenshotth.png If I close the project and re-open it is OK! It happens at every start of lazarus. Lazarus 0.9.31 SVN Revision: 35540M Free Pascal Compiler version

Re: [Lazarus] chmhelp is broken in svn

2012-02-21 Thread Thomas Moritz
Am Dienstag, 21. Februar 2012, 14:56:05 schrieb Andrew Haines: Hello Andrew, > You have to delete a file /tmp/lazhelp. Yes! This is the solution! Thank You! Best regards Th. Moritz-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http:

Re: [Lazarus] chmhelp is broken in svn

2012-02-21 Thread Thomas Moritz
Am Dienstag, 21. Februar 2012, 19:01:58 schrieb John Landmesser: Hello John, > no probs here with lazarus, F1 on TFileStream > Lazarus 0.9.31 r35434 FPC 2.6.0 i386-linux-gtk 2 svn 35434 At this time OK! The problem is coming later. (yesterday > r3548?) > I set for CHM Help Viewer the path: >

[Lazarus] chmhelp is broken in svn

2012-02-21 Thread Thomas Moritz
Hello, sample: Key over 'TFileStream' goes wrong! (break the ide) I have 'rtl.chm' and 'fcl.chm' in /lazarus/docs/html ls -l fpcdefines.xml: 119507 21. Feb 09:36 fpcdefines.xml Output: TIDEHelpManager.ShowHelpForSourcePosition C /usr/share/fpcsrc/rtl/objpas/classes/classesh.inc X=3 Y=865 TIDE

Re: [Lazarus] lazbuild 100% CPU-Power

2010-10-08 Thread Thomas Moritz
Am Freitag, 8. Oktober 2010 19:52:41 schrieb Mattias Gaertner: > On Fri, 8 Oct 2010 18:37:28 +0200 > > Thomas Moritz wrote: > > Hello, > > > > By building "Lazarus SVN" the CPU goes to 100% Power. > > This Process inhibits the System (sorry for lo

[Lazarus] lazbuild 100% CPU-Power

2010-10-08 Thread Thomas Moritz
Hello, By building "Lazarus SVN" the CPU goes to 100% Power. This Process inhibits the System (sorry for long-line): 11502 pts/3 R+ 0:27 /x/Lazarus_gtk2/lazarus/./lazbuild --pcp=/x/Lazarus_gtk2/.lazarus_gtk2 --ws=gtk2 -B /x/Lazarus_gtk2/lazarus/lcl/interfaces/lcl1.lpk After 2minutes, i press

[Lazarus] Lnet +QT-Bindings 2.1

2010-03-10 Thread Thomas Moritz
Hello Zeljko, for info, here is the output while compiling lnet with qt-bindings 2.1 Free Pascal Compiler version 2.4.0 [2010/02/27] for x86_64 Copyright (c) 1993-2009 by Florian Klaempfl Target OS: Linux for x86-64 Compiling lnetvisual.pas Compiling lclnet.pas lclnet.pas(45,15) Error: Forward dec

[Lazarus] qt4-bindings v2.1

2010-02-28 Thread Thomas Moritz
Hello, the new qt-bindings (v2.1) are available. This version provides libQt4Pas.so... but the lcl is searching for libqt4intf.so. Regards Th. Moritz -- ___ Lazarus mailing list Lazarus@lis

Re: [Lazarus] Error while linking

2010-02-26 Thread Thomas Moritz
Am Freitag, 26. Februar 2010 16:02:42 schrieb Thomas Moritz: Hello, this error is only on x86_64 with qt45! my other machines (32bit) are linking ready! > Lazarus svn Rev: 23798 - _qt45_ > > here is the result by compiling _latest_ revision > of lazarus (

[Lazarus] Error while linking

2010-02-26 Thread Thomas Moritz
Hello, Lazarus svn Rev: 23798 - _qt45_ here is the result by compiling _latest_ revision of lazarus (linux-x86_64) --- Compiling idecmdline.pas Compiling resource ../units/x86_64-linux/lazarus.or Linking ../lazarus lazarus.pp(12

Re: [Lazarus] LNet and QT

2010-01-12 Thread Thomas Moritz
Am Dienstag, 12. Januar 2010 15:48:45 schrieb zeljko: > tnx, seem that QSocketNotifier class is missing in our bindings > and QEventSockAct need to be implemented for this purpose. > I'll ask Den to add it into bindings and after that I can > implement it. Excellently! Much obliged! zeljko Bes

Re: [Lazarus] LNet und QT

2010-01-12 Thread Thomas Moritz
Am Dienstag, 12. Januar 2010 14:34:44 schrieb zeljko: > On Tuesday 12 January 2010 13:56, ik wrote: > > I think you should add it yourself and send it to Ales to > > commit it to the svn. > > Well, I've asked where I can download lnet , not about changes > etc ...

Re: [Lazarus] LNet and QT

2010-01-12 Thread Thomas Moritz
Am Dienstag, 12. Januar 2010 13:20:26 schrieb zeljko: > What's your laz version ? That problem existed some time ago > (under win32 only) until Den changed type names (HDC -> QHDC) > etc. > If you don't have latest laz svn please update, also update qt > bindings to v 1.72. > btw. your errors d

[Lazarus] LNet und QT

2010-01-12 Thread Thomas Moritz
Hello, build "lnetvisual" with Lazarus (qt) gives errors, but "lnetbase" is OK. (x86_64 _and_ i586 Lazarus svn) Here is the output: Free Pascal Compiler version 2.4.0 [2010/01/06] for x86_64 Copyright (c) 1993-2009 by Florian Klaempfl Target OS: Linux for x86-64 Compiling lnetvisual.pas Compiling

Re: [Lazarus] svn-build is broken?

2010-01-06 Thread Thomas Moritz
Am Mittwoch 06 Januar 2010 20:05:34 schrieb Paul Ishenin: > Thomas Moritz wrote: > > Hello, > > my auto-update-script opines: > > > > ... > > Compiling projectresourcesintf.pas > > Fatal: Can't find unit resource used by ProjectResourcesIntf > > Fa

[Lazarus] svn-build is broken?

2010-01-06 Thread Thomas Moritz
Hello, my auto-update-script opines: ... Compiling projectresourcesintf.pas Fatal: Can't find unit resource used by ProjectResourcesIntf Fatal: Compilation aborted Regards Th. Moritz -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Compiler-Error

2009-12-08 Thread Thomas Moritz
Am Montag 07 Dezember 2009 00:27:44 schrieb Mattias Gaertner: Hello Mattias, sorry, i was absend in field service. > > ./lazbuild --build-ide= -B -r --pcp="$mypcp" --ws="$myws" > > > > produce the error with codetools > > Yes, I can reproduce this error. Reason is that > staticpackages.inc has

Re: [Lazarus] Compiler-Error

2009-12-06 Thread Thomas Moritz
Am Sonntag 06 Dezember 2009 14:12:00 schrieb Martin: > >>> Free Pascal Compiler version 2.2.4 [2009/10/14] for x86_64 > >>> Copyright (c) 1993-2008 by Florian Klaempfl > >>> Target OS: Linux for x86-64 > >>> Compiling lazarus.pp > >>> staticpackages.inc(2,10) Error: Duplicate identifier > >>> "COD

Re: [Lazarus] Compiler-Error

2009-12-06 Thread Thomas Moritz
Am Sonntag 06 Dezember 2009 11:30:30 schrieb Mattias Gaertner: > On Sun, 6 Dec 2009 11:14:02 +0100 > > Thomas Moritz wrote: > > Hello, > > at last time (since svn-rev.22800), i have this error messages: > > > > > > Free Pascal Compiler version 2.2.4 [2009/1

[Lazarus] Compiler-Error

2009-12-06 Thread Thomas Moritz
Hello, at last time (since svn-rev.22800), i have this error messages: Free Pascal Compiler version 2.2.4 [2009/10/14] for x86_64 Copyright (c) 1993-2008 by Florian Klaempfl Target OS: Linux for x86-64 Compiling lazarus.pp staticpackages.inc(2,10) Error: Duplicate identifier "CODETOOLS" staticpac

Re: [Lazarus] qt45 lclwebkit2

2009-10-01 Thread Thomas Moritz
Am Mittwoch 30 September 2009 18:49:59 schrieb Den Jean: Hello Den Jean, > On Wednesday 30 September 2009 12:43:32 Thomas Moritz wrote: > > The demo "lclwebkit2" from the homepage of > > libqt4intf gives 10 errors, what is going wrong? > > Version 1.72 of the Fre

[Lazarus] qt45 lclwebkit2

2009-09-30 Thread Thomas Moritz
Hello, i have compiled lazarus r 21928 with qt45 and bindings libqt4intf v1.72. The demo "lclwebkit2" from the homepage of libqt4intf gives 10 errors, what is going wrong? settingsdlgu.pas(45,5) Warning: Destructor should be public settingsdlgu.pas(44,17) Warning: An inherited method is hidden b

Re: [Lazarus] To all lclqt users & developers

2009-09-29 Thread Thomas Moritz
Am Dienstag 29 September 2009 20:51:04 schrieb Thomas Moritz: > Am Dienstag 29 September 2009 13:44:40 schrieb zeljko: > > Hi, > > > As of lazarus svn r. 21913 default qt version is 4.5.XX. > > No more USE_QT_XX defines, and also minimum bindings version is > &g

Re: [Lazarus] To all lclqt users & developers

2009-09-29 Thread Thomas Moritz
Am Dienstag 29 September 2009 13:44:40 schrieb zeljko: Hi, > As of lazarus svn r. 21913 default qt version is 4.5.XX. > No more USE_QT_XX defines, and also minimum bindings version is > 1.72, since the way we use _hook_hook is changed. but "qt45.pas" in Rev.21921 is V1.70! To replace by the new