[fpc-devel] freepascal support for debian armhf

2011-09-05 Thread peter green
First a bit of background, on arm ebi gcc has three options for "-mfloat-abi" soft: do all floating point in software, ignore the fpu type selection softfp: use the selected fpu type but use the same calling conventions as "soft" (that is parameters are passed using integer registers). This gi

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread Marco van de Voort
In our previous episode, Hans-Peter Diettrich said: > >> Also graph and systhreads should be added to the rtl docs, and sqldb to > >> the fcl. > > > > systhreads? > > Sorry: systhrds (see fpcdocs directory) Afaik systhrds no longer exist for years. _

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread Hans-Peter Diettrich
Marco van de Voort schrieb: In our previous episode, Hans-Peter Diettrich said: Also graph and systhreads should be added to the rtl docs, and sqldb to the fcl. systhreads? Sorry: systhrds (see fpcdocs directory) DoDi ___ fpc-devel maillist - f

Re: [fpc-devel] make clean problem with 2.6 fixes bracnh

2011-09-05 Thread Marcos Douglas
2011/9/5 Marcos Douglas : >> The problem continues. >> There is a bugtrack for this? >> I found this http://bugs.freepascal.org/view.php?id=19140 > > What is your PATH environment variable? Make sure that it contains at > least one semicolon (;), otherwise the Makefile considers your target > a uni

Re: [fpc-devel] make clean problem with 2.6 fixes bracnh

2011-09-05 Thread Vincent Snijders
2011/9/5 Marcos Douglas : > On Tue, Aug 30, 2011 at 7:55 AM, Martin wrote: >> >> very weird issue; >> >> I have a batch fiel, that does (sucesfull): >> >> make.exe clean  distclean >> make.exe all   LINKSMART=1  CREATESMART=1  OPTIMIZE=1  OPT="-gl -O3 -Or >> -CpPENTIUMM -OpPENTIUMM" >> make.exe i

Re: [fpc-devel] make clean problem with 2.6 fixes bracnh

2011-09-05 Thread Marcos Douglas
On Tue, Aug 30, 2011 at 7:55 AM, Martin wrote: > > very weird issue; > > I have a batch fiel, that does (sucesfull): > > make.exe clean  distclean > make.exe all   LINKSMART=1  CREATESMART=1  OPTIMIZE=1  OPT="-gl -O3 -Or > -CpPENTIUMM -OpPENTIUMM" > make.exe install  INSTALL_PREFIX=c:\FPC\fix_2_6

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread michael . vancanneyt
On Mon, 5 Sep 2011, michael.vancann...@wisa.be wrote: On Mon, 5 Sep 2011, Felipe Monteiro de Carvalho wrote: On Mon, Sep 5, 2011 at 10:24 AM, wrote: Formally, yes. So will you remove the define and add it to the fcl docs? I will. Did you test your XML at all ? I had at least 3 err

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread michael . vancanneyt
On Mon, 5 Sep 2011, Felipe Monteiro de Carvalho wrote: On Mon, Sep 5, 2011 at 10:24 AM, wrote: Formally, yes. So will you remove the define and add it to the fcl docs? I will. Michael. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread michael . vancanneyt
On Mon, 5 Sep 2011, Felipe Monteiro de Carvalho wrote: In rev823 I modified the README to make more clear that the path to the sources is indispensable, hopefully avoiding confusion in the future. The explanation you provided was aleady there, complete with example, but further in the readm

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread Felipe Monteiro de Carvalho
On Mon, Sep 5, 2011 at 10:24 AM, wrote: > Formally, yes. So will you remove the define and add it to the fcl docs? thanks, -- Felipe Monteiro de Carvalho ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/li

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread Felipe Monteiro de Carvalho
In rev823 I modified the README to make more clear that the path to the sources is indispensable, hopefully avoiding confusion in the future. It seams that all of the errors that I had were related to the missing sources path... thanks, -- Felipe Monteiro de Carvalho

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread Marco van de Voort
In our previous episode, Hans-Peter Diettrich said: > > Also graph and systhreads should be added to the rtl docs, and sqldb to > the fcl. systhreads? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listin

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread michael . vancanneyt
On Mon, 5 Sep 2011, Felipe Monteiro de Carvalho wrote: On Mon, Sep 5, 2011 at 9:32 AM, wrote: It's simply an empty skeleton file. That's not enough. Every identifier must be documented. Is rev822 good enough? Formally, yes. Michael. ___ fpc-d

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread Felipe Monteiro de Carvalho
On Mon, Sep 5, 2011 at 9:32 AM, wrote: > It's simply an empty skeleton file. That's not enough. Every identifier must > be documented. Is rev822 good enough? -- Felipe Monteiro de Carvalho ___ fpc-devel maillist - fpc-devel@lists.freepascal.org htt

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread michael . vancanneyt
On Mon, 5 Sep 2011, Hans-Peter Diettrich wrote: Felipe Monteiro de Carvalho schrieb: I just added fpvectorial to Makefile.fpc ... I would be very happy if a gentle soul could rebuild the makefile =) I always have trouble with that... Also graph and systhreads should be added to the rtl docs

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread michael . vancanneyt
On Mon, 5 Sep 2011, Felipe Monteiro de Carvalho wrote: On Mon, Sep 5, 2011 at 9:19 AM, wrote: I have put it under a define FPVECTORIAL. Only completely documented units are added to the distributed docs, so if you want it added to the official distro, you'll have to complete the documentat

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread michael . vancanneyt
On Mon, 5 Sep 2011, Hans-Peter Diettrich wrote: Michael Van Canneyt schrieb: Have a look at the lcl grids "How to..." topic, and try to find out where a passage #text var #text might violate any fpdoc assumption. For starters, you can't have a in a table cell. It would help a lot, when a

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread Jonas Maebe
On 05 Sep 2011, at 08:36, Felipe Monteiro de Carvalho wrote: > I just added fpvectorial to Makefile.fpc ... I would be very happy if > a gentle soul could rebuild the makefile =) I always have trouble with > that... The procedure is: 1) perform "make all" in the top level FPC directory 2) use th

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread Felipe Monteiro de Carvalho
On Mon, Sep 5, 2011 at 9:19 AM, wrote: > I have put it under a define FPVECTORIAL. > > Only completely documented units are added to the distributed docs, so if > you want it added to the official distro, you'll have to complete the > documentation first. It is already complete AFAIK. What are y

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread michael . vancanneyt
On Mon, 5 Sep 2011, Felipe Monteiro de Carvalho wrote: I just added fpvectorial to Makefile.fpc ... I would be very happy if a gentle soul could rebuild the makefile =) I always have trouble with that... I have put it under a define FPVECTORIAL. Only completely documented units are added to

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread Hans-Peter Diettrich
Felipe Monteiro de Carvalho schrieb: I just added fpvectorial to Makefile.fpc ... I would be very happy if a gentle soul could rebuild the makefile =) I always have trouble with that... Also graph and systhreads should be added to the rtl docs, and sqldb to the fcl. DoDi ___

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread michael . vancanneyt
On Mon, 5 Sep 2011, Felipe Monteiro de Carvalho wrote: Hello, I think that one thing passed here unnoticed Michael, Hans-Peter is correct in pointing out that the fpdoc.css is missing and this prevents building the FCL docs and nothing is written about this in the README. I think it should b

Re: [fpc-devel] FPDoc and Lazarus

2011-09-05 Thread Graeme Geldenhuys
On 05/09/2011, Felipe Monteiro de Carvalho > > I think that one thing passed here unnoticed Michael, Hans-Peter is > correct in pointing out that the fpdoc.css is missing and this Wasn't there a built-in template inside fpdoc, that on generating the HTML output, it generated the fpdoc.css. I vagu