Die Suche ergab 74 Treffer

von DonAlfredo
Do 14. Mai 2020, 08:49
Forum: Linux
Thema: FPCUpdeluxe 1.6.8i getestet
Antworten: 31
Zugriffe: 16255

Re: FPCUpdeluxe 1.6.8i getestet

Strange error. But will look into it.

However.

Why use i386 on 10.14 ?
You better use the x86_64 version. And cross-compile towards i386 if needed.
von DonAlfredo
Do 14. Mai 2020, 08:14
Forum: Linux
Thema: FPCUpdeluxe 1.6.8i getestet
Antworten: 31
Zugriffe: 16255

Re: FPCUpdeluxe 1.6.8i getestet

Indeed. Please provide more details.
On my VM-Mac-10.14, it runs without problems.
von DonAlfredo
Di 31. Mär 2020, 09:26
Forum: Linux
Thema: Erfahrungsbericht FpcUpdeluxe (LinuxMint)
Antworten: 97
Zugriffe: 44432

Re: Erfahrungsbericht FpcUpdeluxe (LinuxMint)

Ich habe die Package installiet, aber ich kann keinen Vorteil gegenüber LAMW von fpcupdeluxe feststellen.
Ausser das man alle Pfade selbst eingeben muss.

That seems 100% correct to me !
von DonAlfredo
Di 31. Mär 2020, 09:24
Forum: Linux
Thema: FPCUpdeluxe 1.6.8i getestet
Antworten: 31
Zugriffe: 16255

Re: FPCUpdeluxe 1.6.8i getestet

There was definitely a bugger in the install and uninstall of packages / modules.
I have released a new version of fpcupdeluxe that should solve this. Please test.

https://github.com/LongDirtyAnimAlf/fpc ... ses/latest
von DonAlfredo
So 29. Mär 2020, 17:48
Forum: Linux
Thema: Erfahrungsbericht FpcUpdeluxe (LinuxMint)
Antworten: 97
Zugriffe: 44432

Re: Erfahrungsbericht FpcUpdeluxe (LinuxMint)

This is what I do (install sequence):
1 : android_bridges/tfpandroidbridge_pack.lpk
2 : android_wizard/lazandroidwizardpack.lpk
3 : ide_tools/amw_ide_tools.lpk
This works for me.
von DonAlfredo
So 29. Mär 2020, 17:02
Forum: Linux
Thema: Erfahrungsbericht FpcUpdeluxe (LinuxMint)
Antworten: 97
Zugriffe: 44432

Re: Erfahrungsbericht FpcUpdeluxe (LinuxMint)

LAMW.
https://github.com/jmpessoa/lazandroidm ... 1444675d80

Please remember to set the correct CPU when compiling the demos.
Its armv7a+vfpv3 in the project options !

About ANT.
I did like it more than Gradle.
But with all the support libraries that are needed in recent times, Gradle makes life easier.
And Google does not support ANT anymore.
von DonAlfredo
So 29. Mär 2020, 16:57
Forum: Linux
Thema: FPCUpdeluxe 1.6.8i getestet
Antworten: 31
Zugriffe: 16255

Re: FPCUpdeluxe 1.6.8i getestet

Confirmed.
Will look into it and fix it.
von DonAlfredo
So 29. Mär 2020, 16:26
Forum: Linux
Thema: Erfahrungsbericht FpcUpdeluxe (LinuxMint)
Antworten: 97
Zugriffe: 44432

Re: Erfahrungsbericht FpcUpdeluxe (LinuxMint)

Fpcupdeluxe does install ANT for compatibility reasons. ANT was used {in pre-historic times} for building Android apps. Now its Gradle. Its used by Google itself. So, you have to used Gradle for all new projects ! Besides. I have just pushed a hugh LAMW update. It should make Android life easier. Ho...
von DonAlfredo
Do 26. Mär 2020, 19:40
Forum: Linux
Thema: Erfahrungsbericht FpcUpdeluxe (LinuxMint)
Antworten: 97
Zugriffe: 44432

Re: Erfahrungsbericht FpcUpdeluxe (LinuxMint)

Fpcupdeluxe will install Gradle when installing LAMW.
I needed this feature myself for mORMot database apps running on latest Android ARM64 api 28.
Again, feedback is always welcome.
von DonAlfredo
Do 26. Mär 2020, 17:38
Forum: Linux
Thema: Erfahrungsbericht FpcUpdeluxe (LinuxMint)
Antworten: 97
Zugriffe: 44432

Re: Erfahrungsbericht FpcUpdeluxe (LinuxMint)

I have release 1.6.8h of fpcupdeluxe.
This could/should be the best release ever.
If everything works as expected.

https://github.com/LongDirtyAnimAlf/fpc ... ses/latest

I would appreciate feedback about it.
Ps: all binaries have been produced on a native Windows machine. No VM's in use.
von DonAlfredo
Fr 8. Nov 2019, 08:04
Forum: Linux
Thema: Lazarus 2.0.6 nicht mittel fpcupdeluxe installierbar
Antworten: 14
Zugriffe: 10013

Re: Lazarus 2.0.6 nicht mittel fpcupdeluxe installierbar

Maintainer of fpcupdeluxe here. The problem with upgrading from a lower version to a higher version of FPC or Lazarus is caused by the fact that all these different versions use a different svn url. m m m m Svn can perform a switch of url, but success is not guaranteed. m But my experience with this...
von DonAlfredo
Di 5. Nov 2019, 16:36
Forum: Windows
Thema: Lazarus 2.0.6 Installationsproblem
Antworten: 72
Zugriffe: 38810

Re: Lazarus 2.0.6 Installationsproblem

As maintainer of fpcupdeluxe I would like to add that the Makefile poses the biggest challenge in trying to make an isolated install of FPC and Lazarus. Many times, the Makefile tries to look for tools system wide. Often picking up the wrong ones. And also picking up FPC and Lazarus stuff from insid...
von DonAlfredo
Mi 9. Jan 2019, 09:01
Forum: Freepascal
Thema: OLED
Antworten: 15
Zugriffe: 5969

Re: OLED

Perhaps this can help.

https://github.com/michael-ring/mbf

With the help of this library, I was able to get AdaFruit OLED's running.
von DonAlfredo
Do 15. Nov 2018, 07:32
Forum: Windows
Thema: TProcess Bug bei wiederholter Ausführung
Antworten: 2
Zugriffe: 2700

Re: TProcess Bug bei wiederholter Ausführung

proc.Parameters.add('recursive');

The above is added into the params on every run !
So, you end up with thousands of command line params.
Just do :

Code: Alles auswählen

proc.Parameters.Clear

before every run.
von DonAlfredo
Mo 1. Okt 2018, 10:22
Forum: AVR, Arduino & Co.
Thema: AVR embedded für verschiedene Controllertypen - geht!
Antworten: 27
Zugriffe: 16020

Re: AVR embedded für verschiedene Controllertypen - geht!

It remains a very strange error. I have used Google a bit. And Google came up with: m The above could be of interest enough to test it. I have prepared a pre-release for linux x64. m Setup+ has now an option (checkbox) to disable the use of jobs by GNU make. Could you please give this a try ? Thanks.