You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After trying to build the program on CLion, I noticed it's not compiling because of linker errors. Possibly because paths are set badly for the Windows system using makefiles and they won't reference the libraries accordinly.
It's not an urgent matter, as solution files with vs2022 and jetbrains Rider will work just fine, but it's something worth watching in the longrun, as we're also having some path issues on Linux when using makefiles.
The text was updated successfully, but these errors were encountered:
Description
After trying to build the program on CLion, I noticed it's not compiling because of linker errors. Possibly because paths are set badly for the Windows system using makefiles and they won't reference the libraries accordinly.
It's not an urgent matter, as solution files with vs2022 and jetbrains Rider will work just fine, but it's something worth watching in the longrun, as we're also having some path issues on Linux when using makefiles.
The text was updated successfully, but these errors were encountered: