.....
Anyway, thanks for the suggestion to try it in a virtual box with an older XCode tool. I check that. I guess, if that might work, I would still need to find out how can I get the compiled FPC version to replace an installed 3.2.2.
Any idea about it? Thanks!
OK, a VM could be a good solution. First, do NOT replace the original 3.2.2. You can have as many compiled versions of FPC as you like, you can use the (operating system) PATH setting, Lazarus settings and. perhaps, the fpc.cfg file to determine which one is being used.
So, in the VM, build it first, then, when it comes to installing, install into a clean directory in your home directory. It does not have to be in any particular spot. Then, tar up that directory, copy to your real machine and untar into the (eg) same location, inside your own home directory.
If you are using a fpc.cfg (probably in your home directory as .fpc.cfg) from fpc3.2.2 you will have to make a few tweaks. But your trunk install will have made a new fpc.cfg for you and it has a substantially better use of replaceable parameters, back up the old one and replace it with the trunk version.
If you are only using FPC, its from the command line, set PATH to look in "$YOUR_FPC_Dir/bin" before anywhere else.
If you are using lazarus, you can point its compiler (Tools->Options->Environment->Files Compiler Executable and FC Source Directory to the appropriate place.
(No Davo, on the Mac, the Options has been moved to some "more Mac friendly menu", I am sure you will find it.)
Yep, it does involve some fiddling around but it sounds to me that you can handle it and you will feel heaps better knowing you, yourself, are in charge of your system ! Its Unix after all.
Davo