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
Currently, trying to build on Windows using the Visual C++ compiler bundled with Visual Studio causes the following error (plus a host of warnings concerning uninitialized variables):
Cannot open include file: 'pthread.h': No such file or directory : matrix.c
The text was updated successfully, but these errors were encountered:
I'd like to get this fixed, but I don't have access to a Windows install (I'm a Linux user) so this may have to wait for someone to send me a pull request :(
If you don't need the files in GL/, you could try removing them and recompiling kazmath. The matrix stack code relies on pthreads, which is unavailable in Windows unless you're building in MinGW, but then you add libwinpthreads-1.dll as a dependency.
Currently, trying to build on Windows using the Visual C++ compiler bundled with Visual Studio causes the following error (plus a host of warnings concerning uninitialized variables):
Cannot open include file: 'pthread.h': No such file or directory : matrix.c
The text was updated successfully, but these errors were encountered: