Solved Strange character

Hello.

I have installed FreeBSD with xorg.

All is working perfectly, startx, JWM, xfe and some "pure X" programs, like Opera.

I only have problem with fpc, the free pascal compiler.
It works ok but the output messages are not-readable. (see attachment).
What must be set ? (Because messages from make, gcc are ok).

fpcmessages.png


Thanks.

Fre;D
 
Hello.

No idea where I have to look to resolve that ?

Could it be a problem with a library (i did a upgrade of all FreeDSD packages) ?
Or what is the good way to configure locale in Xorg, maybe the problem comes from there?

Thanks.
 
The make failed. What is something? Was it compiled in the current environment? No way to tell from the screen capture.
 
The make failed. What is something? Was it compiled in the current environment? No way to tell from the screen capture.

Of course! "something" does not exist, it was only to show the messages output given by fpc (and here, fpc try to say => "something" does not exist)!

If you take a look at => make something => the output message is readable. So it seems to be a fpc problem, not a system problem.

fpc, as compiler, works perfectly. The executable that it produces are working perfectly.
Even the console programs and their output to screen.
But fpc, himself, does not give readable messages while compiling.

And it is what I want to solve.

;-(

Thanks.
 
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.

fpcinfos.jpg


[EDIT] After lot of try, the guilty was some code in configuration file of fpc.
Nothing to do with FreeBSD config, sorry to disturb.

Fre;D
 
Last edited by a moderator:
Back
Top