[FreeBSD]Kan Freetype niet instaleren/compilen

Pagina: 1
Acties:

  • consolefreak
  • Registratie: November 2002
  • Laatst online: 13:37
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:

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

  • jant
  • Registratie: Juli 2000
  • Niet online
Ik denk dat je die even het handigst via de ports kunt installeren

code:
1
2
cd /usr/ports/print/freetype
make install clean

Een album per dag; een selectie: https://open.spotify.com/playlist/6s3nNLl8pJpCwLR3LPligA?si=dddc51153b2a49e8


  • consolefreak
  • Registratie: November 2002
  • Laatst online: 13:37
argh.. dat ik daar niet aan dacht! bedankt! het werkt nu :)