Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

mod_tile rev. 28103 won't make #4303

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment
Closed

mod_tile rev. 28103 won't make #4303

openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment

Comments

@openstreetmap-trac
Copy link

Reporter: yvecai
[Submitted to the original trac issue database at 3.27pm, Friday, 16th March 2012]

On ubuntu 10.04, to reproduce:
svn co http://svn.openstreetmap.org/applications/utils/mod_tile
./autogen.sh
./configure
make
...
g++ -DHAVE_CONFIG_H -I. -I/usr/include/freetype2 -pthread -I/usr/include -D_REENTRANT -I/usr/include -g -O2 -MT gen_tile.o -MD -MP -MF .deps/gen_tile.Tpo -c -o gen_tile.o gen_tile.cpp
In file included from gen_tile.cpp:5:
/usr/local/include/mapnik/filter_factory.hpp:1:2: warning: #warning "filter_factory.hpp" is now called "expression.hpp"
gen_tile.cpp: In function void* render_thread(void*):
gen_tile.cpp:525: error: expected type-specifier
gen_tile.cpp:525: error: expected unqualified-id before & token
gen_tile.cpp:525: error: expected ) before & token
gen_tile.cpp:525: error: expected { before & token
gen_tile.cpp:525: error: ex was not declared in this scope
gen_tile.cpp:525: error: expected ; before ) token
make[2]: *** [gen_tile.o] Error 1
make[2]: Leaving directory /home/website/mod_tile' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /home/website/mod_tile'
make: *** [all] Error 2

@openstreetmap-trac
Copy link
Author

Author: Ldp
[Added to the original trac issue at 9.40pm, Tuesday, 20th March 2012]

Fixed in r28134.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant