Stuart MacIntosh

Results 29 comments of Stuart MacIntosh

Thank you for the fast reply! I started building VTS, only `libassimp-dev` needs adding to that list of dependencies I think. VTS is very impressive!! Unfortunately I must report `imgproc`...

Thank you! Maybe the warnings being treated as errors setting is the problem, I see an error about deprecated functions here, I will look into that. But it's not urgent,...

Removing `-Werror` from `CMAKE_CXX_FLAGS` in `buildsys/cmake/buildsys.cmake` resolved the problem linking to eigen3. It was the warning about deprecated functions causing the build to fail. But then I got stuck building...

Hello again! Hope all is well! I finally got around to building slpk2obj here, only had to replace CV_LOAD_IMAGE_COLOR with cv::IMREAD_COLOR in slpk2obj.cpp, but it core dumps on the SLPK...

Hello, also would benefit from this. Thank you for raising.

![image](https://user-images.githubusercontent.com/584684/185075592-d444eaf2-1923-450d-9280-85c365a4b8ad.png) Confirming this bug is reproducible on 6.0.6

Set the import options 'Y Forward' and 'Z up' and your viewport clip distances appropriately. In my test the object's origin was very far away from the actual geometry, so...

hello, also seeing a SIGILL error (illegal instruction) when attempting to install on PPC64 (POWER5+) ``` $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh info: downloading installer Illegal instruction...

Hello can we please re-open this? To reproduce (without POWER hardware) you can grep the objdump for 'vxor' which is optional AltiVec instruction, which AFAIK is not present on some...

Thanks for looking at this @workingjubilee -- can the rust installer be built without optimisations that break compatibility like this? It seems like a compiler flag issue? Building rust from...