Gisle Vanem wrote: > Okay. I've managed to built and *run* w/o the embedded flag and a > very simple config.file:
Grand! > BTW. A '#' caused a parse error (!) The only way in which I can think for a '#' line to cause a parsing error is if it's at the bottom of the file and it doesn't contain a new line character. > I had to add some CHEROEKEE_EXORT at some places. E.g. the > 'combined' handler uses function in the 'ncsa' handler. So those > function must be exported properly. Patch attached. So, you have compiled it dynamically, is it? I haven't tried it, but it is great to hear that it's working! > +++ cherokee\handler_common.h Tue Feb 14 20:58:15 2006 > +CHEROKEE_EXPORT ret_t cherokee_handler_common_new Can we use this only in the .c file? IMO, it would be a bit cleaner. Sorry, I'd test it by myself, but a don't have a Windows machine right now. > +++ cherokee\module.h Tue Feb 14 20:51:40 2006 > +#define MODULE_INFO(name) (CHEROKEE_EXPORT cherokee_ ## name ## _info) > +#define MODULE_INIT(name) (CHEROKEE_EXPORT cherokee_module_ ## name ## Good one.. it was really smart! :-) -- Greetings, alo. _______________________________________________ Cherokee mailing list [email protected] http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
