Re: [fpc-pascal] Error building FPC 3.0.2 from svn sources on RPi3

2017-06-03 Thread Bo Berglund
On Tue, 30 May 2017 17:49:03 +0200, Giuliano Colla wrote: >Il 29/05/2017 23:28, Bo Berglund ha scritto: > >> I have bought and initialized a new RPi3 today. It runs Raspbian >> Jessie PIXEL latest version. >I don't know what you're going to use your RPi3 for, but just in case, >are you aware tha

Re: [fpc-pascal] Unable to compile FPC after revision 36407

2017-06-03 Thread Michael Van Canneyt
On Sat, 3 Jun 2017, Florian Klämpfl wrote: On Sat, 3 Jun 2017, Victor Campillo wrote: Hi, After revision 36407 I got this error trying to compile FPC. "Compilation of "BuildUnit_rtl_unicode.pp" failed" My system is Linux x86_64 and I am using FPC 3.0.2 to compile trunk. I just did a 'm

Re: [fpc-pascal] Implementing AggPas with PtcGraph

2017-06-03 Thread Stefan V. Pantazi
The easiest workaround I could figure was to add a parameter to the Agg2D object constructor. That should, in theory, allow the use of any pixel format available in AggPas. The ptcpas/ptcgraph units I used are the ones that came with fpc 3.0.1, there was no need to download anything. They work

Re: [fpc-pascal] Unable to compile FPC after revision 36407

2017-06-03 Thread Florian Klämpfl
Am 03.06.2017 um 20:33 schrieb Michael Van Canneyt: > > > On Sat, 3 Jun 2017, Michael Van Canneyt wrote: > >> >> >> On Sat, 3 Jun 2017, Victor Campillo wrote: >> >>> Hi, >>> >>> After revision 36407 I got this error trying to compile FPC. >>> >>> "Compilation of "BuildUnit_rtl_unicode.pp" failed

Re: [fpc-pascal] Implementing AggPas with PtcGraph

2017-06-03 Thread Graeme Geldenhuys
On 2017-06-03 17:45, Stefan V. Pantazi wrote: Also, for the example to work, the agg object constructor must be modified as well, I included all the info in the example header. I noted the remarks on the image buffer format being hard-coded for the Agg_2D unit. I'll make a plan for improving t

Re: [fpc-pascal] Unable to compile FPC after revision 36407

2017-06-03 Thread Victor Campillo
On 03/06/17 20:33, Michael Van Canneyt wrote: I use "make clean all" also and I can compile revision 36406 without problems, my complete command to compile is "make -j 9 clean all install INSTALL_PREFIX= OPT="-O- -O1 -gl" I saw this message when the compilation is aborted "collation_de.p

Re: [fpc-pascal] Unable to compile FPC after revision 36407

2017-06-03 Thread Michael Van Canneyt
On Sat, 3 Jun 2017, Victor Campillo wrote: On 03/06/17 20:02, Michael Van Canneyt wrote: I just did a 'make clean all PP=ppcx64-3.0.2' and that works fine ? Michael. I use "make clean all" also and I can compile revision 36406 without problems, my complete command to compile is "make -j

Re: [fpc-pascal] Unable to compile FPC after revision 36407

2017-06-03 Thread Michael Van Canneyt
On Sat, 3 Jun 2017, Michael Van Canneyt wrote: On Sat, 3 Jun 2017, Victor Campillo wrote: Hi, After revision 36407 I got this error trying to compile FPC. "Compilation of "BuildUnit_rtl_unicode.pp" failed" My system is Linux x86_64 and I am using FPC 3.0.2 to compile trunk. I just di

Re: [fpc-pascal] Unable to compile FPC after revision 36407

2017-06-03 Thread Victor Campillo
On 03/06/17 20:02, Michael Van Canneyt wrote: I just did a 'make clean all PP=ppcx64-3.0.2' and that works fine ? Michael. I use "make clean all" also and I can compile revision 36406 without problems, my complete command to compile is "make -j 9 clean all install INSTALL_PREFIX= OPT="-O

Re: [fpc-pascal] Unable to compile FPC after revision 36407

2017-06-03 Thread Michael Van Canneyt
On Sat, 3 Jun 2017, Victor Campillo wrote: Hi, After revision 36407 I got this error trying to compile FPC. "Compilation of "BuildUnit_rtl_unicode.pp" failed" My system is Linux x86_64 and I am using FPC 3.0.2 to compile trunk. I just did a 'make clean all PP=ppcx64-3.0.2' and that works

[fpc-pascal] Unable to compile FPC after revision 36407

2017-06-03 Thread Victor Campillo
Hi, After revision 36407 I got this error trying to compile FPC. "Compilation of "BuildUnit_rtl_unicode.pp" failed" My system is Linux x86_64 and I am using FPC 3.0.2 to compile trunk. Best Regards. -- Victor Campillo ___ fpc-pascal maillist - f

Re: [fpc-pascal] Implementing AggPas with PtcGraph

2017-06-03 Thread Stefan V. Pantazi
I seem to have some problems with logging on the bug tracker. I've used it in the recent past a couple of time but I am unable to log on for some reason. I will try later to create a new account and submit a fpc doc bug report. At any rate, I attached the updated example based on Nikolay's rec

Re: [fpc-pascal] Implementing AggPas with PtcGraph

2017-06-03 Thread Nikolay Nikolov
On 06/03/2017 01:52 PM, Graeme Geldenhuys wrote: On 2017-06-03 01:56, Stefan V. Pantazi wrote: http://pascal.net.ru/PutImage+(en) [...] "BitMap is an untyped parameter that contains the height and width of the region, and the bit image that will be put onto the screen." [...] Could you file

Re: [fpc-pascal] Implementing AggPas with PtcGraph

2017-06-03 Thread Graeme Geldenhuys
On 2017-06-03 01:56, Stefan V. Pantazi wrote: http://pascal.net.ru/PutImage+(en) [...] "BitMap is an untyped parameter that contains the height and width of the region, and the bit image that will be put onto the screen." [...] Could you file a FPC Documentation bug report and ask that this i

Re: [fpc-pascal] Implementing AggPas with PtcGraph

2017-06-03 Thread Stefan V. Pantazi
An interesting challenge. It works now. I updated your test program, made it as minimal as possible (see attached). The key to solving the problem was the info available here: http://pascal.net.ru/PutImage+(en) [...] "BitMap is an untyped parameter that contains the height and width of the reg