On 09/02/2023 21:57, Bo Berglund via lazarus wrote:
And it seems to be looking for $HOME/.config/fppkg.cfg even though I
am using
separate install dirs for Lazarus 2.0.12 and 2.2.4 and the launch file
lazarus_2.2.4.desktop contains --pcp=/home/bosse/.lazarus_2.2.4
So I would expect the location
On Thu, 9 Feb 2023 21:05:13 +0100, Martin Frb via lazarus
wrote:
>On 09/02/2023 20:24, Bo Berglund via lazarus wrote:
>> On Thu, 09 Feb 2023 18:34:27 +0100, Bo Berglund via lazarus
>> wrote:
>>
>>> What does this mean?
>>>
>>> I have never seen this before in my many years of Lazarus usage...
>>
On 09/02/2023 20:24, Bo Berglund via lazarus wrote:
On Thu, 09 Feb 2023 18:34:27 +0100, Bo Berglund via lazarus
wrote:
What does this mean?
I have never seen this before in my many years of Lazarus usage...
And what should I do to rectify it?
I found this being discussed on gitlab:
https:/
Il 09/02/23 14:37, Bo Berglund via lazarus ha scritto:
On Thu, 9 Feb 2023 11:50:25 +0100, John Landmesser via lazarus
wrote:
git clone https://gitlab.com/freepascal.org/lazarus/lazarus.git lazarus
So I have found that this is a path forward:
FPCTAG=release_3_2_2
FPCVER=3.2.2
LAZTAG=laza
On Thu, 09 Feb 2023 18:34:27 +0100, Bo Berglund via lazarus
wrote:
>What does this mean?
>
>I have never seen this before in my many years of Lazarus usage...
>
>And what should I do to rectify it?
>
I found this being discussed on gitlab:
https://gitlab.com/freepascal.org/lazarus/lazarus/-/issu
The below is from an Ubuntu 20.04.5 LTS with Mate Desktop on an HP workstation
laptop.
I have retrieved the tagged release sources for fpc 3.2.2 and Lazarus 2.2.4 from
gitlab and built the compiler and IDE on the command line.
When I start the Lazarus IDE I get to the dialog "Welcome to Lazarus I
That worked, Michal. Thanks!
Sent from my iPhone
> On Feb 9, 2023, at 10:42, gabor via lazarus
> wrote:
>
> W dniu 2023-02-09 o 16:32, Larry Dalton via lazarus pisze:
>> This code says it creates TEST_TABLE, but it doesn't store it in the
>> database.
>> If I click the button once, it appare
W dniu 2023-02-09 o 16:32, Larry Dalton via lazarus pisze:
This code says it creates TEST_TABLE, but it doesn't store it in the
database.
If I click the button once, it apparently creates the table.
If I then click it the second time, it gives me an error code that the
table exists.
If I close
Using Lazarus 2.2 ORC1-fpc-e.w.w-win64,
Windows 11
Microsoft Access 64 bit
procedure TAccess_form.ExcelTestButtonClick(Sender: TObject);
var create_string:string;
begin
ExcelTestQuery.Close;
ExcelTestQuery.SQL.Clear;
create_string:='CREATE TABLE TEST_TABLE';
ExcelTestQuery.SQL.Append(create_str
On Thu, 9 Feb 2023 11:50:25 +0100, John Landmesser via lazarus
wrote:
> git clone https://gitlab.com/freepascal.org/lazarus/lazarus.git lazarus
>
So I have found that this is a path forward:
FPCTAG=release_3_2_2
FPCVER=3.2.2
LAZTAG=lazarus_2_2_4
LAZVER=2.2.4
...
cd $HOME/devel/fpc
wget
http
On Thu, 9 Feb 2023 11:50:25 +0100, John Landmesser via lazarus
wrote:
>
> ' old svn code:
>
> # svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus
>
> new code ( git needs to be installed )
>
> git clone https://gitlab.com/freepascal.org/lazarus/lazarus.git lazarus
>
Thanks, I h
Am 09.02.23 um 11:08 schrieb Bo Berglund via lazarus:
Need help after fpc/lazarus moved from subversion...
So I have been using Lazarus/FPC on Linux for a long time now (12+ years) and I
have installed from sources using subversion access to the release tags on the
source svn server.
I created a
Need help after fpc/lazarus moved from subversion...
So I have been using Lazarus/FPC on Linux for a long time now (12+ years) and I
have installed from sources using subversion access to the release tags on the
source svn server.
I created a script I could use on all these platforms to do the com
13 matches
Mail list logo