Re: [fpc-pascal] Write Applet with FPC JVM

2016-04-02 Thread leledumbo
> It compiles with both Java and FPC, but the FPC version doesn't run. Works fine here: fpc-helloworld-applet.png > Any ideas? Any obvious mistakes of mine? I change your program to a unit, though I do

Re: [fpc-pascal] Postgresql interface bronken for Raspberry pi model 1b

2016-04-02 Thread Bo Berglund
On Mon, 28 Mar 2016 15:30:36 +0200, Björn Lundin wrote: >That speaks for trying to compile 3.0.0. >The pi is on wheezy, so there is no .deb package >for it. I made a script for installing FPV 3.0.0 and Lazarus 1.6 release on an RPi. http://blog.boberglund.com/install_laz_pi.sh You can have a lo

[fpc-pascal] SVN FPC tag content?

2016-04-02 Thread Bo Berglund
I am wondering if the FPC release tag for 3.0.0 is ever updated with the bugfixes or if it is static. I.e. if I want to get the bugfixes into my FPC do I have to update to a new tag then? Or is it OK just to make a svn up in the source dir? -- Bo Berglund Developer in Sweden ___

Re: [fpc-pascal] SVN FPC tag content?

2016-04-02 Thread leledumbo
> I am wondering if the FPC release tag for 3.0.0 is ever updated with > the bugfixes or if it is static. > I.e. if I want to get the bugfixes into my FPC do I have to update to > a new tag then? > Or is it OK just to make a svn up in the source dir? It seems to be static, otherwise branches/

Re: [fpc-pascal] SVN FPC tag content?

2016-04-02 Thread Graeme Geldenhuys
On 2016-04-02 19:33, Bo Berglund wrote: > I am wondering if the FPC release tag for 3.0.0 is ever updated with > the bugfixes or if it is static. As far as I'm concerned, tags should *never* move, otherwise, what's the point of tagging a commit. That should apply to SubVersion and Git repos. If yo

Re: [fpc-pascal] SVN FPC tag content?

2016-04-02 Thread Bo Berglund
On Sat, 2 Apr 2016 19:53:39 +0100, Graeme Geldenhuys wrote: >On 2016-04-02 19:33, Bo Berglund wrote: >> I am wondering if the FPC release tag for 3.0.0 is ever updated with >> the bugfixes or if it is static. > >As far as I'm concerned, tags should *never* move, otherwise, what's the >point of ta

Re: [fpc-pascal] SVN FPC tag content?

2016-04-02 Thread Marco van de Voort
In our previous episode, Bo Berglund said: > >that release's bug-fix branch... regarding FPC that is normally named > >"_fixes". > > I hade a look here: > http://svn.freepascal.org/svn/fpc/branches/fixes_3_0/ > there are sources That is the 3.0 series branch from which releases are branched. >