We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
There are probably some dll-exports missing in mapcache.h
Sorry, something went wrong.
ec4bcf6
thanks for the hint @tbonfort
re-add int #139
d944839
my apologies for that
No branches or pull requests
The text was updated successfully, but these errors were encountered: