Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-17 Thread Graeme Geldenhuys
On 2015-08-17 15:41, Fred van Stappen wrote: > ...changing the background image of desktop, the battery of the > netbook, my haircut, finally it works ... LOL - I've had many such days, so know exactly how you feel. Regards, - Graeme - ___ fpc-pasc

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-17 Thread Fred van Stappen
> Well done! I'm glad you finally got it sorted out. > > Regards, > - Graeme - Thanks Graeme. After trying many fpc releases, install all FreeBSD distros that exist, re-compiling fpc, changing the background image of desktop, the battery of the netbook, my haircut, finally it works ... Happ

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-17 Thread Graeme Geldenhuys
On 2015-08-17 14:53, fredvs wrote: > I am very happy to have find the solution. Well done! I'm glad you finally got it sorted out. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mai

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-17 Thread fredvs
Hello everybody. Many, many thank to help. I have find the guilty. ;-) This code, in fpc.cfg was the cause of the strange characters: => # path to the messagefile, not necessary anymore but can be used to override # the default language -Fr/usr/local/lib/fpc/$fpcversion/msg/errore.msg -Fr/usr/l

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-16 Thread Graeme Geldenhuys
On 2015-08-16 20:16, Fred van Stappen wrote: > Aaargh, I have to take a rest... Why don't you start again. Remove all copies of FPC, no matter the versions. Remove all copies of the fpc.cfg too. Look in /usr/local/etc and $HOME. Then download the official FPC release install: http://sourceforg

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-16 Thread Sven Barth
Am 16.08.2015 21:17 schrieb "Fred van Stappen" : > > Re-re- hello Pierre, > > Aaargh, I have to take a rest... > > No, the image is ok, first command use full path to compiler (and message are not ok) and second command use full path of the symlink to compiler. > > So, to resume (and sorry for all

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-16 Thread Fred van Stappen
Re-re- hello Pierre, Aaargh, I have to take a rest... No, the image is ok, first command use full path to compiler (and message are not ok) and second command use full path of the symlink to compiler. So, to resume (and sorry for all this doubts): Using full path to compiler to run it, like =>

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-16 Thread Fred van Stappen
Re-hello Pierre. Oops, indeed, sorry for previous post, both commands are using full path in image. I have to recheck all, clean everything to know what was wrong and where. Write you later. Fre;D ___ fpc-p

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-16 Thread Fred van Stappen
Hello Pierre and thank to help. > Did you notice that the date of compilation is also different > in both cases... > > Are you really sure that the symlink points to the same file? Bien vu ! (well seen). Indeed. Before to find the "trick", i have installed many different fpc version, compiled

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-16 Thread Pierre Free Pascal
cal.org] De la part de fredvs > Envoyé : dimanche 16 août 2015 20:17 > À : fpc-pascal@lists.freepascal.org > Objet : Re: [fpc-pascal] FreeBSD and fpc messages. > > Ok, I get it (but it was a hard battle before to find it). > > If in console => > # /usr/local/lib/fpc/2.6

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-16 Thread fredvs
Ok, I get it (but it was a hard battle before to find it). If in console => # /usr/local/lib/fpc/2.6.4/ppcx64 myprog.pas => messages not readable. ;-( if creating a symlink to ppcx64 in /usr/local/bin then in console => # ppcx64 myprog.pas => messages readable. ;-) See image in attachment.

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-12 Thread Fred van Stappen
> All it needs is binutils (and in case of i386 and x86-64 on ELF > platforms such as FreeBSD, only the binutils linker). Hello. I have try with old binutils but same result. See attachment. Thanks. Fre;D __

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-12 Thread Fred van Stappen
> > What libraries are used by fpc to render the output messages? > > FPC does not use any library. Which language are you using for the messages? I use the default language (En). What i do not understand is that, in console, gcc gives messages ok and fpc only hexa characters. > > By the way, d

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-12 Thread Jonas Maebe
On 12/08/15 22:48, fredvs wrote: > What libraries are used by fpc to render the output messages? FPC does not use any library. Which language are you using for the messages? > By the way, does it exist a list of all the external dependencies (not the > fpc one) needed to compile a simple fpc prog

[fpc-pascal] FreeBSD and fpc messages.

2015-08-12 Thread fredvs
Hello. I did a recent update of all libraries in FreeBSD64 to the trunk versions. Now, all the message given by fpc,while compiling, are no more readable. The compilation is ok, but all the output message have un-readable characters. Changing LANG var did not change anything. What libraries are