OpenTimer / Parser-Verilog

A Standalone Structural Verilog Parser
MIT License
79 stars 33 forks source link

Fix compilation under MSVC #7

Open Shatur opened 3 years ago

Shatur commented 3 years ago

PR removes experimental/filesystem header file as it is no longer required after #5. The header also causes the following error on MSVC:

fatal error C1189: #error:  The <experimental/filesystem> header providing std::experimental::filesystem is deprecated by Microsoft and will be REMOVED. It is superseded by the C++17 <filesystem> header providing std::filesystem. You can define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING to acknowledge that you have received this warning.

Also on Windows it's required to include Flex include directories to get access to FlexLexer.h.