Re: [fpc-other] [fpc-pascal] Access GPIO pins on RPi2 without root?

2015-10-11 Thread Bo Berglund
. I have added a define for RPi2 and used it thus: [code] interface // The following option controls whether the code is optimized for Raspberry PI 2. // Added 2015-10-10 by Bo Berglund following web advice to get it working on the Pi2 hardware {$DEFINE RPi2} ... const REG_GPIO = {$IFDEF RPi2

Re: [fpc-other] [fpc-pascal] Access GPIO pins on RPi2 without root?

2015-10-10 Thread Bo Berglund
nished (I have started from scratch using Raspbian Jessie and installed trunk of both fpc and lazarus from svn). So now I will soon be able to check this Best Regards, Bo Berglund ___ fpc-other maillist - fpc-other@lists.freepascal

[fpc-other] Networking problem from Linux virtual machine hosting Lazarus

2016-02-27 Thread Bo Berglund
immediate response... Is there anyone here who has done this and made it work? -- Bo Berglund Developer in Sweden ___ fpc-other maillist - fpc-other@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other

Re: [fpc-other] Networking problem from Linux virtual machine hosting Lazarus

2016-02-28 Thread Bo Berglund
id that my Ethernet networking on the PC stopped working. Could not reach local resources on my internal network anymore.... DS -- Bo Berglund Developer in Sweden ___ fpc-other maillist - fpc-other@lists.freepascal.org http://lists.freepascal.org/cgi-b

Re: [fpc-other] Submitting fpc-devel mailing list to Gmane service.

2016-02-27 Thread Bo Berglund
>> Thoughts on this matter? >> >> <url:http://gmane.org/> > >Yes please. +1 (not that I would have much to contribute on devel, but it is nice being able to follow discussions) And NNTP beats forums outright! -- Bo Berglund Developer in Sweden ___

Re: [fpc-other] Submitting fpc-devel mailing list to Gmane service.

2016-03-02 Thread Bo Berglund
On Wed, 2 Mar 2016 08:21:01 +0200, Cyrax <ev...@hotmail.com> wrote: > >It is created and group name is gmane.comp.compilers.free-pascal.devel > Found it! :) But is there any way that the existing mail archives can be imported? -- Bo Berglund Deve

Re: [fpc-other] Submitting fpc-devel mailing list to Gmane service.

2016-03-02 Thread Bo Berglund
/gmane.org/import.php> >You need to ask Gmane maintaner to import the archives. And to do this Gmane says you must be the admin of the mail list to be imported... Obviously I am not. -- Bo Berglund Developer in Sweden ___ fpc-oth

Re: [fpc-other] Anyone using Orange PI

2017-02-27 Thread Bo Berglund
On Tue, 28 Feb 2017 08:28:05 +0100, Bo Berglund <bo.bergl...@gmail.com> wrote: >Why not go with the original Raspberry Pi instead? I found a test video on Youtube: https://www.youtube.com/watch?v=Nzy914jLU_w Seems like going original RPi is better. -- Bo Berglund Developer

Re: [fpc-other] Anyone using Orange PI

2017-02-28 Thread Bo Berglund
On Tue, 28 Feb 2017 22:08:31 -0300, Andreas Berger <andr...@thebergerclan.org> wrote: >Bo, when the time comes for me to start working on any Pi, can I get in >contact with you to help get FPC started? Shure, you're welcome! -- Bo Berglund Develop

Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-30 Thread Bo Berglund
On Sun, 30 Oct 2016 22:36:59 +, Graeme Geldenhuys <mailingli...@geldenhuys.co.uk> wrote: >NNTP has many other benefits too: Graeme, I really agree with all of the items in your list! Good summary! :) -- Bo Berglund Developer in Sweden __

Re: [fpc-other] [fpc-pascal] Missing messages

2016-11-02 Thread Bo Berglund
On Wed, 2 Nov 2016 09:48:30 +0100, Allan <allan2...@warpspeed.dyndns.dk> wrote: >On Mon, 31 Oct 2016 09:38:43 + >Graeme Geldenhuys <mailingli...@geldenhuys.co.uk> wrote: > > > On 2016-10-31 08:34, Bo Berglund wrote: > > > By what I have seen is that La

Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Bo Berglund
o it would be nice to see fpc lists on a more permanent >newsserver. By what I have seen is that Lars cannot continue the web interface to Gmane NNTP, but that the NNTP server will continue. It was a while since I read it so things may have changed. (I use GMANE NNTP myself of course.) --

Re: [fpc-other] Anyone using Orange PI

2017-03-01 Thread Bo Berglund
here? With the RPi we know it works and there is ample developer support to plug a problem fairly quickly. -- Bo Berglund Developer in Sweden ___ fpc-other maillist - fpc-other@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other

Re: [fpc-other] How do you keep up with FPC discussions?

2017-05-25 Thread Bo Berglund
h sub-branch of a discussion a response was made etc etc. And you do not clutter your inbox so you miss important real emails to you. -- Bo Berglund Developer in Sweden ___ fpc-other maillist - fpc-other@lists.freepascal.org http://lists.freepascal.org/cgi

Re: [fpc-other] How do you keep up with FPC discussions?

2017-05-25 Thread Bo Berglund
in a sensible format... -- Bo Berglund Developer in Sweden ___ fpc-other maillist - fpc-other@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other

[fpc-other] GIT versioning server on Raspberry Pi?

2017-05-29 Thread Bo Berglund
3 box as a GIT server and get going with that? Can GIT work in a way that would be comparable to CVS regarding concurrent development etc? Any suggestions on where to start? -- Bo Berglund Developer in Sweden ___ fpc-other maillist - fpc-other@lists.

Re: [fpc-other] GIT versioning server on Raspberry Pi?

2017-05-30 Thread Bo Berglund
On Tue, 30 May 2017 15:37:30 +0100, Graeme Geldenhuys <mailingli...@geldenhuys.co.uk> wrote: >On 2017-05-30 06:53, Bo Berglund wrote: >> OK, I did not have in mind to use an RPi3 as the final system. I just >> wanted to acquaint myself with GIT using a small portable un

Re: [fpc-other] GIT versioning server on Raspberry Pi?

2017-05-29 Thread Bo Berglund
On Mon, 29 May 2017 12:01:32 +, Mark Morgan Lloyd <markmll.fpc-ot...@telemetry.co.uk> wrote: >On 29/05/17 11:12, Bo Berglund wrote: > >> TestingSo I thought that one way to go forward was for me to use an >> RPi3 boxas a repository server with GIT

Re: [fpc-other] GIT versioning server on Raspberry Pi?

2017-05-31 Thread Bo Berglund
t the organization may well consitute a problem since we have several cases where multiple products (projects in GIT maybe) are sharing common code via CVS modules. So the same files are used in several places. They are stored outside project modules (folder hierarchies) and brought in at checkout t

Re: [fpc-other] GIT versioning server on Raspberry Pi?

2017-05-31 Thread Bo Berglund
On Wed, 31 May 2017 10:58:29 +0200, Bo Berglund <bo.bergl...@gmail.com> wrote: >>I always install git >>from source code and compile it myself (like I do with FPC and Lazarus >>too). Everything is then included - as it should be. Linux distros f*ck >>everything

Re: [fpc-other] GIT versioning server on Raspberry Pi?

2017-06-01 Thread Bo Berglund
esponding GIT method for this? Or is it even possible? -- Bo Berglund Developer in Sweden ___ fpc-other maillist - fpc-other@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other

Re: [fpc-other] GIT versioning server on Raspberry Pi?

2017-06-02 Thread Bo Berglund
On Fri, 2 Jun 2017 10:19:49 +0100, Graeme Geldenhuys <mailingli...@geldenhuys.co.uk> wrote: >On 2017-06-02 00:00, Bo Berglund wrote: >> The beauty of this is that we do not need to duplicate common >> functionality between projects as would be the case if we *copied

Re: [fpc-other] GIT versioning server on Raspberry Pi?

2017-06-01 Thread Bo Berglund
On Wed, 31 May 2017 23:04:02 +0200, Bo Berglund <bo.bergl...@gmail.com> wrote: >Now remains to find out how to disable the old version shipped with >Raspbian and use the self-compiled newer version. >The $PATH location seems not to help. > Problem solved but not understanding w

Re: [fpc-other] GIT versioning server on Raspberry Pi?

2017-05-31 Thread Bo Berglund
On Wed, 31 May 2017 15:42:48 -0400, wkitt...@windstream.net wrote: >On 05/31/2017 02:13 PM, Bo Berglund wrote: >> the response to git --version is still >> 2.1.4 >> >> From where does this come??? > > >at the command line, type in "which git" with

Re: [fpc-other] GIT versioning server on Raspberry Pi?

2017-06-04 Thread Bo Berglund
ltiple and *separate* projects in GIT? -- Bo Berglund Developer in Sweden ___ fpc-other maillist - fpc-other@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other

[fpc-other] How to modify install scripts when svn disappeared?

2021-08-11 Thread Bo Berglund via fpc-other
on $LAZVER of Lazarus" cd "$LAZDIR" svn co https://svn.freepascal.org/svn/lazarus/tags/$LAZTAG/ $LAZVER What could I replace these svn calls with? I have not used git for anything else than to download a specific code base for a utility from github. All of my developing is versi

Re: [fpc-other] How to modify install scripts when svn disappeared?

2021-08-11 Thread Bo Berglund via fpc-other
On Wed, 11 Aug 2021 14:36:23 +0200, Bo Berglund via fpc-other wrote: >Please advice how to: >1) Find which is the latest release tag of fpc and lazarus >2) Retrieve the full sources for that tag on the command line > Sorry, sent this to the wrong newsgroup, should not have been &