On Aug 23, 2004, at 3:11 PM, [EMAIL PROTECTED] wrote:
Alexander K. Hansen <[EMAIL PROTECTED]> wrote:
It may have nothing to do with the compiler itself, but that you are
missing some headers needed for compilation of freetype-hinting. Check
in the freetype-hinting build directory for a file called config.log
and see what it says the problem is.
I did what you are suggesting, but I'm so newby in these matters that I don't understand nor the meaning neither where fixing is needed. :( I copied at the bottom the content of config.log.
In the directory /sw/src/freetype-hinting-1.3.1-8/freetype-1.3.1/ I
found the file you were talking about and in this directory there is the
file "confdefs.h".
I went through the diretories and found the file "mac.txt" in the "howto" directory. In it is written that the mac porting in not supported and
"A noteworthy point is that the precompiled standard MacOS headers should be turned off to compile the library, to avoid errors caused by conflicting definitions of `Fixed' and `Byte'."
But how to do this is beyond my knowledge.
---<---<---<---< config.log ---<---<---<---<---<---<---<---<---<---<---<
configure:640: checking host system type configure:661: checking build system type configure:681: checking for ranlib configure:711: checking for gcc configure:824: checking whether the C compiler (gcc3 -no-cpp-precomp -I/sw/include -L/sw/lib) works configure:840: gcc3 -o conftest -no-cpp-precomp -I/sw/include -no-cpp-precomp -I/sw/include -L/sw/lib conftest.c -L/sw/lib 1>&5 ./configure: line 1: gcc3: command not found
Above is your problem.
configure: failed program was:
#line 835 "configure" #include "confdefs.h"
main(){return(0);}
---<---<---<---<---<---<---<---<---<---<---<---<---<---<---<---<--- <---<
You're missing the gcc3.1 compiler, which is installed by the gcc3.1 package of XCode. Install this and you should be OK.
-- Alexander K. Hansen Fink Documentarian Day Job: Levitated Dipole Experiment http://www.psfc.mit.edu/LDX
------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
