Hello Jacob, On 25-abr-09, at 19:50, Jacob Peddicord wrote:
> Thanks, but it still doesn't quite build, exiting with the second > error in the previous message. main.c:359 has this: > fd = open (log_file, O_WRONLY | O_APPEND | O_CREAT); > > Apparently newer versions of glibc now enforce a third parameter > (mode) if O_CREAT is specified. That's pretty interesting; thanks for pointing it out. > Anyway, _that_ error is gone with that change, but then I'm left > with "undefined reference to `cherokee_logger_get_error_writer'" - > which I made a shoddy attempt to work around by including logger.h > into files that referenced it - needless to say that didn't work. :) Have you tried to clean the previous build? It happened to me as well, and a plain "make clean all" worked it out. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
