Right, I was looking at a 7.4 there. Sorry for the misinformation.
Wasn't it the #if constant(...) checks that hid those errors? They're gone now from the automatically generated glue files.
/ Martin Stjernholm, Roxen IS
Previous text:
2003-11-11 16:40: Subject: Re: pike external module documentation
Personally I find it to be irritating, if nothing else since it is now much harder to debug C-modules, you no longer get the errors from dlopen when they fail to load.
The reason is that .so-files now behave as .pike-files, not .pmod-files. This is somewhat more general, since its now possible to create C-level programs, not only modules, but the advantage is very small IMHO.
/ Per Hedbor ()