[Tile-serving] [mod_tile] Compile errors on FreeBSD 10.1-RELEASE (#114)

Benjamin Le Forestier notifications at github.com
Tue Nov 3 01:21:56 UTC 2015


Hi, I have the same problem (trying to compile on FreeBSD 10.2-RELEASE).

I could go past step 1) by doing this.

    $ ./configure CFLAGS="-I/usr/local/include"
    $ make CFLAGS="-I/usr/local/include"

However I didn't know how to fix the other problems. The next one I got was:

    src/gen_tile_test.cpp:101:33: error: use of undeclared identifier 'SYS_gettid'
        unsigned int seed = syscall(SYS_gettid);
                                    ^
    src/gen_tile_test.cpp:588:17: error: use of undeclared identifier 'WEXITSTATUS'
              ret = WEXITSTATUS(ret);
                    ^
    src/gen_tile_test.cpp:595:17: error: use of undeclared identifier 'WEXITSTATUS'
              ret = WEXITSTATUS(ret);
                    ^
    src/gen_tile_test.cpp:602:17: error: use of undeclared identifier 'WEXITSTATUS'
              ret = WEXITSTATUS(ret);
                    ^
    4 errors generated.

If you managed to correct all the errors, maybe you could create a fork with your changes?
And maybe make a pull request?
I'd find it very useful.


---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/114#issuecomment-153210703
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151102/f77b61c2/attachment.html>


More information about the Tile-serving mailing list