Hey,
Inside Caudium 1.3, I have some code like this :
Caudium.pmod/HTTP.pmod
the top level directory where Caudium.pmod is added to Pike Module Path
Inside HTTP.pmod I have :
string make_html_doc_string () { return "foo"; }
Somewhere in this code I have
string plonk () { return Caudium.HTTP.make_html_doc_string(); }
On Pike 7.4.10 this works like a charm. On 7.4.14 and more this fails with :
Loading Caudium ... error: /${PIKE_MODULE_PATH}/Caudium.pmod/HTTP.pmod:205 Error: Index 'make_htmldoc_string' not present in module 'HTTP'.
I really suspect a bug somewhere inside the Pike 7.4 code but I cannot find where it is located.
Any clues ???
Note that reverting to Pike 7.4.10 fixes the problem....
/Xavier
-- Xavier Beaudouin - Unix System Administrator & Projects Leader. Please visit http://caudium.net/, home of Caudium & Camas projects O ascii ribbon campaign against html email |\ and Microsoft attachments
pike-devel@lists.lysator.liu.se