Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Julio Jiménez
2015-08-10 18:08 GMT+02:00 Julio Jiménez juj...@gmail.com: Yes but it overrides parameter in config file. Well, seems the AV was due using export MSEDIR=... instead of export msedir= But not working as expected... Martin, can you check export MSEDIR=a path... It halts with An

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Martin Schreiber
On Monday 10 August 2015 15:39:03 Fred van Stappen wrote: 3.0 compatible, please test. https://gitlab.com/mseide-msegui/mseide-msegui Hello Martin. How to download last release ? The button [Download] has disappear... Proposition = In your gitlab.com site, a easy-to-find-button Download

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Julio Jiménez
I forgot to say, my FPC are installed in my home directory. Actually I have fpc stable, 3.0 and trunk.. because different config dirs and paths, I have no problem in using both even at the same time. MSEide doesn't allow me to do it actually because it shares the same config dir.. (and the

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Julio Jiménez
2015-08-10 17:52 GMT+02:00 Graeme Geldenhuys mailingli...@geldenhuys.co.uk : On 2015-08-10 16:40, Julio Jiménez wrote: MSEide doesn't allow me to do it actually because it shares the same config dir.. (and the same${MSEDIR}). The joys of open source software. If Martin deems it

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Graeme Geldenhuys
On 2015-08-10 16:40, Julio Jiménez wrote: MSEide doesn't allow me to do it actually because it shares the same config dir.. (and the same${MSEDIR}). The joys of open source software. If Martin deems it unnecessary, it will literally take you 5 minutes to apply a fix on your side - I had a look

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Martin Schreiber
On Monday 10 August 2015 15:22:22 Julio Jiménez wrote: Great! MSEide compiled with fpc fixes_3.0 is ok, a few applications also ok. fpc -version [0.012] Free Pascal Compiler version 3.0.1 [2015/07/27] for x86_64 [0.012] Copyright (c) 1993-2015 by Florian Klaempfl and others [0.012] error:

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Julio Jiménez
2015-08-10 15:04 GMT+02:00 Martin Schreiber mse00...@gmail.com: Hi, MSEide+MSEgui GitLab master 18096029ab79bc0f3d46116a8c43b705305eca6c is FPC 3.0 compatible, please test. https://gitlab.com/mseide-msegui/mseide-msegui MSEide executable, smaller file size with fpc 3.0 :) fpc 2.6.5:

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Julio Jiménez
2015-08-10 18:49 GMT+02:00 Martin Schreiber mse00...@gmail.com: On Monday 10 August 2015 18:19:17 Julio Jiménez wrote: Martin, can you check export MSEDIR=a path... It halts with An unhandled exception occurred at $08276264 : EAccessViolation : Access violation Please try again with

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Julio Jiménez
2015-08-10 18:05 GMT+02:00 Graeme Geldenhuys mailingli...@geldenhuys.co.uk : On 2015-08-10 17:01, Julio Jiménez wrote: export MSEDIR='the desired path...' I believe MSEDIR is the root directory to where you would find the MSEide+MSEgui source code, not the user's config settings directory.

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Martin Schreiber
On Monday 10 August 2015 18:19:17 Julio Jiménez wrote: Martin, can you check export MSEDIR=a path... It halts with An unhandled exception occurred at $08276264 : EAccessViolation : Access violation Please try again with git master a8b37f2a6ddac48cfff4ea356dd5901544024efc. Martin

[MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Martin Schreiber
Hi, MSEide+MSEgui GitLab master 18096029ab79bc0f3d46116a8c43b705305eca6c is FPC 3.0 compatible, please test. https://gitlab.com/mseide-msegui/mseide-msegui Martin -- ___

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Fred van Stappen
From: mse00...@gmail.com To: mseide-msegui-talk@lists.sourceforge.net Date: Mon, 10 Aug 2015 15:04:05 +0200 Subject: [MSEide-MSEgui-talk] FPC 3.0 Hi, MSEide+MSEgui GitLab master 18096029ab79bc0f3d46116a8c43b705305eca6c is FPC 3.0 compatible, please test.

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Fred van Stappen
Is there a way to specify a different config dir for running MSEide? You may use ideU, a ide based on MSEide and that have multi-compilers choice. https://github.com/fredvs/ideU Fre;D

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Julio Jiménez
2015-08-10 15:33 GMT+02:00 Graeme Geldenhuys mailingli...@geldenhuys.co.uk : You can override the environment variables that control a few locations. I don't think you can override the ~/.mseide/ general path though. Hi Graeme. For Martin would be trivial to add such option if he consider

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Julio Jiménez
Great! MSEide compiled with fpc fixes_3.0 is ok, a few applications also ok. fpc -version [0.012] Free Pascal Compiler version 3.0.1 [2015/07/27] for x86_64 [0.012] Copyright (c) 1993-2015 by Florian Klaempfl and others [0.012] error: No source file name in command line [0.012] error:

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Graeme Geldenhuys
On 2015-08-10 14:22, Julio Jiménez wrote: It uses always the same dir .mseide. Lazarus use --primary-config-path parameter. You can override the environment variables that control a few locations. I don't think you can override the ~/.mseide/ general path though. From the README.TXT file.

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Julio Jiménez
2015-08-10 15:30 GMT+02:00 Fred van Stappen fi...@hotmail.com: Is there a way to specify a different config dir for running MSEide? You may use ideU, a ide based on MSEide and that have multi-compilers choice. https://github.com/fredvs/ideUhttps://github.com/fredvs/ideU Hi Fred. I have

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Fred van Stappen
3.0 compatible, please test. https://gitlab.com/mseide-msegui/mseide-msegui Hello Martin. How to download last release ? The button [Download] has disappear... Proposition = In your gitlab.com site, a easy-to-find-button Download last release. Thanks. Fred.

Re: [MSEide-MSEgui-talk] FPC 3.0

2015-08-10 Thread Graeme Geldenhuys
On 2015-08-10 14:39, Julio Jiménez wrote: For Martin would be trivial to add such option if he consider it (like Lazarus). ;) I had a quick look in the source code. That location is stored in a variable named statdirname and is never overwritten anywhere, so no, currently there is no option to