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

Compilation Error: #412

Open
PedroVMota opened this issue May 14, 2024 · 1 comment
Open

Compilation Error: #412

PedroVMota opened this issue May 14, 2024 · 1 comment

Comments

@PedroVMota
Copy link

➜ glew git:(master) ✗ make
mkdir lib
make: *** No rule to make target src/glew.c', needed by tmp/darwin/default/shared/glew.o'. Stop.

➜ build git:(master) ✗ cmake ./cmake
-- Configuring done (0.0s)
CMake Error at CMakeLists.txt:114 (add_library):
Cannot find source file:

/Users/pedro/Desktop/Projects/OpenGl/Dependencies/glew/include/GL/wglew.h

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:185 (add_executable):
Cannot find source file:

/Users/pedro/Desktop/Projects/OpenGl/Dependencies/glew/src/glewinfo.c

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:114 (add_library):
No SOURCES given to target: glew

CMake Error at CMakeLists.txt:118 (add_library):
No SOURCES given to target: glew_s

CMake Error at CMakeLists.txt:185 (add_executable):
No SOURCES given to target: glewinfo

CMake Generate step failed. Build files cannot be regenerated correctly.

@nigels-com
Copy link
Owner

See Issue #13

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

No branches or pull requests

2 participants