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
Build Documentation is something that is outdated in the README.md, and probably would need to be made more detailed os wise. For Linux the wiki has the steps https://github.com/voiceip/tinyphone/wiki/Compiling , however for windows and osx there isn't any direct page, however the CI yaml definition has the steps.
Description
Encountered multiple build errors when trying to compile the
tinyphone
project on Windows using Visual Studio 2019.Steps to Reproduce
tinyphone.sln
to open the solution.Expected Behavior
The project builds without errors.
Actual Behavior
Received multiple errors during the build process.
Error Details
Error 1: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use
Error 2: CMake Error running 'C:/Program Files (x86)/Microsoft Visual
Error 3: Cannot open include file: 'statsd.hpp': No such file or directory.
Error 4: Cannot open include file: 'wcautil.h': No such file or directory.
Error 5: Cannot open include file: 'wcautil.h': No such file or directory.
Environment
Any help or guidance on resolving these build issues would be greatly appreciated.
The text was updated successfully, but these errors were encountered: