Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-10 Thread fredvs
> Why do you think so? AFAIK, it is _meant_ to be handled in such a way. But how will you do is the library dont provide the "nude" symlink and only provide the soname, like libportaudio.so.2? Oblige people to create by their self a symlink libportaudio.so ? Sorry but I prefer to link directly

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-10 Thread Sieghard
Hello fredvs, you wrote on Fri, 10 Apr 2020 09:34:42 -0700 (MST): > > And that's a barricade for my advance with the new mseide right now. > > I did not understand exactly what is the problem with dialogs form, I have > to study better your post. > > But, trust me, we will find a solution,

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-10 Thread Sieghard
Hello fredvs, you wrote on Fri, 10 Apr 2020 09:56:29 -0700 (MST): > > Ok, then it's understandable. This version will then be limited to this > > specific version of libX11. ... > X11.org project is dead, there is absolutely no plan for a new major > release. Not even small corrections,

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-10 Thread fredvs
> Ok, then it's understandable. This version will then be limited to this > specific version of libX11. Yes and this till the end of time. X11.org project is dead, there is absolutely no plan for a new major release. Even if there will be a fix, this will be on a minor release, and the soname

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-10 Thread fredvs
> And that's a barricade for my advance with the new mseide right now. I did not understand exactly what is the problem with dialogs form, I have to study better your post. But, trust me, we will find a solution, for sure. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-10 Thread Sieghard
Hello fredvs, you wrote on Fri, 10 Apr 2020 05:25:35 -0700 (MST): > fpc will autocratically remove the prefix part "lib" and the extension > part ".so.6". > > But it you use the patched version of fpc that can link soname, it will > link to libX11.so.6'. Ok, then it's understandable. This

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-10 Thread fredvs
Please, read previous mail. > X11" to 'libX11.so.6' in "mseguiintf.pas"; It was a big hope of Martin, I am sorry that we couldn't convince fpc team to fix the bug. Finally, after all that years, it appends, but wtchl a patched fpc that is here: https://github.com/fredvs/freepascal --

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-10 Thread fredvs
> "X11" to 'libX11.so.6' in "mseguiintf.pas"; Yes, it will have no affect if you use original fpc. fpc will autocratically remove the prefix part "lib" and the extension part ".so.6". But it you use the patched version of fpc that can link soname, it will link to libX11.so.6'.

Re: [MSEide-MSEgui-talk] New release of MSEide.

2020-04-10 Thread Sieghard
Hello fredvs, you wrote on Wed, 8 Apr 2020 14:38:44 -0700 (MST): > > Thank you again, I'll get it as soon as I can. > > To re-compile MSEide, load /mseide-msegui/apps/ide/mseide.prj + compile. Thanks, I got me an eon old Makefile that does the job without having to load an older ide version.