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

mapcache_seed compiler errors with master, on Windows #139

Closed
jmckenna opened this issue Feb 1, 2016 · 3 comments
Closed

mapcache_seed compiler errors with master, on Windows #139

jmckenna opened this issue Feb 1, 2016 · 3 comments

Comments

@jmckenna
Copy link
Member

jmckenna commented Feb 1, 2016

  • compiling mapcache-master, on Visual Studio 2008
  • gives the following missing symbols during linking of mapcache_seed utility
Linking C executable mapcache_seed.exe
mapcache_seed.c.obj : error LNK2019: unresolved external symbol _mapcache_cache_tile_get r
eferenced in function _examine_tile
mapcache_seed.c.obj : error LNK2019: unresolved external symbol _mapcache_cache_tile_exist
s referenced in function _examine_tile
mapcache_seed.c.obj : error LNK2019: unresolved external symbol _mapcache_requested_dimens
ions_clone referenced in function _cmd_worker
mapcache_seed.c.obj : error LNK2019: unresolved external symbol _mapcache_cache_tile_set r
eferenced in function _seed_worker
mapcache_seed.exe : fatal error LNK1120: 4 unresolved externals
LINK failed. with 1120
NMAKE : fatal error U1077: '"C:\Program Files\CMake\bin\cmake.exe"' : return code '0xfffff
fff'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe
"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe
"' : return code '0x2'
Stop.
@tbonfort
Copy link
Member

tbonfort commented Feb 1, 2016

There are probably some dll-exports missing in mapcache.h

@jmckenna
Copy link
Member Author

jmckenna commented Feb 1, 2016

thanks for the hint @tbonfort

jmckenna added a commit that referenced this issue Feb 1, 2016
@jmckenna
Copy link
Member Author

jmckenna commented Feb 1, 2016

my apologies for that

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

No branches or pull requests

2 participants