MadDeCoDeR / Classic-RBDOOM-3-BFG

DOOM: BFA (Big Freaking Anniversary) Edition (former Classic RBDoom 3 BFG) is a source port based on RBDOOM-3-BFG and enchance the experience of Ultimate DOOM, DOOM 2 and DOOM 3.
GNU General Public License v3.0
212 stars 22 forks source link

neo/renderer/RenderBackend.cpp:34:10: | fatal error: ../../framework/Common_local.h: No such file or directory #74

Closed EndlessEden closed 2 years ago

EndlessEden commented 2 years ago

in neo/renderer/RenderBackend.cpp, on line 34, it attempts to include "../../framework/Common_local.h" which is outside the build-tree. "framework" folder is located at "$projectroot/neo/framework", not "$projecroot/framework".

MadDeCoDeR commented 2 years ago

Commit 335ab91f4f1c03c04f6c4aa84c99b8e0dd0a4e34 fixes that issue.