Re: [Lazarus] Can't install LazSerial 0.2 in Lazarus 2.0 under Raspbian

2019-02-22 Thread Pedro Restrepo via lazarus
Joe,

I am running LazSerial v0.2 on Raspbian. I ran into the same problems you
did, but finally got it installed. I can't remember exactly what I did, but
in my source code I commented out lines 251..263. I can send you the source
and the compiled versions. It has been working flawlessly for about 4 months

Pedro

On Fri, Feb 22, 2019 at 8:34 AM Joe via lazarus <
lazarus@lists.lazarus-ide.org> wrote:

> Hi,
>
> the package can't be compiled. Reason: The file "lazsynaser.pas" in
> lines 252..262 references undefined constants. They should be defined in
> file 'termios.inc'. In other operating systems and/or Lazarus versions
> they are, but not in Lazarus 2.0 under Raspbian Stretch, Nov 2018 edition.
>
> As a quick and very dirty intermediate fix I replaced the constants in
> these lines with literal expressions. This worked, but of course that's
> no tidy solution.
>
> I could not get the mail address of 'JurassicPork', the author of
> LazSerial. Does someone know this address?
>
> Regards --  Joe
>
>
>
>
> --
> ___
> lazarus mailing list
> lazarus@lists.lazarus-ide.org
> https://lists.lazarus-ide.org/listinfo/lazarus
>
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Can't install LazSerial 0.2 in Lazarus 2.0 under Raspbian

2019-02-22 Thread Joe via lazarus

Am 22.02.2019 um 17:38 schrieb Howard Page-Clark via lazarus:


Try logging in as you normally would to the Lazarus forum.

Then find Jurassic Pork's members page either by clicking on his 
underlined name in one of the posts he has made, or by searching for 
his name in the Members section. Then try sending him a PM. 


This didn't work. But I could append the text to a thread, which was 
originated and seems to be read by J. P.

Thank you, Howard.
Regards --  Joe
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Can't install LazSerial 0.2 in Lazarus 2.0 under Raspbian

2019-02-22 Thread Howard Page-Clark via lazarus

On 22/02/2019 14:51, Joe via lazarus wrote:

Am 22.02.2019 um 15:42 schrieb Howard Page-Clark via lazarus:
Why not use the Lazarus forum members' section to send him a private 
message?


I clicked this link. After login, I got the error message 'An Error 
Has Occurred. You are not allowed to access this section'.


Perhaps access via a link is not allowed.

Try logging in as you normally would to the Lazarus forum.

Then find Jurassic Pork's members page either by clicking on his 
underlined name in one of the posts he has made, or by searching for his 
name in the Members section. Then try sending him a PM.


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


Re: [Lazarus] Can't install LazSerial 0.2 in Lazarus 2.0 under Raspbian

2019-02-22 Thread Joe via lazarus

Am 22.02.2019 um 15:42 schrieb Howard Page-Clark via lazarus:
Why not use the Lazarus forum members' section to send him a private 
message?


I clicked this link. After login, I got the error message 'An Error Has 
Occurred. You are not allowed to access this section'.

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


Re: [Lazarus] Can't install LazSerial 0.2 in Lazarus 2.0 under Raspbian

2019-02-22 Thread Howard Page-Clark via lazarus

On 22/02/2019 14:34, Joe via lazarus wrote:

Hi,

the package can't be compiled. Reason: The file "lazsynaser.pas" in 
lines 252..262 references undefined constants. They should be defined 
in file 'termios.inc'. In other operating systems and/or Lazarus 
versions they are, but not in Lazarus 2.0 under Raspbian Stretch, Nov 
2018 edition.


As a quick and very dirty intermediate fix I replaced the constants in 
these lines with literal expressions. This worked, but of course 
that's no tidy solution.


I could not get the mail address of 'JurassicPork', the author of 
LazSerial. Does someone know this address?


Why not use the Lazarus forum members' section to send him a private 
message? After login:


http://forum.lazarus-ide.org/index.php?action=profile;u=51097

Just click "Send PM"

He'll see the message the next time he logs on.

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


[Lazarus] Can't install LazSerial 0.2 in Lazarus 2.0 under Raspbian

2019-02-22 Thread Joe via lazarus

Hi,

the package can't be compiled. Reason: The file "lazsynaser.pas" in 
lines 252..262 references undefined constants. They should be defined in 
file 'termios.inc'. In other operating systems and/or Lazarus versions 
they are, but not in Lazarus 2.0 under Raspbian Stretch, Nov 2018 edition.


As a quick and very dirty intermediate fix I replaced the constants in 
these lines with literal expressions. This worked, but of course that's 
no tidy solution.


I could not get the mail address of 'JurassicPork', the author of 
LazSerial. Does someone know this address?


Regards --  Joe




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


Re: [Lazarus] Raspbian FPC 3.3.1 and Lazarus 2.0 Available

2019-02-22 Thread Bo Berglund via lazarus
On Fri, 22 Feb 2019 09:20:21 +0100, Joe via lazarus
 wrote:

>Am 21.02.2019 um 21:09 schrieb Bo Berglund via lazarus:
>> After  this was added I compiled the project again and now these
>> warnings were gone.
>
>Confirmed.

Good!  :-)


-- 
Bo Berglund
Developer in Sweden

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


Re: [Lazarus] Raspbian FPC 3.3.1 and Lazarus 2.0 Available

2019-02-22 Thread Joe via lazarus

Am 21.02.2019 um 21:09 schrieb Bo Berglund via lazarus:

After  this was added I compiled the project again and now these
warnings were gone.


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


[Lazarus] rename identifier

2019-02-22 Thread Michael Van Canneyt via lazarus


Hi,

The code browser has the option to rename an identifier (e.g. a class).

After using it, I would expect the code browser to refresh itself. 
Currently it still displays the old name of a class.


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