Re: [fpc-pascal] Segmentation fault gone if compiled with -glh

2011-01-09 Thread Jeppe Johansen
Den 10-01-2011 02:36, leledumbo skrev: Compile the attached project (really difficult to trim it down) using two different options. First, using -glh, then using -g. The first one raises nothing (program runs fine), while the second raises segmentation fault. When debugged deeper using gdb, the s

[fpc-pascal] Segmentation fault gone if compiled with -glh

2011-01-09 Thread leledumbo
Compile the attached project (really difficult to trim it down) using two different options. First, using -glh, then using -g. The first one raises nothing (program runs fine), while the second raises segmentation fault. When debugged deeper using gdb, the second gives this backtrace: Program rec

Re: [fpc-pascal] The new Delphi 2010 RTTI

2011-01-09 Thread alexv...@mail.ru
24.12.2010 17:31, Sven Barth пишет: Yeah... and only works on i386- and x86_64-linux. Runtime packages will come sooner or later, maybe not this year (ok... that's hard to beat ^^) and maybe not next year. But when they come they'll be implemented in a good cross platform way without such ha

[fpc-pascal] What fonts are used for different languages on Linux, Win and Macs?

2011-01-09 Thread Pew (piffle.the.cat)
Hi Pascal list, I have the following unit. I probably need to define the font name for each language also does anyone know the standard linux fonts for these languages? How does this differ for Macs and Windows in Lazarus? I am trying to make this cross platform. This is what I need help wi

Re: [fpc-pascal] error compiling lazarus

2011-01-09 Thread Jonas Maebe
On 09 Jan 2011, at 11:26, Benedikt Schindler wrote: >> What did you do to fix the linking of 32 bit programs on your system? (since >> in the previous message you showed that this did not work) > > sorry, here is what i have done to solve the linking problems: > > i chnaged the positions in: /

Re: [fpc-pascal] error compiling lazarus

2011-01-09 Thread Benedikt Schindler
On 01/09/11 00:45, Jonas Maebe wrote: > > On 09 Jan 2011, at 00:32, Benedikt Schindler wrote: > >> I think this is a problem with the 64Bit compiler. >> In 32Bit this problem doesn't exist. > > What did you do to fix the linking of 32 bit programs on your system? (since > in the previous messag