Re: [MSEide-MSEgui-talk] compile

2018-04-14 Thread fredvs
> What is your opinion? If you are **very** patient, maybe one day fpc will fix that boring bug... https://bugs.freepascal.org/view.php?id=32367 Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ --

Re: [MSEide-MSEgui-talk] compile

2018-04-13 Thread Patrick Goupell
On 04/13/2018 09:12 AM, Martin Schreiber wrote: You need to install the devel packages. On Debian afaik build-essential. Martin On Debian Stretch I installed the following: sudo apt-get install build-essential libx11-dev gdb

Re: [MSEide-MSEgui-talk] compile

2018-04-13 Thread Martin Schreiber
On Friday 13 April 2018 09:58:43 mohamed hamza wrote: > > Now I have many ld errors that I have not in previous linux version x86. > > For example > > Free Pascal Compiler version 3.0.4 [2017/10/03] for x86_64 > Copyright (c) 1993-2017 by Florian Klaempfl and others > Target OS: Linux for x86-64 >

Re: [MSEide-MSEgui-talk] compile

2018-04-13 Thread mohamed hamza
e packets are loaded but not resolved in ld ? What is your opinion? Best Regards. Med De : Martin Schreiber <mse00...@gmail.com> Envoyé : jeudi 12 avril 2018 17:55 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] compile On 04/12/2018 07:

Re: [MSEide-MSEgui-talk] compile

2018-04-12 Thread Martin Schreiber
On 04/12/2018 07:24 PM, mohamed hamza wrote: > Hi Martin > > >I installed a new linux system : Mint18 and > > ( Fpc- 3.04.x86_64, mseide_msegui_x86_64_linux_4_6 ) also. > > > After loading demo.prj and F9 I got an error 217 and1: /bin/sh: ppcx64: > not found in message

[MSEide-MSEgui-talk] compile

2018-04-12 Thread mohamed hamza
Hi Martin I installed a new linux system : Mint18 and ( Fpc- 3.04.x86_64, mseide_msegui_x86_64_linux_4_6 ) also. After loading demo.prj and F9 I got an error 217 and1: /bin/sh: ppcx64: not found in message panel? Can you help ? Nb: mseIde and fpc are in home

Re: [MSEide-MSEgui-talk] Compile Error

2018-04-05 Thread Martin Schreiber
On Thursday 05 April 2018 16:08:07 mohamed hamza wrote: > > > tsimplewidget2.tag:=integer(tdbstringedit1.datalink.datasource.dataset); > > Error: Illegal type conversion: "TDataSet" to "LongInt" > > > this error appears only in mseide-ide x86_64 not in x86_32 ? > > > How it is possible? >

[MSEide-MSEgui-talk] Compile Error

2018-04-05 Thread mohamed hamza
Hi Martin, There is an error when I compile this line: tsimplewidget2.tag:=integer(tdbstringedit1.datalink.datasource.dataset); Error: Illegal type conversion: "TDataSet" to "LongInt" this error appears only in mseide-ide x86_64 not in x86_32 ? How it is possible? Best Regards.

Re: [MSEide-MSEgui-talk] Compile on freeBSD problem

2014-12-18 Thread Fred van Stappen
Hello Martin. Ok, one full night to install-reinstall-re-re-reinstall fpc on freeBSD (and re-re-install PC-BSD too). Now all the units needed to compile mseide are finded, it compiles ok but... when linking it takes ages and finally VirtualBox crashes... I know that it is not a mse problem but

Re: [MSEide-MSEgui-talk] Compile on freeBSD problem

2014-12-18 Thread Fred van Stappen
FPC is easy to install on any platform. Simply use the installer supplied by the FPC team. Download the installer and source archive from SourceForge. Very simple (on ALL platforms) and should take around 2 minutes. Yep, i find that site and it does the trick (in less than 2 minutes ;-) ) =

Re: [MSEide-MSEgui-talk] Compile on freeBSD problem

2014-12-18 Thread Fred van Stappen
Suggestion: remove -CX -XX . Ho, nice one, i will try it, many thanks Martin. Fred. -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly

Re: [MSEide-MSEgui-talk] Compile on freeBSD problem

2014-12-18 Thread Fred van Stappen
Suggestion: remove -CX -XX . Excellent = it works directly and fast ;-) Many thanks. -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly

[MSEide-MSEgui-talk] Compile on freeBSD problem

2014-12-17 Thread Fred van Stappen
Hello. I try to compile MSEide in freeBSD and get that error message : mseguiintf.pas(27,14) Fatal: Can't find unit xlib used by mseguiintf Fatal: Compilation aborted What can i do ? Thanks. Fred.

Re: [MSEide-MSEgui-talk] Compile on freeBSD problem

2014-12-17 Thread Fred van Stappen
mseguiintf.pas(27,14) Fatal: Can't find unit xlib used by mseguiintf Fatal: Compilation aborted OK, the guilty is fpc. My god, what a hell to install fpc (everywhere). Do you have a easy way to install it, with source on freebsd ? I have done sudo pkg install fpc, fpc is installed but not the

Re: [MSEide-MSEgui-talk] Compile on freeBSD problem

2014-12-17 Thread Graeme Geldenhuys
On 2014-12-18 00:49, Fred van Stappen wrote: My god, what a hell to install fpc (everywhere). Do you have a easy way to install it, with source on freebsd ? FPC is easy to install on any platform. Simply use the installer supplied by the FPC team. Download the installer and source archive from

[MSEide-MSEgui-talk] compile/assembly time

2014-11-20 Thread Geoffrey Barton
what is the difference between projectmake and projectbuild? They both seem to recompile all the units used every time you do either. This is rather impractical as, if you make a simple syntax error in the main file, this is not detected until after all the other units have been built, so

Re: [MSEide-MSEgui-talk] compile/assembly time

2014-11-20 Thread Martin Schreiber
On Thursday 20 November 2014 18:43:09 Geoffrey Barton wrote: what is the difference between projectmake and projectbuild? Build adds -B, see 'Project'-'Options'-'Make'-'Make options'. They both seem to recompile all the units used every time you do either. This is rather impractical as, if

Re: [MSEide-MSEgui-talk] Compile in Linux 64bit

2011-12-08 Thread wahono sri
Correct. Using -O1 is fine too. Just don't try adding to much optimization like -O2 or -O3. In the latter two cases, your app will not compile, or will compile, but crash instantly when run. I have no idea why, and it seems to be a MSEgui specific issue. Thanks Graeme, that is best solution

Re: [MSEide-MSEgui-talk] Compile in Linux 64bit

2011-12-07 Thread Graeme Geldenhuys
On 8 December 2011 08:49, Martin Schreiber wrote: Try to delete all *.ppu and *.o files in source tree and the unit export directory. Use FPC fixes_2_6, switch optimizations off (-O-). Correct. Using -O1 is fine too. Just don't try adding to much optimization like -O2 or -O3. In the latter two