Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread Fred van Stappen
Re-..._re hello Vasi. Yep, on OpenBSD, mseide compiles, links and ... run! Last commit should do the trick. Here sceenshot ( the last for tonight ): https://github.com/mse-org/mseide-msegui/assets/3421249/3ff71e23-396a-472a-a34e-083a37284cab Fre;D De : vasi vasi Envoyé : mercredi 31 mai 2023

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread Fred van Stappen
Re-re-re hello Vasi. Here the result of compil+link: https://github.com/mse-org/mseide-msegui/assets/3421249/4750a48e-a861-4af4-b258-eb014c4a2a96 OK, I stop for tonight. Fre;D De : vasi vasi Envoyé : mercredi 31 mai 2023 19:50 À : General list for MSEide+MSEgui

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread Fred van Stappen
Re-re hello Vasi. OK, debugged mseide on OpenBSD and it seems to have problem with iconv library. I have to investigate deeper ( of course if you have a idea, welcome ...  ) Here screenshot of the thing:

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread Fred van Stappen
Hello Vasi. In last commit of mseide-msegui is fixed linking with OpenBSD. I did try to compile mseide and now it is ok, it compiles and link. But it crash at running. ;-( Fre;D De : vasi vasi Envoyé : mercredi 31 mai 2023 19:50 À : General list for

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread Fred van Stappen
Hello Vasi OK, OpenBSD + Xcfe4 + fpc installed. I have try to compile mseide. Indeed, some errors at linking: msecwstring.pas --> undefined reference to __error, iconv, iconv_open, iconv_close. mselibc.pas --> undefined reference to __error msesysintf1.pas --> undefined reference to __error

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread Fred van Stappen
Hello Vasi. I am busy to install OpenBSD 7.3. on a virtual VMware. OK, install of OpenBSD was ok, now I install all the Xorg things following this: https://www.birkey.co/2022-01-29-openbsd-7-xfce-desktop.html The good new is that pkg_add is working and I can download the packages. Write you

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread vasi vasi
* meant to say /etc as destination for the doas.conf file... On Wed, May 31, 2023 at 8:48 PM vasi vasi wrote: > There is no binary compatibility between FreeBSD and OpenBSD... none of > the *BSDs are compatible. > Lazarus gets compiled from sources using the fpc from OpenBSD repos... > To get

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread vasi vasi
There is no binary compatibility between FreeBSD and OpenBSD... none of the *BSDs are compatible. Lazarus gets compiled from sources using the fpc from OpenBSD repos... To get root access, your user must be member of wheel and control groups. Instead of sudo, you use doas. To activate doas, you

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread vasi vasi
Hi Fred, fpc is included in OpenBSD repository... you look for it with pkg_info -Q fpc and install it with pkg_add fpc but you have to install also the other units... But I think sourceforge has packages for 3.2.2 for OpenBSD? On Wed, May 31, 2023 at 7:55 PM Fred van Stappen wrote: > Re-re

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread Fred van Stappen
Re-re hello Vasi. Do you know from where to download a fpc OpenBSD release? I only found fpc install release for FreeBSD (or maybe the release of fpc FreeBSD works for OpenBSD) ? Thanks. De : vasi vasi Envoyé : mercredi 31 mai 2023 10:36 À : General list for

[MSEide-MSEgui-talk] New Ver 5.8.0

2023-05-31 Thread mohamed hamza
A big thank to all and especially to Fred van Stappen. Med ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread Fred van Stappen
Re-hello Vasi. I did not yey jump into OpenBSD. But in msegui code there are lot of "{$ifdef freebsd}" maybe you could try changing it into "{$ifdef bsd}" so it will take OpenBSD too. Fre;D De : vasi vasi Envoyé : mercredi 31 mai 2023 10:36 À : General list

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread Fred van Stappen
Hello Vasi. I never try to use msegui with OpenBSD. I will install it asap on VM on my laptop and try. By the way what is the main difference with OpenBSD vs FreeBSD (that works here on my VM). Thanks for your attention. Fre;D De : vasi vasi Envoyé :

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread vasi vasi
Ok, I tried mseide first, it compiles msegui ok but fails at linking... It says there are undefined references to "__error" and "iconv" in msecwstring.pas, mselibc.pas and msesysintf1.pas Probably OpenBSD not a valid target? On Wed, May 31, 2023 at 10:42 AM vasi vasi wrote: > Actually, I will

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread vasi vasi
Actually, I will try to figure it from your compilation command of uide from your repository, I'll keep you posted... On Wed, May 31, 2023 at 10:23 AM vasi vasi wrote: > Thank you Fred, my problem with mseide-msegui is as follows: > I run OpenBSD 7.3 on one of my laptops (where is fpc 3.2.2 but

Re: [MSEide-MSEgui-talk] New release?

2023-05-31 Thread vasi vasi
Thank you Fred, my problem with mseide-msegui is as follows: I run OpenBSD 7.3 on one of my laptops (where is fpc 3.2.2 but no Lazarus) and I would like to have a makefile or a script that assures the compilation of the msegui units, required to create mseide executable. Once done, probably I will