Re: [MSEide-MSEgui-talk] setting up git

2012-02-14 Thread Julio Jiménez
True. ;) 2012/2/14 Martin Schreiber > On Monday, 13. February 2012 21.06:42 Julio Jiménez wrote: > > AFAIK msegit is in MSEuniverse: > > > > http://gitorious.org/mseuniverse > > > > To get it: > > > > git clone git://gitorious.org/mseuniverse/test_msegit.git test_msegit > > > Probably better to

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Martin Schreiber
On Monday, 13. February 2012 21.06:42 Julio Jiménez wrote: > AFAIK msegit is in MSEuniverse: > > http://gitorious.org/mseuniverse > > To get it: > > git clone git://gitorious.org/mseuniverse/test_msegit.git test_msegit > Probably better to use git clone git://gitorious.org/mseuniverse/mseuniverse.g

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Martin Schreiber
On Monday, 13. February 2012 21.02:45 Patrick wrote: > Success > > Thank you. > > I have occassionaly seen posts from Martin referencing a git gui app. > > I assume that is something he created. > > Is it in the git repositroy somewhere? > In MSEuniverse: http://gitorious.org/mseuniverse/mseuni

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Julio Jiménez
AFAIK msegit is in MSEuniverse: http://gitorious.org/mseuniverse To get it: git clone git://gitorious.org/mseuniverse/test_msegit.git test_msegit cd test_msegit I don't use it, so probably Martin can give you better instructions. Cheers. 2012/2/13 Patrick > Success > > Thank you. > > I

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Patrick
Success Thank you. I have occassionaly seen posts from Martin referencing a git gui app. I assume that is something he created. Is it in the git repositroy somewhere? -- Try before you buy = See our experts in act

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Julio Jiménez
Installl libx11-dev package. (libx11-dev - X11 client-side library development headers). 2012/2/13 Patrick > I did an uninstall / purge of fpc on my debian system. > > I downloaded fpc version 2.6.0 from freepascal.org. > > did a compile as > > ppc386 -B -Fu/data/patrick/mseide-msegui/lib/commo

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Patrick
I did an uninstall / purge of fpc on my debian system. I downloaded fpc version 2.6.0 from freepascal.org. did a compile as ppc386 -B -Fu/data/patrick/mseide-msegui/lib/common/* -Fu/data/patrick/mseide-msegui/lib/common/kernel/i386-linux -Fi/data/patrick/mseide-msegui/lib/common/kernel /data/

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Martin Schreiber
On Monday, 13. February 2012 19.24:44 Patrick wrote: > version info: > Free Pascal Compiler version 2.4.0-2 [2010/02/20] for i386 > Copyright (c) 1993-2009 by Florian Klaempfl > Please use FPC 2.6.0. Martin -- Try before

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Patrick
version info: Free Pascal Compiler version 2.4.0-2 [2010/02/20] for i386 Copyright (c) 1993-2009 by Florian Klaempfl -- Try before you buy = See our experts in action! The most comprehensive online learning library for M

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Patrick
I got that figured out. Did you see my last post about the compile error? -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Vi

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Martin Schreiber
On Monday 13 February 2012 17:00:06 Patrick wrote: > OK, so I am trying to set up git. > > I got it installed, > did a git init > and a git pull > git://mseide-msegui.git.sourceforge.net/gitroot/mseide-msegui /mseide-msegu > > Now that it is here on my computer, how do I extract it to a folder on m

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Martin Schreiber
On Monday 13 February 2012 17:34:27 Patrick wrote: > My compile command is > > ppc386 -B -Fu/data/patrick/mseide-msegui/lib/common/* > -Fu/data/patrick/mseide-msegui/lib/common/kernel/i386-linux > -Fi/data/patrick/mseide-msegui/lib/common/kernel > /data/patrick/mseide-msegui/apps/ide/mseide.pas > >

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Patrick
My compile command is ppc386 -B -Fu/data/patrick/mseide-msegui/lib/common/* -Fu/data/patrick/mseide-msegui/lib/common/kernel/i386-linux -Fi/data/patrick/mseide-msegui/lib/common/kernel /data/patrick/mseide-msegui/apps/ide/mseide.pas -

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Patrick
Getting a little farther. Trying to compile the version I got from git and got this formdesigner.pas(1286,12) Error: Incompatible types: got "TList" expected "TFPList" formdesigner.pas(1295,20) Error: Incompatible types: got "TFPList" expected "TList" formdesigner.pas(3310) Fatal: There were 2

Re: [MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Patrick
I am running debian squeeze. -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MV

[MSEide-MSEgui-talk] setting up git

2012-02-13 Thread Patrick
OK, so I am trying to set up git. I got it installed, did a git init and a git pull git://mseide-msegui.git.sourceforge.net/gitroot/mseide-msegui /mseide-msegu Now that it is here on my computer, how do I extract it to a folder on my comptuer? git what Any quick guides to git available? t