Forum

make error

jimi
4 June 2011, 23:43


Hiawatha version: 7.5
Operating System: Linux fritz.fonwlan.box 2.6.13.1-ohio #2 Sat Jan 29 11:41:02 CET 2011 mips GNU/Linux
...
hiawatha.c: In function 'serve_client':
hiawatha.c:1110: error: 't_session' has no member named 'toolkit_fastcgi'
...
Hugo Leisink
4 June 2011, 23:56
Replace line 1110 with the following lines:
#ifdef HAVE_TOOLKIT
if ((session->toolkit_fastcgi == NULL) && session->uri_is_dir) {
#else
if (session->uri_is_dir) {
#endif
jimi
5 June 2011, 00:14
thanks, it compiles fine now (http://freetz.org/ticket/1139).
This topic has been closed.