Re: [Lazarus] IDE Macro for # of bits of the Source OS? (eg. 32-bit/64-bit -- A $(SrcCPU) would be nice!)

2014-07-08 Thread Sven Barth
Am 08.07.2014 07:47 schrieb Den cyr...@gmail.com: Hello all, Is there a convenient way using Package Conditionals (Options - Other) to detect if the SOURCE Operating System is 32bit/64bit? Kinda like $(TargetCPU) but a $(SrcCPU)? Why do you need that? Regards, Sven --

Re: [Lazarus] IDE Macro for # of bits of the Source OS? (eg. 32-bit/64-bit -- A $(SrcCPU) would be nice!)

2014-07-08 Thread Den
Actually, I ended up using GetIDEValue('CPU') for it. But now I need the TargetProcessor.. It's configuring for my Android Library Package so it can properly detect where the ANDROID NDK is automatically. So far everything is able to detect with defaults and NO overrides (Build Macro

Re: [Lazarus] IDE Macro for # of bits of the Source OS? (eg. 32-bit/64-bit -- A $(SrcCPU) would be nice!)

2014-07-08 Thread Sven Barth
Am 08.07.2014 08:59 schrieb Den cyr...@gmail.com: Actually, I ended up using GetIDEValue('CPU') for it. But now I need the TargetProcessor.. It's configuring for my Android Library Package so it can properly detect where the ANDROID NDK is automatically. So far everything is able to detect

[Lazarus] Implementation of TargetProcessor?

2014-07-08 Thread Den
Hi all, Any way someone could implement TargetProcessor in the Conditionals area of the IDE? I want to select the appropriate Android NDK toolchain for my Android Library when the Developer selects which Target Processor (ARMV6, ARMV7, etc.) but have no way of checking automatically..

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/