But that looks like an error propagation bug in the compiler. If indexing a module during the first pass caused an exception, that exception was ignored. But since the inherit has to succeed in the first pass it never continues to the second so that the error gets reported. I've changed it now to never ignore the error.
/ Martin Stjernholm, Roxen IS
Previous text:
2003-11-13 14:02: Subject: Re: pike external module documentation
Not really, no:
# dhcp-141$ pike -e ___GL -:3:Error resolving '___GL'. load_module("/usr/local/pike/7.5.12/lib/modules/___GL.so") failed: /usr/local/pike/7.5.12/lib/modules/___GL.so: undefined symbol: GL_add_auto_funcs
# dhcp-141$ pike -e GL /usr/local/pike/7.5.12/lib/modules/GL.pmod:4:Illegal program pointer. -:3:Error resolving 'GL'. Cast '/usr/local/pike/7.5.12/lib/modules/GL.pmod' to object failed.
/ Per Hedbor ()