Joshua Higginbotham
Joshua Higginbotham
> The nullptr shouldn't be used in Bullet, and needs to be removed. Several of the examples use it: https://github.com/bulletphysics/bullet3/search?q=nullptr > Thanks for the PR. What file(s) require C++11? I'll...
Ok so I took a trip back over to the build system via https://github.com/JuliaPackaging/Yggdrasil/pull/4804, where the changes involved removing "-DCMAKE_CXX_STANDARD="11"" and "-DBUILD_EXTRAS=OFF", and there are two errors that show up...
Awesome, thanks for working on this! Yes, I am using cmake to build, but the only references I could find to STATIC_LINK_SPD_PLUGIN were in lua files: https://github.com/bulletphysics/bullet3/search?q=STATIC_LINK_SPD_PLUGIN It also refers...
Update: I've tried building with 3.24, now the override errors are gone and the remaining errors are more consistent. i686 consistently whines about "invalid use of incomplete type" somewhere in...
@erwincoumans Should I close this issue? If so, where could I get help with those other build errors? Maybe the forums?
Unsure if this is a separate issue, but I get the following on Ubuntu 20.04 with Julia 1.5.2: ``` julia> using SimpleDirectMediaLayer julia> SDL = SimpleDirectMediaLayer SimpleDirectMediaLayer julia> SDL.Init(SDL.INIT_EVERYTHING) libGL...
Thanks, here you go. Looks like it's on the latest version (v0.2.1) of this package. Seems like `/home/jhigginbotham64/Desktop/julia/JuliaPro-1.5.2-1/Julia/bin/../lib/julia/libstdc++.so.6: version 'GLIBCXX_3.4.26' not found (required by /usr/lib/x86_64-linux-gnu/libLLVM-10.so.1)` is the root of the...
Well I started off not knowing what it meant, but pasting it into DuckDuckGo led me to https://github.com/JuliaLang/julia/issues/34276. The [workaround](https://discourse.julialang.org/t/glibcxx-3-4-26-not-found-in-rcall/29113/11?u=laborg) seems to be working for me.
This is obviously much more difficult than I thought, thanks @AstroFloof for exploring this. We can consider automating GUI tests with the self-hosted option using something like [Squish](https://www.froglogic.com/squish/), but...that really...
I don't think that issue is related to this one. At least I hope it isn't. In any case there's no reason why SDL and Vulkan can't run headlessly, they...