NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I'm attempting to compile mod_tile on Ubuntu 12:04, per the instructions. Autogen fails with the error below. Anyone have any thoughts on fixing this?

configure.ac:35: error: possibly undefined macro: AC_CHECK_FT2
     If this token and others are legitimate, please use m4_pattern_allow.
     See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

asked 30 Jul '12, 13:29

keith_uk's gravatar image

keith_uk
51337
accept rate: 0%


Try with:

$ sudo apt-get install libfreetype6-dev

permanent link

answered 29 Aug '12, 08:27

Jorge%20Piera%20Llodr%C3%A1's gravatar image

Jorge Piera ...
261
accept rate: 0%

Have you installed Freetype 2? This appears to refer to it.

permanent link

answered 06 Aug '12, 16:17

mcw's gravatar image

mcw
41677
accept rate: 6%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×293
×105
×80
×4
×1

question asked: 30 Jul '12, 13:29

question was seen: 5,205 times

last updated: 29 Aug '12, 08:27

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum