Results 39 comments of Gonsolo

> What version of Ubuntu do you use? 22.10 > Where do you get "bathroom from example_scenes.zip" this example? See above. > What version of clang do you use? Ubuntu...

Forked repository with my branch (gonsolo) with all fixes: github.com:gonsolo/openmoonray.git. The changes fall into the following categories: 1. Const errors (iterator -> const_iterator) 2. Missing library (Add jsoncpp to target_link_libraries,...

> How do you build ExternalProject especially OpenSubdiv and USD? I mean,, did you manually build those yourself? (git clone, checkout tag, etc etc) or did you use cmake? if...

It seems boost was compiled with _GLIBCXX_USE_CXX11_ABI set to 1 and librender_logging set to 0. You may have missed one definition in one of the subprojects.

Maybe a `rgrep "_GLIBCXX_USE_CXX11_ABI=0"` in the build folder gives a clue. Also, librender_logging is in moonray/scene_rdl2, not moonray/moonray. Maybe you missed it.

I remember seeing those error messages. Did you apply the diff mentioned in the first message? I added jsoncpp to the CMakeLists.txt. But I don't recall what exactly fixed this...

The test program cannot be run. It always fails with a segmentation fault. A better one would be: ``` FILE *f = setmntent("/", "r"); if (f) { endmntent(f); } ```

[Removing "-dedup" in firtool](https://github.com/llvm/circt/pull/6191) while the latest Chisel release (5.1.0) still uses it is not a good idea, even if it is removed from Chisel [here](https://github.com/chipsalliance/chisel/pull/3634). That's what deprecation is...

> The error message that you get for this tells you what version of firtool Chisel was built with, i.e., 1.43.0. The point of this message is to indicate that...

I experience this too and created a bug at Mozilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1875247 > recreate it when opening YouTube. Updating everything and restarting worked. What do you mean "update everything"? My system...