eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

fastcgi++/config.hpp not found #23

Closed yideng2010 closed 6 years ago

yideng2010 commented 7 years ago

When I was in vs2013 compile fastcgipp - master/examples under the helloworld, tip unable to open include file: "fastcgi++ / config. HPP" : No to the file or directory I really don't have the file view under the directory

eddic commented 6 years ago

I can't really speak to building in a Microsoft environment. The library doesn't actually support it.

rockingdice commented 1 year ago

I met the same issue when building on a Cent OS 7 system. I found the config.hpp in the build folder anyway, but not in the source code. Should I add it in the CMakeLists.txt file?