Hi, I'm trying to build my application on Windows and package it as a conda package.
After a morning of messing around I managed to build my application in a Windows VM, but when I submitted the conda recipe, it gives syntax errors in kj. https://github.com/conda-forge/staged-recipes/pull/17515 https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=441167&view=logs&jobId=240f1fee-52bc-5498-a14a-8361bde76ba0&j=240f1fee-52bc-5498-a14a-8361bde76ba0&t=06d62fd2-ab49-5add-9ee5-83b6882d7d2b I assume this is something messy with compiler versions and C++ standards. And it seems capnproto is doing some things in its cmake files to ensure the library gets built with the correct c++ standard. Yet that doesn't seem to be happening. Is there a recommended way to link to capnproto? I'm currently doing this: https://github.com/NyanCAD/NgspiceSimServer/blob/main/CMakeLists.txt Cheers, Pepijn -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/capnproto/006bee4c-28b2-4b0f-8be1-1edebd9feafbn%40googlegroups.com.