Re: [fpc-pascal] Is this the correct way to configure fpc for multiple arm-embedded subarchs?

2018-07-04 Thread Christo
On Thu, 2018-07-05 at 00:20 +0200, Tomas Hajny wrote: > If you look into fpmake.pp in the same directory, you'll find out that the > proper command line for calling data2inc should be: > > data2inc -b -s fpcmake.ini fpcmake.inc fpcmakeini > > (add paths as necessary, e.g. the path to data2inc if

Re: [fpc-pascal] Is this the correct way to configure fpc for multiple arm-embedded subarchs?

2018-07-04 Thread Tomas Hajny
On Thu, July 5, 2018 00:20, Tomas Hajny wrote: > On Wed, July 4, 2018 22:42, Christo wrote: >> On Wed, 2018-07-04 at 11:57 +0200, Tomas Hajny wrote: Oops, sorry, sent the previous e-mail too early by mistake. :-( . . > Invoking of data2inc from fpmake may not be as mature though (as suggested

Re: [fpc-pascal] Is this the correct way to configure fpc for multiple arm-embedded subarchs?

2018-07-04 Thread Tomas Hajny
On Wed, July 4, 2018 22:42, Christo wrote: > On Wed, 2018-07-04 at 11:57 +0200, Tomas Hajny wrote: >> The .ini file should be translated to .inc using the data2inc utility >> (included with FPC as well) and then incorporated into the binary. This >> should happen automatically, but let's make sure

Re: [fpc-pascal] Is this the correct way to configure fpc for multiple arm-embedded subarchs?

2018-07-04 Thread Christo
On Wed, 2018-07-04 at 11:57 +0200, Tomas Hajny wrote: > The .ini file should be translated to .inc using the data2inc utility > (included with FPC as well) and then incorporated into the binary. This > should happen automatically, but let's make sure it was the case for you > as well. The .inc

Re: [fpc-pascal] Is this the correct way to configure fpc for multiple arm-embedded subarchs?

2018-07-04 Thread Tomas Hajny
On Wed, July 4, 2018 10:50, Christo Crause wrote: > On Wed, Jul 4, 2018 at 9:21 AM, Tomas Hajny wrote: >> On Wed, July 4, 2018 07:53, Christo wrote: >> > Any hints on how to compile and use fpcmake so that changes in the ini >> > file ends up in the generated MakeFile? >> >> I assume that you

Re: [fpc-pascal] Is this the correct way to configure fpc for multiple arm-embedded subarchs?

2018-07-04 Thread Christo Crause
On Wed, Jul 4, 2018 at 9:21 AM, Tomas Hajny wrote: > On Wed, July 4, 2018 07:53, Christo wrote: > > Any hints on how to compile and use fpcmake so that changes in the ini > > file ends up in the generated MakeFile? > > I assume that you updated fpcmake.ini in /fpcsrc/utils/fpcm/ (or without >

Re: [fpc-pascal] Is this the correct way to configure fpc for multiple arm-embedded subarchs?

2018-07-04 Thread Tomas Hajny
On Wed, July 4, 2018 07:53, Christo wrote: . . > I'm trying to move Florian's changes in the target-subdir branch to trunk. > I've updated fpcmake.ini, but when I compile fpcmake and execute > ./fpcmake -Tall -w Makefile.fpc the regenerated MakeFile doesn't have any of > the modifications in

Re: [fpc-pascal] fpdoc error with XML parsing

2018-07-04 Thread George Bakhtadze
"--" in comments is not allowed by XML standard.As a workaround it may be replaced by it's UTF-8 equivalent "".https://stackoverflow.com/questions/10842131/xml-comments-and 03.07.2018, 02:08, "Graeme Geldenhuys" :> On 07/02/18 21:28, wkitt...@windstream.net wrote:>>  can fpdoc process comments