-
Notifications
You must be signed in to change notification settings - Fork 560
Open
Description
I tried to build and run Falcor on Ubuntu 22.04, but for some reasons Mogwai is crashing due to missing slang files.
These are the steps I followed:
sudo apt install xorg-dev libgtk-3-dev
./setup.sh
cmake --preset "linux-gcc"
cd build/linux-gcc
ninja
./bin/Debug/Mogwai --script /home/jan/workspace/Falcor/scripts/SceneDebugger.py --scene /home/jan/workspace/Falcor/media/test_scenes/mori_knob/knob.usd --verbosity=5Mogwai then crashes because several slang files can not be found, for example:
/home/jan/workspace/Falcor/build/linux-gcc/bin/Debug/shaders/RenderPasses/SceneDebugger/SceneDebugger.cs.slang(33): error 1: cannot open file 'Utils/Geometry/IntersectionHelpers.slang'.See the attached log.txt for the full output.
Did I miss one step? Do I need to setup some path so Mogwai can find the slang files?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels