danielwaterworth / Raphters

[DEPRECATED] A web framework for C.
GNU Lesser General Public License v3.0
1.28k stars 114 forks source link

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

Closed johnweldon closed 9 years ago

johnweldon commented 13 years ago

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

danielwaterworth commented 13 years ago

It may be possible to compile using cygwin.

johnweldon commented 13 years ago

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

ghost commented 13 years ago

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

regex.h is a posix header.

johnweldon commented 9 years ago

I'm tired of seeing this.