Reply To: svn-1655 make error

#12438
rpedde
Participant

@MSN_Exploder wrote:

hmm, now i get this error:

In file included from webserver.h:25,
from conf.h:60,
from ff-plugins.c:11:
io.h:73: error: syntax error before “uint64_t”
io.h:74: error: syntax error before “uint64_t”
io.h:75: error: syntax error before “uint64_t”
In file included from conf.h:60,
from ff-plugins.c:11:
webserver.h:138: error: syntax error before “uint64_t”
*** Error code 1

Ha!

Gack. Gotta love the circular dependencies.

Try adding #include at the top of io.h, just after the include guards.

— Ron