kevinkreiser / prime_server

non-blocking (web)server API for distributed computing and SOA based on zeromq
Other
59 stars 26 forks source link

patch autotools for newer toolchains #112

Closed kevinkreiser closed 2 years ago

kevinkreiser commented 2 years ago

i believe this fixes #100

i recently updated to ubuntu 22.04 and was hitting the issue referenced above. i made some tweaks to properly use the buildin macros.

@nilsnolde you were hitting this one too at one point but moved on to cmake. this might work again for you now but i didnt try in arch tbh.

anyway, starting up a fresh docker container of 22.04 exposes the issue and when i checkout this branch it goes away and builds like a charm

this also updates the mac build to the latest build chain in CI