Re: [Lazarus] 64 bit Cocoa package (Mac)

2018-06-24 Thread Dmitry Boyarintsev via Lazarus
On Sunday, June 24, 2018, Ryan Joseph via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > > Is the IDE broken for the Cocoa widget set? > I prefer the word “incomplete” for Cocoa widget. Are you using trunk for Lazarus, or an earlier release? If an earlier release then it’s expected. If trunk

[Lazarus] Can't access mysql tables in linux using lazarus

2018-06-24 Thread Larry Dalton via Lazarus
I have an application that uses mysql databases. It works perfectly in Windows, but not linux. Here is the problem: Mysql57Connection won't apply updates correctly in linux. Here are the details: 1. I am using linux 18.3 Cinnamon 64bit 2. I am running lazarus 1.8.2. 3. I am using Mysql 5.7 4.

Re: [Lazarus] 64 bit Cocoa package (Mac)

2018-06-24 Thread Ryan Joseph via Lazarus
> On Jun 25, 2018, at 9:38 AM, Dmitry Boyarintsev via Lazarus > wrote: > > It's not IDE that demands the compiler to be i386, but the widgetset (Carbon). > > You need to specify Lazarus to build for Cocoa instead. In this case you > should be able to install the package into IDE. Yes I

Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Bart via Lazarus
On Sun, Jun 24, 2018 at 11:04 PM, Mattias Gaertner via Lazarus wrote: > My fpc 3.0.4 simply ignores the parameter. > What compiler flavor shows this error? 3.0.4rc1 does (never got to updating that to the actual 3.0.4 release). C:\Users\Bart\LazarusProjecten\ConsoleProjecten>fpc -vm6058

Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Mattias Gaertner via Lazarus
On Sun, 24 Jun 2018 13:00:06 +0200 Florian Klämpfl via Lazarus wrote: >[...] > > Error: (11006) Illegal parameter: -vm6058 > > > > when compiling LazUtils. >[...] > This error message is 3.1.1+ only. My fpc 3.0.4 simply ignores the parameter. What compiler flavor shows this error? Mattias --

Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Florian Klämpfl via Lazarus
Am 24.06.2018 um 20:12 schrieb Bart via Lazarus: On Sun, Jun 24, 2018 at 7:59 PM, Michael Ring via Lazarus wrote: Are you 100% sure that this message is 3.1.1+ only? He probably means that a message with id 6058 only exists in 3.1.1, so you cannot suppress it using -vm6058 in earlier

Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Michael Ring via Lazarus
Are you 100% sure that this message is 3.1.1+ only? Please look at the output below, the error is reported for /usr/local/bin/ppcx64, and when I do a version check on that file it returns 3.0.4 Error: (11006) Illegal parameter: -vm6058 Hint: (11007) -? writes help pages Error:

Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Florian Klämpfl via Lazarus
Am 24.06.2018 um 12:07 schrieb Michael Ring via Lazarus: I cannot build current lazarus trunk on MacOSX, 64bits, not sure if the problem is because of my build environment or not. I have successfully build lazarus for a very long time with the steps I do. When I rebuild lazarus I get this

[Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Michael Ring via Lazarus
I cannot build current lazarus trunk on MacOSX, 64bits, not sure if the problem is because of my build environment or not. I have successfully build lazarus for a very long time with the steps I do. When I rebuild lazarus I get this error message: Error: (11006) Illegal parameter: -vm6058

Re: [Lazarus] Lazarus IDE on Android (ARM and x86_64)

2018-06-24 Thread Mark Morgan Lloyd via Lazarus
On 24/06/18 01:00, Paul Breneman via Lazarus wrote: A couple of days ago I loaded UserLAnd on my Moto Z2 Android phone.  I then loaded fpc and got fpc 3.0.0 loaded for AArch64.  I have this web page started:  www.turbocontrol.com/userland.htm Please try UserLAnd and report back how it works for