Re: [Lazarus] Lazarus compilation problems with 2.6.4 RC1

2014-02-16 Thread Bart
On 2/16/14, Bart wrote: > Just found out that I could not build any program (in Lazarus) with > target win64. > "registerfcl.pas(43,3) Fatal: Can not find unit ServiceManager used by > RegisterFCL. Check if package FCL is in the dependencies." > (FCL is in dependencies) Does this look OK to you

Re: [Lazarus] Lazarus compilation problems with 2.6.4 RC1

2014-02-16 Thread Bart
On 2/16/14, Bart wrote: > We were politely asked to test 2.6.4RC1, so we did. > And we report these errors... Just found out that I could not build any program (in Lazarus) with target win64. "registerfcl.pas(43,3) Fatal: Can not find unit ServiceManager used by RegisterFCL. Check if package FCL

Re: [Lazarus] Lazarus compilation problems with 2.6.4 RC1

2014-02-16 Thread Bart
On 2/16/14, Maxim Ganetsky wrote: >... Nobody > tests compilation with 2.6.4 RC1, so I wouldn't recommend to use it. We were politely asked to test 2.6.4RC1, so we did. And we report these errors... If we wouldn't have, the what? Bart -- ___ Lazarus

Re: [Lazarus] Where is the "maps" unit

2014-02-16 Thread Martin Frb
On 16/02/2014 20:03, Lubos Pintes wrote: Hi list, I tried to compile Lazarus after a long time, to test and possibly close issue I reported. Compilation failed with this message: dbgintfdebuggerbase.pp(39,3) Fatal: Can't find unit maps used by DbgIntfDebuggerBase Fatal: Compilation aborted I

[Lazarus] Where is the "maps" unit

2014-02-16 Thread Lubos Pintes
Hi list, I tried to compile Lazarus after a long time, to test and possibly close issue I reported. Compilation failed with this message: dbgintfdebuggerbase.pp(39,3) Fatal: Can't find unit maps used by DbgIntfDebuggerBase Fatal: Compilation aborted I am on Windows 7 64-bit, FPC 2.6.2 which is

Re: [Lazarus] Lazarus compilation problems with 2.6.4 RC1

2014-02-16 Thread Sven Barth
On 16.02.2014 19:12, Corpsman wrote: Hi, i have the same error using the FPC 2.6.2-5 compiler, is there a .deb file for the 2.6.3 compiler, i did not find any ? FPC 2.6.2 does not come with MySQL 5.6 support so that's clear that there is an error. There are AFAIK no .deb-packages for snapshot

Re: [Lazarus] Lazarus compilation problems with 2.6.4 RC1

2014-02-16 Thread Sven Barth
On 16.02.2014 19:35, Mattias Gaertner wrote: On Sun, 16 Feb 2014 14:19:22 +0100 Sven Barth wrote: On 16.02.2014 14:12, Maxim Ganetsky wrote: [...] It's missing in 2.6.4 RC1, because MySQL 5.6 support was added after RC1 was tagged. 2.6.4 final will contain MySQL 5.6 support. Both RC1 and fin

Re: [Lazarus] Lazarus compilation problems with 2.6.4 RC1

2014-02-16 Thread Corpsman
Hi, i have the same error using the FPC 2.6.2-5 compiler, is there a .deb file for the 2.6.3 compiler, i did not find any ? Regards Corpsman On 02/16/2014 02:19 PM, Sven Barth wrote: On 16.02.2014 14:12, Maxim Ganetsky wrote: 15.02.2014 19:59, Michael Van Canneyt пишет: Hi, I tried to c

Re: [Lazarus] Lazarus compilation problems with 2.6.4 RC1

2014-02-16 Thread Mattias Gaertner
On Sun, 16 Feb 2014 09:30:18 -0300 luiz americo pereira camara wrote: > I'm having similar problem. > > When trying to rebuild from the IDE, the compilation stops with the > following message: > ..\debugger\debugger.pp(41,3) Fatal: Can't find unit DbgIntfBaseTypes used > by Debugger > > I added

Re: [Lazarus] Lazarus compilation problems with 2.6.4 RC1

2014-02-16 Thread Mattias Gaertner
On Sun, 16 Feb 2014 14:19:22 +0100 Sven Barth wrote: > On 16.02.2014 14:12, Maxim Ganetsky wrote: >[...] > It's missing in 2.6.4 RC1, because MySQL 5.6 support was added after RC1 > was tagged. 2.6.4 final will contain MySQL 5.6 support. Both RC1 and final have 2.6.4 and can not be distinguishe

Re: [Lazarus] Need help about CreateWindowEx

2014-02-16 Thread zeljko
On 02/16/2014 05:07 PM, FreeMan wrote: Hello, I'm trying port components from delphi to lazarus, cross platform and QT widgetset CreateWindowEx On this winAPI I stoped and no info much for convert to widgetset. Can anyone has anyidea? What is aqual CreateWindowEx, DestroyWindow in linux QT widget

Re: [Lazarus] Need help about CreateWindowEx

2014-02-16 Thread Kostas Michalopoulos
It looks like the code tries to create a tooltip window. I think Lazarus provides this functionality by itself in a cross-platform way, so you may want to look up that and replace the functionality there. An alternative would be to create the tooltip window yourself. The code you show isn't just c

[Lazarus] Need help about CreateWindowEx

2014-02-16 Thread FreeMan
Hello, I'm trying port components from delphi to lazarus, cross platform and QT widgetset CreateWindowEx On this winAPI I stoped and no info much for convert to widgetset. Can anyone has anyidea? What is aqual CreateWindowEx, DestroyWindow in linux QT widgetset? My system is Kubuntu x64 and las

Re: [Lazarus] Lazarus compilation problems with 2.6.4 RC1

2014-02-16 Thread Sven Barth
On 16.02.2014 14:12, Maxim Ganetsky wrote: 15.02.2014 19:59, Michael Van Canneyt пишет: Hi, I tried to compile a new lazarus version from inside the IDE, using the 2.6.4 release candidate. It failed on the sqldb package. The sources mistakenly assume that the MySQL 5.6 connector will be inclu

Re: [Lazarus] Lazarus compilation problems with 2.6.4 RC1

2014-02-16 Thread Maxim Ganetsky
15.02.2014 19:59, Michael Van Canneyt пишет: Hi, I tried to compile a new lazarus version from inside the IDE, using the 2.6.4 release candidate. It failed on the sqldb package. The sources mistakenly assume that the MySQL 5.6 connector will be included with 2.6.4. It is included in current

Re: [Lazarus] Lazarus compilation problems with 2.6.4 RC1

2014-02-16 Thread luiz americo pereira camara
I'm having similar problem. When trying to rebuild from the IDE, the compilation stops with the following message: ..\debugger\debugger.pp(41,3) Fatal: Can't find unit DbgIntfBaseTypes used by Debugger I added debuggerintf dependency to Lazarus project and no luck Added debugger.pp to Lazarus pro

Re: [Lazarus] Getting project type

2014-02-16 Thread Mark Morgan Lloyd
leledumbo wrote: Seems not, I guess you'll have to use your custom defines. Unused units will be left out automatically if you use smartlinking, with prerequisites that the unit must not have any initialization/finalization section. Thanks for that, just wanted to make sure I'd not missed anyth