Re: [MSEide-MSEgui-talk] FreeBSD compile errors

2014-08-09 Thread Martin Schreiber
On Monday 04 August 2014 08:29:09 Graeme Geldenhuys wrote: Compiling as normal, including the IFI support, it goes much further that before, but now fails on the linking phase. = ...snip.. Compiling apps/ide/commandlineform_mfm.pas Compiling

Re: [MSEide-MSEgui-talk] FreeBSD compile errors

2014-08-09 Thread Graeme Geldenhuys
On 2014-08-09 09:38, Martin Schreiber wrote: Please try again with git master 3ff1de9db5aebfa75d346dbdd72e420d90db8223. Fantastic! Thank you very much Martin. I've managed to compile and run MSEide under FreeBSD - at last. :) You need a current JWM, please read

Re: [MSEide-MSEgui-talk] FreeBSD compile errors

2014-08-09 Thread Martin Schreiber
On Saturday 09 August 2014 10:38:11 Martin Schreiber wrote: You need a current JWM, please read https://github.com/joewing/jwm/issues/116 Correction: https://github.com/joewing/jwm/issues/117 Martin --

Re: [MSEide-MSEgui-talk] FreeBSD compile errors

2014-08-09 Thread Martin Schreiber
On Saturday 09 August 2014 13:17:26 Martin Schreiber wrote: On Saturday 09 August 2014 10:38:11 Martin Schreiber wrote: You need a current JWM, please read https://github.com/joewing/jwm/issues/116 Correction: https://github.com/joewing/jwm/issues/117 And this one:

Re: [MSEide-MSEgui-talk] FreeBSD compile errors

2014-08-04 Thread Graeme Geldenhuys
On 2014-08-04 05:55, Martin Schreiber wrote: This are common, not BSD-specific 64-bit problems, thanks for reporting. Should be fixed in git master 69f4df54952a784837d174e24ed45775c9e73c1d. Thanks, new compilation results below. I installed PC-BSD in a virtual box, but it is unusable slow.

Re: [MSEide-MSEgui-talk] FreeBSD compile errors

2014-08-04 Thread Martin Schreiber
On Monday 04 August 2014 08:29:09 Graeme Geldenhuys wrote: On 2014-08-04 05:55, Martin Schreiber wrote: This are common, not BSD-specific 64-bit problems, thanks for reporting. Should be fixed in git master 69f4df54952a784837d174e24ed45775c9e73c1d. Thanks, new compilation results below.

Re: [MSEide-MSEgui-talk] FreeBSD compile errors

2014-08-04 Thread Martin Schreiber
On Monday 04 August 2014 09:10:12 Martin Schreiber wrote: Now I try to install FreeBSD in a real partition. It is not possible to install in an extended partition so I had to move the root file system of my work-Linux installation to a logical partition in order to have a free primary

Re: [MSEide-MSEgui-talk] FreeBSD compile errors

2014-08-04 Thread Graeme Geldenhuys
On 2014-08-04 15:28, Martin Schreiber wrote: A difficult task. PC-BSD grub scripts do not recognise linux partitions so after PC-BSD install all other systems are gone. Additionally it trashed the swap partition and it uses the ZFS filesystem. Indeed, sounds like lots of fun! ;-) I was

Re: [MSEide-MSEgui-talk] FreeBSD compile errors

2014-08-04 Thread Martin Schreiber
On Monday 04 August 2014 19:33:00 Graeme Geldenhuys wrote: I was able to install ZFS on OpenSUSE but I fear it is not a good idea to exchange data by this way I have been doing just that for 2 years now. Still no problems. ZFS is a fantastic file system. It's the primary file system for

Re: [MSEide-MSEgui-talk] FreeBSD compile errors

2014-08-04 Thread Graeme Geldenhuys
On 2014-08-04 20:28, Martin Schreiber wrote: I mean booting in Linux and mounting the BSD ZFS filesystem in order to read/write data from/to BSD. Yup, that is exactly what I do. I have a 5TB RAID-Z1 disk array primarily used by FreeBSD. But I can dock my external Linux hard drive, reboot into

Re: [MSEide-MSEgui-talk] FreeBSD compile errors

2014-08-03 Thread Martin Schreiber
On Saturday 02 August 2014 13:13:08 Graeme Geldenhuys wrote: Hi Martin, Revisiting the ability to compile MSEide under FreeBSD (I'm using 64-bit OS) using FPC 2.6.4 Here is my compilation script. == #!/bin/sh rm units/x86_64-freebsd/* # Some

[MSEide-MSEgui-talk] FreeBSD compile errors

2014-08-02 Thread Graeme Geldenhuys
Hi Martin, Revisiting the ability to compile MSEide under FreeBSD (I'm using 64-bit OS) using FPC 2.6.4 Here is my compilation script. == #!/bin/sh rm units/x86_64-freebsd/* # Some compiler defines supported by MSEide # -dmse_no_ifi \