[Lazarus] Lazarus & MX-14

2014-06-24 Thread Gordon Cooper

Hi to all,
  I am currently testing Lazarus 1.2.2 on MX-14, a light
version of Linux developed from Antix.  We have 1.2.2 in the
MX testing repository and will probably update to 1.2.4 when
moving it to the main repo.  So far, the tests look good.

   I see a few references to Laz 1.3 . Does this exist or is it
something for the future?  I do not wish to upset the packager
by asking for changes too frequently.

Thanks,
Gordon

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus & MX-14

2014-06-24 Thread Michael Van Ham
On Tue, Jun 24, 2014 at 6:18 AM, Gordon Cooper 
wrote:

> I see a few references to Laz 1.3 . Does this exist or is it
> something for the future?  I do not wish to upset the packager
> by asking for changes too frequently.
>

1.2.4 is the latest release.

I believe 1.3 is the current development branch, and exists only in the SVN
repository. Check out the wiki here:
http://wiki.lazarus.freepascal.org/Getting_Lazarus#Getting_Lazarus_SVN_development_version
or for windows here: http://wiki.lazarus.freepascal.org/TortoiseSvn

At some point 1.3 will be considered stable and released as 1.4. There is
no fixed date for this.
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus & MX-14

2014-06-24 Thread Gordon Cooper

Thanks Michael,
  Will go ahead with 1.2.4


On 25/06/14 12:16, Michael Van Ham wrote:


At some point 1.3 will be considered stable and released as 1.4. There 
is no fixed date for this.



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus & MX-14

2014-07-08 Thread GordonC
Working with Laz 1.2.2 on Linux MX_14.2, I have this problem.  Project fails
on compilation of a very simple
test project named First. 

Error message:  PPU Invalid Version 134
   First.lpr (9,3) Fatal: Can not find interfaces used
by First ppu= ../lcl/units/i386-linux/gtk2/
   interfaces/ppu,
package LCL

There is nothing obviously missing in the downloaded files.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Lazarus-MX-14-tp4037628p4037876.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus & MX-14

2014-07-09 Thread Péter Gábor
Invalid version says that the binary unit is from another installation.
Try to  clean recompile the IDE with packages!

... and check out these on wiki:
http://wiki.lazarus.freepascal.org/Lazarus_Faq#When_I_try_to_compile_a_project.2C_I_get_an_error_message_.22Cannot_find_Unit_22
and
http://wiki.lazarus.freepascal.org/Unit_not_found_-_How_to_find_units


2014-07-09 04:47 keltezéssel, GordonC írta:
> Working with Laz 1.2.2 on Linux MX_14.2, I have this problem.  Project fails
> on compilation of a very simple
> test project named First. 
> 
> Error message:  PPU Invalid Version 134
>First.lpr (9,3) Fatal: Can not find interfaces used
> by First ppu= ../lcl/units/i386-linux/gtk2/
>interfaces/ppu,
> package LCL
> 
> There is nothing obviously missing in the downloaded files.
> 

-- 
Péter Gábor
p...@freemail.hu

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus & MX-14

2014-07-09 Thread Gordon Cooper

Thank you Péter, that is the thing that has me puzzled. I believed
that I had not previously installed Lazarus on this HDD partition, for
use with a new installation of MX14-2. Will delete it all and reformat
as there must be something remaining on the disk.

On 07/09/2014 07:27 PM, Péter Gábor wrote:

Invalid version says that the binary unit is from another installation.
Try to  clean recompile the IDE with packages!



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus