Re: [fpc-pascal] MIPS32 support

2015-01-06 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: Hi, Anybody know the status of MIPS32 support with Free Pascal? To be used on something like this board: http://shop.imgtec.com/uk/product/mips-creator-ci20/ When I last played with it on Qemu, it was able to compile itself (with all packages) but not build Lazaru

[fpc-pascal] MIPS32 support

2015-01-06 Thread Graeme Geldenhuys
Hi, Anybody know the status of MIPS32 support with Free Pascal? To be used on something like this board: http://shop.imgtec.com/uk/product/mips-creator-ci20/ Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ __

Re: [fpc-pascal] SDL_Net vs Synapse

2015-01-06 Thread Graeme Geldenhuys
On 2015-01-05 15:23, Brian wrote: > Any opinions/experience pro/con using SDL2 (SDL_Net) vs Synapse > (http://synapse.ararat.cz/doku.php) ? I don't know the SDL_Net, but if it is anything like the existing SDL support (which I have used before) then there is one big down side for me. You need to

Re: [fpc-pascal] compiler message files

2015-01-06 Thread Sven Barth
On 06.01.2015 11:53, Bee wrote: There is btw some interest in this on lazarusforum.de . I assume for fpdoc a translation tool (load one set of XMLs compare with the other) could be done fairly easily. Too bad I don't understand Dutch, so I have no ide

Re: [fpc-pascal] compiler message files

2015-01-06 Thread Bee
On Tue, Jan 6, 2015 at 5:40 PM, Marco van de Voort wrote: > > There are current no translations of the FPC documentation > (at least not in-tree) > Yes. But maybe in the future if there's a demand for that, at least some part of it has been done already. > There is btw some interest in this on

Re: [fpc-pascal] compiler message files

2015-01-06 Thread Bee
On Tue, Jan 6, 2015 at 5:35 PM, Tomas Hajny wrote: > > Btw, in this context note compiler/utils/msgdiff.pp which allows > comparison of contents between two msg files. > Yes, I see that too. I need to group the messages according to the sections. So, a translator can work step by step a message

Re: [fpc-pascal] compiler message files

2015-01-06 Thread Marco van de Voort
In our previous episode, Bee said: > I'm looking at Indonesian translation, errorid.msg. There I see almost > everything is translated, even the comment lines (with # prefix). I thought > a complete and thorough translation must be useful somewhere in the > documentation. Am I wrong? There are cur

Re: [fpc-pascal] compiler message files

2015-01-06 Thread Tomas Hajny
On Tue, January 6, 2015 11:32, Bee wrote: > On Tue, Jan 6, 2015 at 3:35 PM, Sven Barth > wrote: > >> You only need to translate the part after the "=" in those lines that >> don't have a LaTeX comment. Because only these texts are used by the >> compiler. The part in the comments is only used for

Re: [fpc-pascal] compiler message files

2015-01-06 Thread Tomas Hajny
On Tue, January 6, 2015 11:26, Bee wrote: > On Tue, Jan 6, 2015 at 3:30 PM, Sven Barth > wrote: > >> The errore.msg is completely created by hand (it's the master file) >> while >> the others are copies of that from various ages with additions of new >> messages. >> > Ah, I see. Perhaps that's the

Re: [fpc-pascal] compiler message files

2015-01-06 Thread Bee
On Tue, Jan 6, 2015 at 3:35 PM, Sven Barth wrote: > You only need to translate the part after the "=" in those lines that > don't have a LaTeX comment. Because only these texts are used by the > compiler. The part in the comments is only used for the documentation which > we generate in English o

Re: [fpc-pascal] compiler message files

2015-01-06 Thread Bee
On Tue, Jan 6, 2015 at 3:30 PM, Sven Barth wrote: > The errore.msg is completely created by hand (it's the master file) while > the others are copies of that from various ages with additions of new > messages. > Ah, I see. Perhaps that's the cause for the inconsistency. :) -- -Bee-

Re: [fpc-pascal] compiler message files

2015-01-06 Thread Sven Barth
Am 06.01.2015 09:04 schrieb "Bee" : > > On Tue, Jan 6, 2015 at 2:00 PM, Michael Van Canneyt < mich...@freepascal.org> wrote: >> >> >> That said, in LaTeX there is no need for \section to be ended explicitly. It is ended automatically. > > > For example these lines: > > # > # Codegenerator > # > # 0

Re: [fpc-pascal] compiler message files

2015-01-06 Thread Sven Barth
Am 06.01.2015 08:51 schrieb "Bee" : > > On Tue, Jan 6, 2015 at 2:46 PM, Bee wrote: >> >> >> Do you mean including the content? > > > Sorry... I mean, the structure and numbering is also created manually? The errore.msg is completely created by hand (it's the master file) while the others are copi

Re: [fpc-pascal] compiler message files

2015-01-06 Thread Bee
On Tue, Jan 6, 2015 at 2:00 PM, Michael Van Canneyt wrote: > > That said, in LaTeX there is no need for \section to be ended explicitly. > It is ended automatically. > For example these lines: # # Codegenerator # # 06049 is the last used one # % \section{Code generator messages} % This section