Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake build error, trying to build but facing the errors. #32

Open
mrmaverick9119 opened this issue Dec 20, 2024 · 0 comments
Open

CMake build error, trying to build but facing the errors. #32

mrmaverick9119 opened this issue Dec 20, 2024 · 0 comments

Comments

@mrmaverick9119
Copy link

Describe the bug
CMake build error, trying to build but facing the errors.

To Reproduce
Steps to reproduce the behavior:

  1. Go to LuisaRender and build Cmake
  2. Below build error
[ 94%] Building CXX object src/integrators/CMakeFiles/luisa-render-integrator-nfor.dir/nfor.cpp.o
/home/nixuser/LuisaRender/src/integrators/nfor.cpp:103:5: error: ‘Framerate’ does not name a type
  103 |     Framerate _framerate;
      |     ^~~~~~~~~
/home/nixuser/LuisaRender/src/integrators/nfor.cpp: In member function ‘virtual void luisa::render::AuxiliaryBufferPathTracingInstance::render(luisa::compute::Stream&)’:
/home/nixuser/LuisaRender/src/integrators/nfor.cpp:124:13: error: ‘_framerate’ was not declared in this scope
  124 |             _framerate.clear();
      |             ^~~~~~~~~~
gmake[2]: *** [src/integrators/CMakeFiles/luisa-render-integrator-nfor.dir/build.make:76: src/integrators/CMakeFiles/luisa-render-integrator-nfor.dir/nfor.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:5359: src/integrators/CMakeFiles/luisa-render-integrator-nfor.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Screenshot 2024-12-20 170245

Desktop (please complete the following information):

  • OS: Ubuntu 22.04

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant