On Tue, 07 Apr 2009 13:06:06 +0200
Vincent Snijders wrote:
> Do you generate nightly tarballs for people who don't want the 0.4 version of
> tortoisegit?
http://fpgui.git.sourceforge.net/git/gitweb.cgi?p=fpgui
See "snapshot".
___
fpc-pascal maillist
On 07 Apr 2009, at 15:25, Paul Ishenin wrote:
Graeme Geldenhuys wrote:
Either way, this is not a thread about Git vs SubVersion. Simply that
I am the primary developer of fpGUI - doing most of the work. And I
find Git fits my workflow much better. I also posted usage
instructions in the fpGUI
Jonathan schreef:
On Tue, 07 Apr 2009 13:06:06 +0200
Vincent Snijders wrote:
Do you generate nightly tarballs for people who don't want the 0.4 version of
tortoisegit?
http://fpgui.git.sourceforge.net/git/gitweb.cgi?p=fpgui
See "snapshot".
Thanks.
Vincent
On Tue, Apr 7, 2009 at 1:38 PM, Jonathan
wrote:
>
> http://fpgui.git.sourceforge.net/git/gitweb.cgi?p=fpgui
>
> See "snapshot".
I didn't even know that. :-) Thanks Jonathan.
Regards,
- Graeme -
___
fpGUI - a cross-platform Free Pascal GUI toolkit
Jonas Maebe schrieb:
[...]
Maybe it runs out of memory? The gtk2 unit is quite big.
Jonas
your right.
i freed some memory and then it compiled without problems.
thx to all.
Beni
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://li
On Tue, 7 Apr 2009, Graeme Geldenhuys wrote:
> On Tue, Apr 7, 2009 at 3:06 PM, Michael Van Canneyt
> wrote:
> >
> > I think that Vincent wants a git-less setup, so an alternative for
> > getting sources without installing git at all.
>
> Then why didn't he say that! :-)
> In that case, he mus
Graeme Geldenhuys wrote:
Either way, this is not a thread about Git vs SubVersion. Simply that
I am the primary developer of fpGUI - doing most of the work. And I
find Git fits my workflow much better. I also posted usage
instructions in the fpGUI newsgroup on how to use Git and so far the
other
On Tue, Apr 7, 2009 at 3:06 PM, Michael Van Canneyt
wrote:
>
> I think that Vincent wants a git-less setup, so an alternative for
> getting sources without installing git at all.
Then why didn't he say that! :-)
In that case, he must let me know, and I'll setup daily runs of the
'git archive' co
On Tue, Apr 7, 2009 at 2:33 PM, Vincent Snijders
wrote:
>
> Actually, if I wanted to contribute, or at least run the lazarus tests with
> the fpgui widgetset, I would like to have a easier way to get the source
> than by installing tortoisegit, which does not (yet) seem to be
> stand-alone[1], unl
On Tue, Apr 7, 2009 at 1:44 PM, Florian Klaempfl wrote:
>
> ... and I get a full diff on windows due to line feed trouble :)
msysGit is a full native port of Git. I just installed it again to
double check and I do not have any linefeed issues. It even asks me as
part of the install how linefeed
On Tue, 7 Apr 2009, Henry Vermaak wrote:
> 2009/4/7 Vincent Snijders :
> > Graeme Geldenhuys schreef:
> >>
> >> On Tue, Apr 7, 2009 at 1:06 PM, Vincent Snijders
> >>
> >> Will only get the last ten revisions. This has some limitations (you
> >> can't push), but is perfectly fine if you wanted to
2009/4/7 Vincent Snijders :
> Graeme Geldenhuys schreef:
>>
>> On Tue, Apr 7, 2009 at 1:06 PM, Vincent Snijders
>>
>> Will only get the last ten revisions. This has some limitations (you
>> can't push), but is perfectly fine if you wanted to contribute in the
>> form of emailing patches.
>
> Actual
Graeme Geldenhuys schreef:
On Tue, Apr 7, 2009 at 1:06 PM, Vincent Snijders
Will only get the last ten revisions. This has some limitations (you
can't push), but is perfectly fine if you wanted to contribute in the
form of emailing patches.
Actually, if I wanted to contribute, or at least run
On Tue, Apr 7, 2009 at 1:06 PM, Vincent Snijders
wrote:
>
> Do you generate nightly tarballs for people who don't want the 0.4 version
> of tortoisegit?
No, simply because fpGUI history is still small (just over 1000
revisions). As far as I can see, a normal clone of fpGUI repository
will downloa
Graeme Geldenhuys schrieb:
>
> Git Quick Start
>
>
> Cloning and Creating a Patch
>
> $ git clone git://fpgui.git.sourceforge.net/gitroot/fpgui
> $ cd fpgui
> $ (edit files)
... and I get a full diff on windows due to line feed trouble :)
__
Henry Vermaak schrieb:
2009/4/7 Benedikt Schindler :
[...]
any reason why you are trying to build fpc natively? this wastes a
lot of time. you can just use the openmoko toolchain and cross
compile everything.
henry
___
fpc-pascal maillist - fpc
Graeme Geldenhuys schreef:
Hi,
As of 2 days ago, I have converted the SubVersion repository to Git.
From now onwards all fpGUI development will continue in the Git
repository.
Do you generate nightly tarballs for people who don't want the 0.4 version of
tortoisegit?
Vincent
_
2009/4/7 Benedikt Schindler :
> Hi,
>
> i managed to crosscompile a ppcarm for the openmoko device.
> then i tried to compile the fpc direct on the device.
> After a long time where everything looks fine he abborted compiling with an
> error (see below)
any reason why you are trying to build fpc n
On 07 Apr 2009, at 12:33, Benedikt Schindler wrote:
i managed to crosscompile a ppcarm for the openmoko device.
then i tried to compile the fpc direct on the device.
After a long time where everything looks fine he abborted compiling
with an error (see below)
any ideas?
Maybe it runs out
Hi,
i managed to crosscompile a ppcarm for the openmoko device.
then i tried to compile the fpc direct on the device.
After a long time where everything looks fine he abborted compiling with
an error (see below)
any ideas?
i also don't know, if it is a problem that my distribution has no
"/e
magic hands ;) ... no, i compiled many many different versions and no
one ever worked.
working for now is fpcbuild_2.3.x (19.03.2009)
binutils :
./configure --prefix=/opt/crossbinutils --target=arm4tl-unknown-linux
fpc make :
make clean all OS_TARGET=linux CPU_TARGET=arm
BINUTILSPREFIX=/opt/c
Hi,
As of 2 days ago, I have converted the SubVersion repository to Git.
>From now onwards all fpGUI development will continue in the Git
repository.
To checkout (clone) the fpGUI git repository you can do the following
using the git command line client.
git clone git://fpgui.git.sourceforge.n
thx.
yes it was a plain copy.
it also worked with the crosscompiled data2inc programm.
Beni
Jonas Maebe schrieb:
On 07 Apr 2009, at 10:23, Benedikt Schindler wrote:
it stopped with errors the data2inc programm seems to be build
not early enough.
It should simply not be necessary. The
On 07 Apr 2009, at 10:23, Benedikt Schindler wrote:
it stopped with errors the data2inc programm seems to be build
not early enough.
It should simply not be necessary. The fpinc.cfg file in svn is not
newer than the fpcfg.inc file, so fpcfg.inc should not be regenerated
by the Makef
fyi:
when i build the fpc sources i get a error message (see below).
The make process tries to use an old not functional data2inc programm.
Why didn't the make process use the new compiled one?
I deleted all old bin files and restarted the compiler.
(i hope he take the new data2inc programm now
25 matches
Mail list logo