etheory
etheory
It's also segfaulting with valid jpeg2000 files. Here is one example: https://www.fnordware.com/j2k/relax.jp2
It's still segfaulting for all of the files in the examples you suggested, so I don't think it's what we originally though. For me, jpeg2000 just seems completely busted. And...
It segfaults every time it calls: opj_codec_set_threads If I comment out that, it then segfaults at: opj_read_header But none of this happens from oiiotool or from iv, it only happens...
> So this is your app that's making the ImageBuf that leads to the crash? > > Is it possible that something else in your app, or the way it's...
> Hello @etheory, > > The latest version of CMSIS available on the STM32CubeG4 repository is 5.6.0, which does not include the most recent commits indicating that this change has...
That didn't help sorry, I still get the same error: `error: Configuration file 'python-config.jam' not found in '/building'.` Even though the file does now exist. I also followed all of...
I got it working by changing: `BUILD_COMMAND ./b2 install -j64 --user-config=/building/python-config.jam --with_python variant=release toolset=gcc link=shared threading=multi` to an absolute path: `BUILD_COMMAND ./b2 install -j64 --user-config=FULL_PATH_TO/python-config.jam --with_python variant=release toolset=gcc link=shared threading=multi`...
Thanks @rgwilson68, I managed to get past that and am still grappling with other dependency issues, but I have a path through now I think thank you! Looks like I'm...
Thanks for merging @bdejong but did you note the issue I commented on in the PR above where this now doesn't build? Did you manage to fix that? This PR...
> Good spot. Here's how I've managed to work around that. > > Download [build 61 via Wayback Machine](https://web.archive.org/web/20200502121517/https://www.steinberg.net/sdk_downloads/vstsdk366_27_06_2016_build_61.zip). Extract it and rename the 'VST3 SDK' folder to 'Steinberg'. Skip...