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

Error trying to build #6

Open
sjfricke opened this issue May 13, 2017 · 1 comment
Open

Error trying to build #6

sjfricke opened this issue May 13, 2017 · 1 comment

Comments

@sjfricke
Copy link

Ubuntu 16.04 - Intel® Core™ i7-5820K CPU

cmake .

CMake Error at CMakeLists.txt:34 (INCLUDE):
  include could not find load file:

    /Github/gl_vk_supersampled/../shared_sources/CMakeLists_include.txt


CMake Error at CMakeLists.txt:35 (add_subdirectory):
  add_subdirectory given source
  "/Github/gl_vk_supersampled/../shared_sources" which is not
  an existing directory.


CMake Error at CMakeLists.txt:41 (_add_project_definitions):
  Unknown CMake command "_add_project_definitions".
@Zectbumo
Copy link

Zectbumo commented Nov 7, 2017

I ran into a similar issue but then I found the shared_sources project. It would be nice if the README.md mentioned this. I installed it in the parent directory and cmake . worked but when I do make I get some errors:

/gl_vk_supersampled/../shared_sources/nv_math/nv_math.inl:406:17: error: declaration of reference variable
      'u' requires an initializer
    vector3<T>& u;
                ^
/gl_vk_supersampled/../shared_sources/nv_math/nv_math.inl:587:17: error: declaration of reference variable
      'C' requires an initializer
    matrix3<T>& C;
                ^

Can you figure out how to get any further?

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

2 participants