RE: [lazarus] Dependencies under Linux

2006-04-10 Thread Panagiotis Sidiropoulos
>If you know, can you post what Linux distributions your end-users are >using, that are having these dependency problems? Knoppel, debian based, KDE, don't know exact version. Slackware, don’t know version details. Actually it is not a problem as this post discussed in this list. Most dependenci

Re: [lazarus] Patch for trackbar.pp

2006-04-10 Thread Vincent Snijders
Luc Vigato wrote: Sorry. Thanks for the patch. Applied. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Building Lazarus for gtk2

2006-04-10 Thread Luc Vigato
Hello, I would compile Lazarus on my system, but i don't want to install all the gtk libraries. Is there a possibility to add a parameter, that indicate which interface to use, to the make command? thanks, Luc -- My system: ubuntu flight 6 - amd64 -- "Feel free" - 10 GB Mailbox, 100

Re: [OT] Re: [lazarus] Temperary FTP Speace

2006-04-10 Thread Danny Milosavljevic
Hi, Am Montag, den 10.04.2006, 10:01 +0200 schrieb Micha Nelissen: > Danny Milosavljevic wrote: > >> I'm not familiar with the process. I know you can make hydrogen from > >> water, by > >> dissecting water into pieces through electrolysis. > > > > Yeah, that method sucks :) > > > > I'd use ht

[lazarus] Patch for trackbar.pp

2006-04-10 Thread Luc Vigato
-- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmailIndex: ide/revision.inc === --- ide/revision.inc (revision 9113) +++ ide/revision.inc (working copy) @@ -1,2 +1,2 @@ //

Re: [lazarus] Dependencies under Linux

2006-04-10 Thread George Lober
Panagiotis Sidiropoulos wrote: After sending my first Linux Lazarus application to beta testers for evaluation and testing, I got complains even from those advanced users because of alot of application dependencies: Components on the form: - TDataSource - TDBF - TActionList - TMainMenu - TImage

Re: [lazarus] Dependencies under Linux

2006-04-10 Thread Marc Santhoff
Am Montag, den 10.04.2006, 14:57 +0200 schrieb Michael Van Canneyt: > > On Mon, 10 Apr 2006, Marc Santhoff wrote: > > > Am Montag, den 10.04.2006, 09:12 +0200 schrieb Michael Van Canneyt: > >> You'd need all libraries available in static form, and then pass > >> -k--static to the compiler. > > >

RE: [lazarus] Dependencies under Linux

2006-04-10 Thread Panagiotis Sidiropoulos
I will do as suggested. I had in mind an ideal situation so users would have nothing to do except application installation. How easy or how dificult would be installing my application is crucial to its success because I'm planing to try convince domestic (office mostly) desktop users to make the s

RE: [lazarus] Dependencies under Linux

2006-04-10 Thread Panagiotis Sidiropoulos
>See the output of 'ldd /usr/lib/libgtk-x11-2.0.so' I see. This lib adds most of dependencies. Panagiotis -Original Message- From: Peter Vreman [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 5:17 PM To: lazarus@miraclec.com Subject: RE: [lazarus] Dependencies under Linux > >

RE: [lazarus] Dependencies under Linux

2006-04-10 Thread Michael Van Canneyt
On Mon, 10 Apr 2006, Peter Vreman wrote: On Mon, 10 Apr 2006, Panagiotis Sidiropoulos wrote: I think you should check what are the dependiences for empty TForm application on your system .Later check by adding one by one each control and test which makes such big dependiences and report as

Re: [lazarus] Dependencies under Linux

2006-04-10 Thread Felipe Monteiro de Carvalho
On 4/7/06, Panagiotis Sidiropoulos <[EMAIL PROTECTED]> wrote: > After sending my first Linux Lazarus application to beta testers for > evaluation and testing, I got complains even from those advanced users > because of alot of application dependencies: This should not be a problem if your software

RE: [lazarus] Dependencies under Linux

2006-04-10 Thread Peter Vreman
> > > On Mon, 10 Apr 2006, Panagiotis Sidiropoulos wrote: > >>> I think you should check what are the dependiences for empty TForm >>> application on your system .Later check by adding one by one each >>> control and test which makes such big dependiences and report as a bug. >> >> >> I did this, a

RE: [lazarus] Dependencies under Linux

2006-04-10 Thread Michael Van Canneyt
On Mon, 10 Apr 2006, Panagiotis Sidiropoulos wrote: I think you should check what are the dependiences for empty TForm application on your system .Later check by adding one by one each control and test which makes such big dependiences and report as a bug. I did this, adding components one

RE: [lazarus] Dependencies under Linux

2006-04-10 Thread Panagiotis Sidiropoulos
>I think you should check what are the dependiences for empty TForm >application on your system .Later check by adding one by one each >control and test which makes such big dependiences and report as a bug. I did this, adding components one by one. From empty form up to adding all components,

Re: [lazarus] Dependencies under Linux

2006-04-10 Thread Michael Van Canneyt
On Mon, 10 Apr 2006, Marc Santhoff wrote: Am Montag, den 10.04.2006, 09:12 +0200 schrieb Michael Van Canneyt: On Sat, 8 Apr 2006, Panagiotis Sidiropoulos wrote: - Is it possible somehow to avoid including all these dependencies? Yes, several: 1. Rewrite the GTK/X11 units so they load al

Re: [lazarus] Because I can't get SQLDB working

2006-04-10 Thread Matthijs Willemstein
On Mon, April 10, 2006 12:21, Vincent Snijders wrote: > Michael Van Canneyt schreef: >> On Mon, 10 Apr 2006, Matthijs Willemstein wrote: >>> On Mon, April 10, 2006 06:06, Nataraj S Narayan wrote: I want MySql 4.0 and above only. Is SQLDB stable, so that i may replace Delphi+BDE +myodbc?

Re: [OT] Re: [lazarus] Temperary FTP Speace

2006-04-10 Thread Giuliano Colla
L505 ha scritto: [...] In brazil they already use sugar as their source of fuel. There is already infrastructure for sugar/alcohol powered cars. Brazil uses them. The oil companies don't want this. Anyone think an oil company wants to go out of business and buy all the technology from Brazil? M

Re: [lazarus] Dependencies under Linux

2006-04-10 Thread Marc Santhoff
Am Montag, den 10.04.2006, 09:12 +0200 schrieb Michael Van Canneyt: > > On Sat, 8 Apr 2006, Panagiotis Sidiropoulos wrote: > > - Is it possible somehow to avoid including all these dependencies? > > Yes, several: > 1. Rewrite the GTK/X11 units so they load all needed libraries on-demand. > T

Re: [lazarus] Because I can't get SQLDB working

2006-04-10 Thread Vincent Snijders
Michael Van Canneyt schreef: On Mon, 10 Apr 2006, Matthijs Willemstein wrote: On Mon, April 10, 2006 06:06, Nataraj S Narayan wrote: Hi Michael I want MySql 4.0 and above only. Is SQLDB stable, so that i may replace Delphi+BDE +myodbc? It is working and as far as I can see reasonable stabl

Re: [lazarus] Lazarus win32 snapshot with fpc 2.0.3

2006-04-10 Thread Uwe Grauer
Vincent Snijders wrote: > I just uploaded a new lazarus win32 snapshot to > http://www.de.freepascal.org/lazarus/ and its mirrors. Due to linker > problems with fpc 2.1.1 it could not be build with fpc 2.1.1 and for the > time being fpc 2.0.3 will be used. > > Vincent. > > ___

[lazarus] Lazarus win32 snapshot with fpc 2.0.3

2006-04-10 Thread Vincent Snijders
I just uploaded a new lazarus win32 snapshot to http://www.de.freepascal.org/lazarus/ and its mirrors. Due to linker problems with fpc 2.1.1 it could not be build with fpc 2.1.1 and for the time being fpc 2.0.3 will be used. Vincent. ___

Re: [lazarus] Refactoring Subfolders

2006-04-10 Thread Mattias Gaertner
On Sun, 09 Apr 2006 19:23:32 -0600 L505 <[EMAIL PROTECTED]> wrote: > > > Hi, the current copies of Lazarus that another developer and I are > > > using do not seem to have a subfolder or subdirectory checkbox for > > > refactoring. Do any lazarus versions contain that feature. Sort of > > > like t

Re: [OT] Re: [lazarus] Temperary FTP Speace

2006-04-10 Thread Micha Nelissen
Danny Milosavljevic wrote: I'm not familiar with the process. I know you can make hydrogen from water, by dissecting water into pieces through electrolysis. Yeah, that method sucks :) I'd use http://en.wikipedia.org/wiki/Haber_process since there it's a "leftover" resulting H component anyway

Re: [lazarus] Dependencies under Linux

2006-04-10 Thread Michael Van Canneyt
On Sat, 8 Apr 2006, Panagiotis Sidiropoulos wrote: After sending my first Linux Lazarus application to beta testers for evaluation and testing, I got complains even from those advanced users because of alot of application dependencies: Components on the form: - TDataSource - TDBF - TActionLis

Re: [lazarus] Because I can't get SQLDB working

2006-04-10 Thread Michael Van Canneyt
On Mon, 10 Apr 2006, Matthijs Willemstein wrote: On Mon, April 10, 2006 06:06, Nataraj S Narayan wrote: Hi Michael I want MySql 4.0 and above only. Is SQLDB stable, so that i may replace Delphi+BDE +myodbc? It is working and as far as I can see reasonable stable. It is a real production a

Re: [lazarus] Because I can't get SQLDB working

2006-04-10 Thread Michael Van Canneyt
On Mon, 10 Apr 2006, Nataraj S Narayan wrote: Hi Michael I want MySql 4.0 and above only. Is SQLDB stable, so that i may replace Delphi+BDE +myodbc? Yes. It is a real production app for Inventory management. Also are Rxlib compos working in Lazarus? No. Someone did a port of some of