[MSEide-MSEgui-talk] minimum packages needed to use msegui in linux

2016-02-07 Thread che fou
Hi Martin after installing new linux mint 17.3 , and fpc 3.0 and msegui 4 (binary & source) . i got errors when compiling simple program : Linking main main.pas(12,1) Warning: "crti.o" not found, this will probably cause a linking failure main.pas(12,1) Warning: "crtn.o" not found, this will

Re: [MSEide-MSEgui-talk] minimum packages needed to use msegui in linux

2016-02-07 Thread Graeme Geldenhuys
On 2016-02-07 10:05, che fou wrote: > /usr/bin/ld: cannot find -lX11 You need to install the libX11-dev (or libX11-devel) package on your system. It includes the required packages for linking a GUI application. The mentioned package name may vary depending on your Linux distro (there is no

Re: [MSEide-MSEgui-talk] minimum packages needed to use msegui in linux

2016-02-07 Thread Fred van Stappen
Hello. Huh, yes, it is (very) difficult to know/find the libraries/programs needed for fpc-Linux. And libx11 will not be enough. My solution: CodeTyphon. http://www.pilotlogic.com/sitejoom/index.php/downloads It has, in install, a option "Install libraries for system" per Linux version

Re: [MSEide-MSEgui-talk] minimum packages needed to use msegui in linux

2016-02-07 Thread che fou
> My solution: CodeTyphon. > > http://www.pilotlogic.com/sitejoom/index.php/downloads > > It has, in install, a option "Install libraries for system" per Linux > version (Ubuntu, Debian, Fedora,...). > thanks , interesting , i'll check

Re: [MSEide-MSEgui-talk] minimum packages needed to use msegui in linux

2016-02-07 Thread che fou
> $ sudo apt-get install libX11-dev > $ sudo apt-get install libXft-dev thanks , yes this resolves the dependency on lx11 , but still -lpthread -lc -ldl i think that's because i installed mint offline , so most of dev packages didn't installed automatically . seems like mint is not designed