Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move variables to prevent duplicates #3

Closed
wants to merge 1 commit into from
Closed

Move variables to prevent duplicates #3

wants to merge 1 commit into from

Conversation

hummeltech
Copy link

@hummeltech hummeltech commented Jun 5, 2020

This allows newer versions of gcc to compile this project by resolving duplicate definitions such as this one:

/usr/bin/ld: src/renderd-gen_tile.o:./mod_tile/./includes/daemon.h:48: multiple definition of `render_request_queue'; src/daemon.o:./mod_tile/./includes/daemon.h:48: first defined here

Based on the patch from here:
https://github.com/openstreetmap/mod_tile/compare/master...jburgess777:compile-fixes.patch

Here is the original pull request (Move variables to prevent duplicates):
openstreetmap#202

Co-authored-by: Jon Burgess <jburgess777@gmail.com>
@hummeltech hummeltech closed this Dec 7, 2020
@hummeltech hummeltech deleted the compile-fixes branch December 7, 2020 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant