[Lazarus] Using Graphics unit in a service application fails to build

2012-03-15 Thread Andrew Brunner
I'm running into a problem when building a service application. When I include a unit that uses graphics for 2 TPicture instances for resizing. Fatal: Can't find unit Graphics used by dbmAvatars Is there a package I can add to give me functionality? Or use a similar component w/o lcl? Thanks,

Re: [Lazarus] Using Graphics unit in a service application fails to build

2012-03-15 Thread Mattias Gaertner
On Thu, 15 Mar 2012 02:30:09 -0500 Andrew Brunner andrew.t.brun...@gmail.com wrote: I'm running into a problem when building a service application. When I include a unit that uses graphics for 2 TPicture instances for resizing. Fatal: Can't find unit Graphics used by dbmAvatars Is there

Re: [Lazarus] Using Graphics unit in a service application fails to build

2012-03-15 Thread Felipe Monteiro de Carvalho
Besides the already mentioned fpimage, there are other options. The nogui widgetset probably wouldn't work since it has no support for graphics handles, but one could create a nogui backend to LCL-CustomDrawn and automatically it would have support for TBitmap, TPicture and TCanvas, since they are

[Lazarus] Lazarus 0.9.30.4 released

2012-03-15 Thread Vincent Snijders
The Lazarus team is glad to announce the 0.9.30.4 release. This release is based on fpc 2.6.0. This release is available for download at the SourceForge download page: http://sourceforge.net/projects/lazarus/files/ Choose your CPU / OS / distro and then the 0.9.30.4 directory. Minimum

Re: [Lazarus] Lazarus 0.9.30.4 released

2012-03-15 Thread Alexander Klenin
On Thu, Mar 15, 2012 at 20:02, Vincent Snijders vincent.snijd...@gmail.com wrote: The Lazarus team is glad to announce the 0.9.30.4 release. This release is based on fpc 2.6.0. Should we point users to the list of fixes on wiki? -- Alexander S. Klenin --

Re: [Lazarus] Lazarus 0.9.30.4 released

2012-03-15 Thread Vincent Snijders
Op 15 maart 2012 10:08 heeft Alexander Klenin kle...@gmail.com het volgende geschreven: On Thu, Mar 15, 2012 at 20:02, Vincent Snijders vincent.snijd...@gmail.com wrote: The Lazarus team is glad to announce the 0.9.30.4 release. This release is based on fpc 2.6.0. Should we point users to

[Lazarus] Shelling out to a command

2012-03-15 Thread Richard Mace
Hi, Could anyone give me a simple example of how to, via a GUI Lazarus application, shell out to a command. I have a Windows command line .exe which will run in a command Window, and I need to know how to call it? Many thanks Richard -- ___ Lazarus

[Lazarus] Issue #0020655: Ability to set environment variable at IDE launch

2012-03-15 Thread patspiper
As per Vincent's request, the discussion has been moved from the bug tracker to the mailing list. I will list my vague recollection of the ideas I had for brain storming purposes, as I used to cross-compile a lot (it has been some time since I haven't!), and switch different FPC versions. I

Re: [Lazarus] Shelling out to a command

2012-03-15 Thread Mattias Gaertner
Richard Mace richard.m...@gmail.com hat am 15. März 2012 um 12:15 geschrieben: Could anyone give me a simple example of how to, via a GUI Lazarus application, shell out to a command. I have a Windows command line .exe which will run in a command Window, and I need to know how to call it?

[Lazarus] [No subject]

2012-03-15 Thread Mark Morgan Lloyd
-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Issue #0020655: Ability to set environment variable at IDE launch

2012-03-15 Thread Mattias Gaertner
patspiper patspi...@gmail.com hat am 15. März 2012 um 12:26 geschrieben: As per Vincent's request, the discussion has been moved from the bug tracker to the mailing list. I will list my vague recollection of the ideas I had for brain storming purposes, as I used to cross-compile a lot (it

[Lazarus] Fatal: Can't find unit MacroIntf used by lazbuild

2012-03-15 Thread Andrew Brunner
Ubuntu 11.10 x64 today's version of FPC today's svn/trunk/ build of Lazarus results in : Fatal: Can't find unit MacroIntf used by lazbuild Please fix :-) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] Registration error on lazarus-0.9.30.4-fpc-2.6.0-win64

2012-03-15 Thread Kjow
Hi, I'm trying today's lazarus-0.9.30.4-fpc-2.6.0-win64, but I get this error (loading lazarus.exe): Registration Error Package: FCL 1.0.1 Unit Name: XMLCfg Unit not found: XMLCfg Abort Ignore if Abort Then Registration Error Package: LCL 1.0.1 Unit Name: Menus Unit not found: Menus

Re: [Lazarus] Fatal: Can't find unit MacroIntf used by lazbuild

2012-03-15 Thread Mattias Gaertner
Andrew Brunner andrew.t.brun...@gmail.com hat am 15. März 2012 um 14:39 geschrieben: Ubuntu 11.10 x64 today's version of FPC today's svn/trunk/ build of Lazarus results in : Fatal: Can't find unit MacroIntf used by lazbuild Please fix :-) Have you tried a make clean? Mattias --

Re: [Lazarus] Registration error on lazarus-0.9.30.4-fpc-2.6.0-win64

2012-03-15 Thread Mattias Gaertner
Kjow antispamm...@gmail.com hat am 15. März 2012 um 15:15 geschrieben: Hi, I'm trying today's lazarus-0.9.30.4-fpc-2.6.0-win64, but I get this error (loading lazarus.exe): Registration Error Package: FCL 1.0.1 Unit Name: XMLCfg Unit not found: XMLCfg Maybe it uses the wrong

[Lazarus] Fatal: Compilation aborted on Lazarus Trunk

2012-03-15 Thread Kjow
Just an svn update: c:\Develop\lazarussvn up ... ... At revision 36032. c:\Develop\lazarusmake clean all ... ... ... ./debugger/frames -Fu../converter -Fu../packager -Fu../packager/frames -Fu../pac kager/units/i386-win32 -Fu../units/i386-win32 -Fuframes -Fu. -Fiinclude -Fiinclu de/win32

Re: [Lazarus] Fatal: Can't find unit MacroIntf used by lazbuild

2012-03-15 Thread Juha Manninen
2012/3/15 Mattias Gaertner nc-gaert...@netcologne.de ** Andrew Brunner andrew.t.brun...@gmail.com hat am 15. März 2012 um 14:39 geschrieben: Please fix :-) Fatal: Can't find unit MacroIntf used by lazbuild Have you tried a make clean? I got the same error today when building a new

Re: [Lazarus] Fatal: Compilation aborted on Lazarus Trunk

2012-03-15 Thread zeljko
On Thursday 15 of March 2012 15:38:11 Kjow wrote: Just an svn update: c:\Develop\lazarussvn up ... ... At revision 36032. c:\Develop\lazarusmake clean all ... ... ... ./debugger/frames -Fu../converter -Fu../packager -Fu../packager/frames -Fu../pac kager/units/i386-win32

Re: [Lazarus] Fatal: Can't find unit MacroIntf used by lazbuild

2012-03-15 Thread Andrew Brunner
Yes, my build scripts do make clean all bigide or something like that. But when that fails the first thing I do is sudo rm -Rf ./Lazarus and re-export and try again. Still same error. 2012/3/15 Mattias Gaertner nc-gaert...@netcologne.de ** Andrew Brunner andrew.t.brun...@gmail.com hat am

Re: [Lazarus] Registration error on lazarus-0.9.30.4-fpc-2.6.0-win64

2012-03-15 Thread Kjow
2012/3/15 Mattias Gaertner nc-gaert...@netcologne.de: [...] If I start lazarus with command C:\Develop\lazarusX64\lazarus.exe --pcp=C:\Develop\lazarusX64\config there's no errors on loading, but there is the same behavior An unhandled exception occurred at... Fresh installation, without extra

Re: [Lazarus] Fatal: Compilation aborted on Lazarus Trunk

2012-03-15 Thread Marcos Douglas
On Thu, Mar 15, 2012 at 11:38 AM, Kjow antispamm...@gmail.com wrote: Just an svn update: c:\Develop\lazarussvn up ... ... At revision 36032. c:\Develop\lazarusmake clean all ... ... ... ./debugger/frames -Fu../converter -Fu../packager -Fu../packager/frames -Fu../pac

Re: [Lazarus] Registration error on lazarus-0.9.30.4-fpc-2.6.0-win64

2012-03-15 Thread Kjow
2012/3/15 Kjow antispamm...@gmail.com: 2012/3/15 Mattias Gaertner nc-gaert...@netcologne.de: Can you create a backtrace? Ummm... I just do a make clean all and now it seems to work without problems... but if I want to install a new package, after a rebuild I get: Abyway, I unistalled and

Re: [Lazarus] Fatal: Can't find unit MacroIntf used by lazbuild

2012-03-15 Thread Andrew Brunner
It's working thanks for fixing!!! -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Fatal: Compilation aborted on Lazarus Trunk

2012-03-15 Thread Mattias Gaertner
zeljko zel...@holobit.net hat am 15. März 2012 um 15:45 geschrieben: [...] At revision 36032. c:\Develop\lazarusmake clean all fixed in svn trunk. ... ... ... ./debugger/frames -Fu../converter -Fu../packager -Fu../packager/frames -Fu../pac kager/units/i386-win32

Re: [Lazarus] Registration error on lazarus-0.9.30.4-fpc-2.6.0-win64

2012-03-15 Thread Kjow
2012/3/15 Kjow antispamm...@gmail.com: Hi, I'm trying today's lazarus-0.9.30.4-fpc-2.6.0-win64, but I get this error (loading lazarus.exe): [cut] Well... I finally could try on second PC and it seems to work well. So I think that the problem is on my pc, I'll try to investigate. Thank you

Re: [Lazarus] Issue #0020655: Ability to set environment variable at IDE launch

2012-03-15 Thread patspiper
On 15/03/12 13:43, Mattias Gaertner wrote: You can use macros in the IDE options. For example: export FPC_VER=2.6.1 ./lazarus Then you can use the macro $ENV(FPC_VER) in IDE options. +1 For relaunching use startlazarus: /home/me/Programs/lazarus/lazarus-svn/startlazarus

Re: [Lazarus] Issue #0020655: Ability to set environment variable at IDE launch

2012-03-15 Thread Mattias Gaertner
On Thu, 15 Mar 2012 22:26:00 +0200 patspiper patspi...@gmail.com wrote: [...] The compiler path of the IDE has already a history drop down list. I'll stick for the time being to the script as it eliminates the need to set anything in the IDE options. A script requires a restart of the

[Lazarus] After Install Package it disappeared

2012-03-15 Thread Gugui
Hi all, i´ve install zeos 666 after laz rebuild the zeos pallet is the after close lazarus-ide and open again the zeos components disappeared but is there in the package list ! what happend ? thanks any help -- ___ Lazarus mailing list

[Lazarus] minor typo

2012-03-15 Thread Howard Page-Clark
/lazarus/lcl/lclclasses.pp has a minor typo in line 203. The debugln string should read '... circular reference ...' (not 'circulair'). -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] After Install Package it disappeared

2012-03-15 Thread Mattias Gaertner
On Thu, 15 Mar 2012 19:14:56 -0300 Gugui gugui_sarubi_mac...@yahoo.com.br wrote: Hi all, i´ve install zeos 666 after laz rebuild the zeos pallet is the ... the zeos components are in the palette? after close lazarus-ide and open again the zeos components disappeared but is there in the

Re: [Lazarus] minor typo

2012-03-15 Thread Mattias Gaertner
On Thu, 15 Mar 2012 22:22:52 + Howard Page-Clark h...@talktalk.net wrote: /lazarus/lcl/lclclasses.pp has a minor typo in line 203. The debugln string should read '... circular reference ...' (not 'circulair'). Thanks. Fixed. Mattias -- ___

Re: [Lazarus] lazbuild build IDE profiles

2012-03-15 Thread waldo kitty
On 3/14/2012 19:14, Mattias Gaertner wrote: Hi, lazbuild can now compile an IDE with its build profiles. YAY! i think ;) if i'm understanding the correctly, it stems from our conversation(s) recently about compiling laz from the command line and being able to use the same settings as those