Just wanted to report that "it just builds fine".
OSX 10.4.11
Xcode 2.5
Component versions
Xcode IDE: 799.0
Xcode Core: 798.0
ToolSupport: 794.0
I had to install some gnu packages via Fink, but I can't remember exactly wich package I installed... but they are there! It's just a matter of "sudo find install ..."; no problems.
- change "cp -a" with "cp -pPR"; in makefiles
- change "install -D" with two lines: one for dir creation ("install -d -m0755") and one for files copy; in makefiles
I compiled almost all packages and just a few gave problems but I suppose they aren't osx platform related.
That's all.
ciao
Wallace78
(Last edited by Wallace78 on 6 Apr 2008, 19:43)