Re: [MSEide-MSEgui-talk] Compiling

2014-04-12 Thread Med Hamza
Same error Here mse config FPCDIR /usr/lib/mseide-msegui/ FPCLIBDIR /usr/lib/fpc/2.6.4/units/i386-linux/ MSEDIR /home/astein/mseide-msegui/ MSELIBDIR ${MSEDIR}lib/common/ .. compiler ppc386 TARGET i386-linux TARGETOSDIR linux Best

Re: [MSEide-MSEgui-talk] Compiling

2014-04-12 Thread Med Hamza
I did Project --> New (default template) with only One window and I had the same error when compiling. I do not know where to search ?? Best Regards. 2014-04-12 14:06 GMT+01:00 Martin Schreiber : > On Saturday 12 April 2014 14:41:57 Med Hamza wrote: > > Same error > > > > Here mse config

Re: [MSEide-MSEgui-talk] Compiling

2014-04-12 Thread Patrick Goupell
Where did you get the version of mseide-msegui that you are using? On 04/12/2014 10:13 AM, Med Hamza wrote: I did Project --> New (default template) with only One window and I had the same error when compiling. I do not know where to search ?? Best Regards. 2014-04-12 14:06 GMT+01:0

Re: [MSEide-MSEgui-talk] Compiling

2014-04-12 Thread Med Hamza
I got this version from http://msegui.org/content/download Files Linux 32 bit Format: tar.gz 2014-04-12 15:17 GMT+01:00 Patrick Goupell : > Where did you get the version of mseide-msegui that you are using? > > > > > > On 04/12/2014 10:13 AM, Med Hamza wrote: > > I did Project --> New (d

Re: [MSEide-MSEgui-talk] Compiling

2014-04-12 Thread Patrick Goupell
On 04/12/2014 02:20 PM, Med Hamza wrote: > I got this version from http://msegui.org/content/download > > Files Linux 32 bit Format: tar.gz > > The version you downloaded was compiled with fpc 2.6.2. I see fro a previous post that you have fpc 2.6.4. I would suggest that you download the sourc

Re: [MSEide-MSEgui-talk] Compiling

2014-04-12 Thread Med Hamza
Many thanks for your help Now I have Fatal: Can't find unit xlib used by mseguiintf and I have this unit in /usr/lib/fpc/2.6.4/units/i386-linux/x11 (xlib.o and xlib.ppu) 2014-04-12 20:21 GMT+01:00 Patrick Goupell : > > On 04/12/2014 02:20 PM, Med Hamza wrote: > > I got this version from http:/

Re: [MSEide-MSEgui-talk] Compiling

2014-04-12 Thread Ivanko B
Now I have Fatal: Can't find unit xlib used by mseguiintf = It's usually a problem of configuration mixing between FPC versions and/or MSEgui units compliled by different FPC versions. -- Put Ba

Re: [MSEide-MSEgui-talk] Compiling

2014-04-12 Thread Patrick Goupell
On 04/12/2014 04:58 PM, Med Hamza wrote: > Many thanks for your help > > Now I have Fatal: Can't find unit xlib used by mseguiintf > > and I have this unit in /usr/lib/fpc/2.6.4/units/i386-linux/x11 > (xlib.o and xlib.ppu) Do you have the x11 development libraries installed on your distro? On de