simplx icon indicating copy to clipboard operation
simplx copied to clipboard

Compilation error on tutorial 12 (http)

Open jesteroftheking opened this issue 4 years ago • 0 comments

After these commands : mkdir build && cd build cmake .. executed successfully, i encountered an error for make command (see screenshot below). In simplx/include/trz/connector/http/server/serverprocess.hpp, replacing #include "trz/util/timer.h" by #include "trz/pattern/timer.h" seems to fix this error.

Capture d’écran 2021-08-24 144929

jesteroftheking avatar Aug 24 '21 12:08 jesteroftheking