Hi,
I implemented a basic support for Amiga systems
with FPC 3.0+: Amiga 3.x m68k, MorphOS PowerPC, AROS i386
with FPC 3.1.1: additionally AROS ARM, AROS x86_64, AmigaOS 4 PowerPC
at the moment it only compiles NoGUI of course, but I would like to also
add the MUI LCL interface to the officia
Hi Juha,
Am 03.01.2017 um 14:53 schrieb Juha Manninen via Lazarus:
Since 2010 I'm working on Lazarus/LCL MUI interface for Amiga Systems. At
the moment on github https://github.com/alb42/lazarus/tree/lazarus-morphos
some Results of this available at my Blog:
https://blog.alb42.de/category/fpc/
Hello,
Am 03.01.2017 um 14:53 schrieb Juha Manninen via Lazarus:
Yes, the MUI stuff looks interesting.
Initial commit can be done by somebody, maybe me.
So here is it.
I tried to send directly but the ML has a 100k Limit to I placed it on
my Webpage:
https://home.alb42.de/MUI-WidgetSet.pat
Hi again,
Am 05.01.2017 um 14:59 schrieb Marcus Sackrow via Lazarus:
Hello,
Am 03.01.2017 um 14:53 schrieb Juha Manninen via Lazarus:
Yes, the MUI stuff looks interesting.
Initial commit can be done by somebody, maybe me.
So here is it.
I tried to send directly but the ML has a 100k Limit
Hi,
Am 14.01.2017 um 00:55 schrieb Juha Manninen via Lazarus:
Strange. All the new files in lcl/interfaces/mui directory have their
contents duplicated, meaning that where the file should end, the same
whole text comes a 2. time.
This happens when I do the normal
$ patch -p0 < ~/patch/MUI-Wid
Am 14.01.2017 um 11:03 schrieb Juha Manninen via Lazarus:
On Sat, Jan 14, 2017 at 2:17 AM, Marcus Sackrow via Lazarus
wrote:
https://home.alb42.de/MUI_Widget.patch.zip
looks good to me now, also much smaller
I applied it in r53941. Thanks.
I could only test that it does not break compilation
Hi,
Am 13.10.21 um 17:16 schrieb Juha Manninen via lazarus:
I restored the great TMask implementation by José Mejuto in our
development branch.
I also fixed a few issues that hindered the transition last time.
It was discussed at least in this mailing list with title
"unit Masks vs. unit FPMask
Hi,
Am 13.10.21 um 18:28 schrieb Juha Manninen via lazarus:
On Wed, Oct 13, 2021 at 7:03 PM Marcus Sackrow via lazarus
mailto:lazarus@lists.lazarus-ide.org>>
wrote:
it breaks "make all" for x86_64-linux
LazBuild, yes. Again I forgot to test compiling it.
Now it is fi
Hi,
my Jenkins compilation server fails since
6d0ddd50bd2a76bb37830f068afe5828f4b06576
but the error message is a bit strange, anyone can explain it?
https://build.alb42.de:8081/job/LCL_off_x86_64-linux/9793/console
/var/lib/jenkins/workspace/LCL_off_x86_64-linux/temp/lib/fpc/3.3.1/ppcx64
Hi,
Am 10.01.22 um 23:29 schrieb Martin Frb via lazarus:
On 10/01/2022 23:08, Marcus Sackrow via lazarus wrote:
Hi,
my Jenkins compilation server fails since
6d0ddd50bd2a76bb37830f068afe5828f4b06576
but the error message is a bit strange, anyone can explain it?
please git pull, and try
Am 10.01.22 um 23:29 schrieb Martin Frb via lazarus:
On 10/01/2022 23:08, Marcus Sackrow via lazarus wrote:
my Jenkins compilation server fails since
6d0ddd50bd2a76bb37830f068afe5828f4b06576
but the error message is a bit strange, anyone can explain it?
please git pull, and try again
Hi,
usually for certain targets (amiga-likes) I only compile the LCL,
because lazarus itself will not work.
I did that in the past on my jenkins server with
make registration .
make lazutils
make codetools
make lcl
it seems lazutils and codetools are removed with the c
Hi,
Am 17.01.2022 um 12:52 schrieb Mattias Gaertner via lazarus:
On Mon, 17 Jan 2022 11:58:22 +0100
Marcus Sackrow via lazarus wrote:
[...]
usually for certain targets (amiga-likes) I only compile the LCL,
because lazarus itself will not work.
I did that in the past on my jenkins server
Hi,
The commit 867d12b4 breaks the compilation at least on x86_64-linux
https://build.alb42.de:8081/job/LCL_off_x86_64-linux/9916/console
(3104) Compiling debuggertreeview.pas
/var/lib/jenkins/workspace/LCL_off_x86_64-linux/ide/packages/idedebugger/debuggertreeview.pas(8,22)
Fatal: (10022)
/2022 22:20, Marcus Sackrow via lazarus wrote:
The commit 867d12b4 breaks the compilation at least on x86_64-linux
Thanks it compiles again.
Greetings,
Marcus
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org
Hi,
the commit 131d1062 broke the Lazarus compilation on my Jenkins server
(for x86_64-linux with latest Free Pascal a simple make all)
https://gitlab.com/freepascal.org/lazarus/lazarus/-/commit/131d1062dff2606d25ace6e031f0b65731cb19f6
Error message:
(3104) Compiling idedebuggerfpdbgvaluecon
Hi,
Am 25.06.22 um 00:00 schrieb Martin Frb via lazarus:
On 24/06/2022 22:16, Marcus Sackrow via lazarus wrote:
the commit 131d1062 broke the Lazarus compilation on my Jenkins
server (for x86_64-linux with latest Free Pascal a simple make all)
https://gitlab.com/freepascal.org/lazarus/lazarus
Hi,
Am 25.06.22 um 13:19 schrieb Marcus Sackrow via lazarus:
Am 25.06.22 um 00:00 schrieb Martin Frb via lazarus:
On 24/06/2022 22:16, Marcus Sackrow via lazarus wrote:
the commit 131d1062 broke the Lazarus compilation on my Jenkins
server (for x86_64-linux with latest Free Pascal a simple
Hi,
the LCL compilation fails since b4c46c16207dc00997df6aeb83f01198787b
for all platforms I let compile in my Jenkins for example x86_64-linux
Compiling ./widgetset/wsforms.pp
customform.inc(38,5) Warning: Case statement does not handle all possible cases
customform.inc(647,3) Note: Loca
Hi,
Am 17.12.22 um 18:25 schrieb Marco van de Voort via lazarus:
On 17-12-2022 17:49, John Landmesser via lazarus wrote:
Lazarus 2.3.0 (rev main-2_3-2521-gb4c46c) FPC 3.2.2
x86_64-linux-gtk2
So lazarus just compiles fine ...
Copying a bunch of base types to uitypes has been committed t
Am 18.12.22 um 08:52 schrieb Ondrej Pokorny via lazarus:
Am 17.12.2022 um 18:46 schrieb Marcus Sackrow via lazarus:
Hi,
Am 17.12.22 um 18:25 schrieb Marco van de Voort via lazarus:
On 17-12-2022 17:49, John Landmesser via lazarus wrote:
Lazarus 2.3.0 (rev main-2_3-2521-gb4c46c) FPC
Hi,
make all for at least x86_64-linux does not compile since 319649fb
https://gitlab.com/freepascal.org/lazarus/lazarus/-/commit/319649fbe62f9eb6798a7d3ffaf976f9f1d31082
the error message:
(3104) Compiling ./frames/initialsetupdlgdebuggerframe.pas
/var/lib/jenkins/workspace/LCL_off_x86_64-li
Am 08.01.23 um 09:49 schrieb Marcus Sackrow via lazarus:
make all for at least x86_64-linux does not compile since 319649fb
thanks it compiles again
Greetings,
Marcus
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https
Hi,
Am 08.01.23 um 23:11 schrieb Wayne Sherman:
make all for at least x86_64-linux does not compile since 319649fb
thanks it compiles again
About a week ago Lazarus was failing to build with "make useride".
Are these two build targets being run as part of the CI / CD tests?
these compilation
Hi,
Am 19.11.2024 um 21:25 schrieb duilio foschi via lazarus:
I cannot understand how I can post a message into a newsgroup using INet
components.
I am not 100% sure but as far as I remember you need to send a single
"POST" command first check the return code if you are even allowed to post
a
Am 20.11.2024 um 08:34 schrieb Marcus Sackrow via lazarus:
LineToStream('"peppepolpo" ');
just noticed here is also the 'From:' missing!
LineToStream('From: "peppepolpo" ');
--
___
lazaru
26 matches
Mail list logo