danielwaterworth / Raphters

[DEPRECATED] A web framework for C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On windows this depends on regex.h and stdbool.h which cmake doesn't find. Any suggestions?

johnweldon opened this issue · comments

On windows this depends on regex.h and stdbool.h which cmake doesn't find. Any suggestions?

It may be possible to compile using cygwin.

Thanks Daniel... I'll let you know if I find an MSVC solution.

stdbool.h is a standard C header. Should come with any modern compiler.

regex.h is a posix header.

I'm tired of seeing this.