Re: [Lazarus] Lazarus Release 1.8

2017-12-18 Thread Andrea Mauri via Lazarus
same user. only one user on my Mac, I suppose I am admin (I am a OS X newbie). I opened using launchpad and directly from finder. Here the text of IDE menu: Lazarus version: 1.8.0 Lazarus svn revision: exported Lazarus build date: 2017/12/04 Lazarus was compiled for i386-darwin Lazarus was co

Re: [Lazarus] First pas2js public release

2017-12-18 Thread Marcello via Lazarus
fatastic new congratulation for this incredible work On 16/12/2017 17:36, Michael Van Canneyt via Lazarus wrote: Hello fellow Pascal enthousiasts, It is with great pleasure that I can finally announce the first publicly available version of pas2js. A "beta" version, version 0.8.39. The endpoin

[Lazarus] IDE crash on rebuild

2017-12-18 Thread Michael Van Canneyt via Lazarus
Hi, When I install a package, the IDE offers to rebuild. When I click 'rebuild', the IDE invariably crashes and hangs with an access violation. Latest SVN, Linux, 64-bit GTK2. It looks like the mouse up event is delivered when the button or application has already disappeared. Could be beca

Re: [Lazarus] Having trouble using Indy inside command line program

2017-12-18 Thread Bo Berglund via Lazarus
On Mon, 18 Dec 2017 01:05:59 +0100, Bo Berglund via Lazarus wrote: >3) And what should I do when creating a "Program" application in >Lazarus to make it possible to use the units from indylaz without >fussing with the paths to the Indy sources? >The program should be possible to build also on Lin