Re: [Lazarus] EpikTimer v1.0.1 released

2014-06-12 Thread Michael Schnell
On 06/11/2014 09:46 PM, Graeme Geldenhuys wrote: The easiest is to simply create a Github account, then go to the EpikTimer repository in my account and click "Fork". Github will do the rest and give you instructions on how to checkout your forked version. Thanks, I created a github account

[Lazarus] Can't compile a saved project

2014-06-12 Thread Michael Schnell
On Linux x86 32 Bits, using the current svn version, since two days, while I still can create a "new->application", after I just did "save project as" and saved the two files, I can't compile any more but get lots of error messages (seemingly when linking) starting with Compile Project: Exit c

Re: [Lazarus] Can't compile a saved project

2014-06-12 Thread Michael Van Canneyt
On Thu, 12 Jun 2014, Michael Schnell wrote: On Linux x86 32 Bits, using the current svn version, since two days, while I still can create a "new->application", after I just did "save project as" and saved the two files, I can't compile any more but get lots of error messages (seemingly when

Re: [Lazarus] EpikTimer v1.0.1 released

2014-06-12 Thread Michael Schnell
Am I correct to assume that a "fork" is similar to a "branch" and hence the branches can share common files (e.g. updated demo/test projects). -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.or

Re: [Lazarus] Can't compile a saved project

2014-06-12 Thread Mattias Gaertner
On Thu, 12 Jun 2014 10:37:39 +0200 Michael Schnell wrote: > On Linux x86 32 Bits, using the current svn version, since two days, > while I still can create a "new->application", after I just did "save > project as" and saved the two files, I can't compile any more but get > lots of error messa

Re: [Lazarus] New Messages window

2014-06-12 Thread FreeMan
Is it possible, "bring to front messages after compilation" not focused, bugreport #0025176 status changed to resolved 'cos duplicate of 0019411, and its status "acknowledged" ans last IDE status, There is NO IDE option, "Show compile dialog" ??? This windows is useful, and I was plan work on th

Re: [Lazarus] Can't compile a saved project

2014-06-12 Thread Michael Schnell
On 06/12/2014 10:41 AM, Michael Van Canneyt wrote: Sounds like a missing 'interfaces' unit in your project source. On the contrary :-) Silly me saved the project in a folder that contained a file "interfaces.pas" that I did for another project ;-) . Thanks for the pointers. -Michael -- __

Re: [Lazarus] EpikTimer v1.0.1 released

2014-06-12 Thread Lukasz Sokol
On 12/06/14 09:43, Michael Schnell wrote: > Am I correct to assume that a "fork" is similar to a "branch" and > hence the branches can share common files (e.g. updated demo/test > projects). > Not really, 'fork' means you copy everything from one repo to another, and from then on your repo is tot

Re: [Lazarus] Can't compile a saved project

2014-06-12 Thread Joost van der Sluis
On 06/12/2014 10:41 AM, Michael Van Canneyt wrote: On Thu, 12 Jun 2014, Michael Schnell wrote: On Linux x86 32 Bits, using the current svn version, since two days, while I still can create a "new->application", after I just did "save project as" and saved the two files, I can't compile any mo

Re: [Lazarus] New Messages window

2014-06-12 Thread Mattias Gaertner
On Thu, 12 Jun 2014 11:49:17 +0300 FreeMan wrote: > Is it possible, "bring to front messages after compilation" not focused, > bugreport #0025176 status changed to resolved 'cos duplicate of 0019411, > and its status "acknowledged" > ans last IDE status, There is NO IDE option, "Show compile dia

Re: [Lazarus] EpikTimer v1.0.1 released

2014-06-12 Thread Graeme Geldenhuys
On 2014-06-12 09:31, Michael Schnell wrote: > > could you check if this did work ? Yes I can see your change. TIP: If you are tracking another repository, don't develop in the "master" branch. Leave that branch so it can track the upstream repository without causing any conflicts. Rather develop