Re: [Lazarus] fpccfg is missing in new Lazarus install

2020-05-14 Thread John Landmesser via lazarus

.. get a newer lazarus from:

https://www.lazarus-ide.org/index.php?page=downloads

Am 14.05.20 um 15:59 schrieb Terry A. Haimann via lazarus:

I just did a fresh install of Lazarus and it says the fpc.cfg file
isn't found.  These are the files I used to install lazarus with:

fpc-src_2.6.2-0_amd64.deb
fpc_2.6.2-0_amd64.deb
lazarus_1.0.10-0_amd64.

I ran a search for fpc.cfg and ffound these files:

/home/terry/Downloads/fpc.cfg
/etc/fpc.cfg

ls -la /etc/fpc.cfg
-rw-r--r-- 1 root root 7799 May 14 08:09 /etc/fpc.cfg

Where does the file need to be inorder for Lazarus to find it?

This is a Linux Mint 19.2 desktop using Mate and the processor is a i7-
8700, 16gb of ram.

Terry



--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] fpccfg is missing in new Lazarus install

2020-05-14 Thread Bo Berglund via lazarus
On Thu, 14 May 2020 08:59:35 -0500, "Terry A. Haimann via lazarus"
 wrote:

>Where does the file need to be inorder for Lazarus to find it?
>
Copy it from /etc into your home dir as follows:
cp /etc/fpc.cfg ~/.fpc.cfg
Notice the period that makes it a hidden file.
Lazarus looks for it in several places and this ios one of them.


-- 
Bo Berglund
Developer in Sweden

-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] fpccfg is missing in new Lazarus install

2020-05-14 Thread Bo Berglund via lazarus
On Thu, 14 May 2020 08:59:35 -0500, "Terry A. Haimann via lazarus"
 wrote:

>I just did a fresh install of Lazarus and it says the fpc.cfg file
>isn't found.  These are the files I used to install lazarus with:
>
>fpc-src_2.6.2-0_amd64.deb
>fpc_2.6.2-0_amd64.deb
>lazarus_1.0.10-0_amd64.
>
>I ran a search for fpc.cfg and ffound these files:
>
>/home/terry/Downloads/fpc.cfg
>/etc/fpc.cfg
>
>ls -la /etc/fpc.cfg
>-rw-r--r-- 1 root root 7799 May 14 08:09 /etc/fpc.cfg
>
>Where does the file need to be inorder for Lazarus to find it?
>
>This is a Linux Mint 19.2 desktop using Mate and the processor is a i7-
>8700, 16gb of ram.
>

You are aware that fpc is now at 3.0.4 and Lazarus at 2.0.8?

Seems like you are installing very old versions 2.6.2 and 1.0.10
respectively...


-- 
Bo Berglund
Developer in Sweden

-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] fpccfg is missing in new Lazarus install

2020-05-14 Thread Terry A. Haimann via lazarus
I just did a fresh install of Lazarus and it says the fpc.cfg file
isn't found.  These are the files I used to install lazarus with:

fpc-src_2.6.2-0_amd64.deb
fpc_2.6.2-0_amd64.deb
lazarus_1.0.10-0_amd64.

I ran a search for fpc.cfg and ffound these files:

/home/terry/Downloads/fpc.cfg
/etc/fpc.cfg

ls -la /etc/fpc.cfg
-rw-r--r-- 1 root root 7799 May 14 08:09 /etc/fpc.cfg

Where does the file need to be inorder for Lazarus to find it?

This is a Linux Mint 19.2 desktop using Mate and the processor is a i7-
8700, 16gb of ram.

Terry

-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus