Hummeltech
Hummeltech
Mapnik `v3.1.0` requires `C++14` support as of 49e0ef182f2e81b7e0d085f36c2e94906df9a8fd https://github.com/mapnik/mapnik/blob/49e0ef182f2e81b7e0d085f36c2e94906df9a8fd/SConstruct#L1507-L1510 Fully supported as of [Clang 3.4](https://clang.llvm.org/cxx_status.html) and [GCC 5](https://gcc.gnu.org/projects/cxx-status.html#cxx14) Also fixed markdown rendering error caused by `>` character: **I.E.** ----- Before:...
This pull request depends on #284 * Added `macOS` building & testing * Added `FreeBSD` building & testing * Added new `Linux` distributions for building & testing * `almalinux:8` (Released...
This adds `CMake` build system support to `mod_tile`. * Added `macOS` building & testing support * Added `FreeBSD` building & testing support * Integrated `mod_tile.so` tests from `GitHub Actions` into...
I believe [this commit](https://github.com/rsim/oracle-enhanced/commit/e5d99974d9fa911d16afaec36b9329e5b0821b11) (first released with [v7.0.1](https://github.com/rsim/oracle-enhanced/releases/tag/v7.0.1)) is causing the installation of the `activerecord-oracle_enhanced-adapter` gem to fail when using JRuby. ### Steps to reproduce Passing (`7.0.0`): ```shell $ cd...
By updating the `vcpkg` commit ref in the `Build and Test` CI configuration. It seems that some of the dependency build artifacts no longer exist. **I.E.:** - [Before](https://github.com/mapnik/mapnik/actions/runs/7016337651/job/19087364805) - [After](https://github.com/mapnik/mapnik/actions/runs/7035152357/job/19144891731)
* [`release_linux.yml`](https://github.com/mapnik/mapnik/actions/runs/4466403651): * Artifacts are not being uploaded * It looks like the path just needs a minor adjustment * `"No files were found with the provided path: build/linux-ci-release/mapnik-*.deb."` *...
I can't for the life of me figure out how to get it working without `METATILE` defined. There seem to be too many references to it which are not within...
1. What versions are you using? ```python platform.platform: Linux-6.5.9-arch2-1-x86_64-with-glibc2.38 sys.maxsize > 2**32: True platform.python_version: 3.11.5 ``` ```python oracledb.__version__: 1.4.2 ``` 2. Is it an error or a hang or a...
### Tool name libtool ### Tool license GNU General Public License ### Add or update? - [X] Add - [ ] Update ### Desired version whatever is latest ### Approximate...
Fails to build with GCC 14. ``` /usr/bin/ld: /tmp/cc90QIs2.ltrans0.ltrans.o: in function `main': :(.text.startup+0xb1): undefined reference to `mapnik::singleton::instance()' /usr/bin/ld: :(.text.startup+0x278): undefined reference to `mapnik::singleton::instance()' collect2: error: ld returned 1 exit status...