Hi, the log tells us, that the macro OF is not expanded. The ioapi.h includes zlib.h which includes zconf.h. Both files can be found in /usr/include on my system. zconf.h defines OF like this:
#ifndef OF /* function prototypes */ # ifdef STDC # define OF(args) args # else # define OF(args) () # endif #endif So it must be defined. At least in the version of zlib I have. Looks like your zlib version is not compatible with the ioapi.h from tntnet. Which zlib version do you have? I read in my zlib.h: /* zlib.h -- interface of the 'zlib' general purpose compression library version 1.2.5, April 19th, 2010 Tommi ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
