Ben nu zo'n 2 dagen (avonden eigenlijk) bezig met op mijn webserver GD liberies toe te voegen. De server draait op FreeBSD 5.3 en heeft als webserver Apache 1.3.33 en PHP versie 4.30.
Ik probeer nu Freetype 1.3.1 te instaleren aangezien dit een soort van dependancy is voor GD. Krijg echter dit als foutmelding:
Ik probeer nu Freetype 1.3.1 te instaleren aangezien dit een soort van dependancy is voor GD. Krijg echter dit als foutmelding:
code:
1
2
3
4
5
6
7
8
9
10
11
12
| ftdump.c:172:1: pasting "." and "glyph_object" does not give a valid preprocessing token ftdump.c:182:1: pasting "." and "first_instance" does not give a valid preprocessing token ftdump.c:191:1: pasting "." and "second_instance" does not give a valid preprocessing token ftdump.c:201:1: pasting "." and "face_object" does not give a valid preprocessing token ftdump.c:202:1: pasting "." and "glyph_object" does not give a valid preprocessing token ftdump.c:203:1: pasting "." and "second_instance" does not give a valid preprocessing token ftdump.c:863:1: pasting "." and "initial_overhead" does not give a valid preprocessing token ftdump.c:882:1: pasting "." and "face_object" does not give a valid preprocessing token *** Error code 1 Stop in /usr/local/freetype-1.3.1/test. *** Error code 1 |