-
To nitpick perl didn't say it was a hash reference, only "Not an ARRAY reference". But I agree with your conclusion.
2009-06-05 20:24:33 UTC in LXR Cross Referencer
-
Uh, sorry, in the lxr main config file I have still been referring to the generic.conf file from the Debian lxr-cvs package (which I still had installed).
Changing that to the config from CVS make the problem go away.
(Probably the culprit was with the following change for the 'Make' language:
'reserved' => {},
to
'reserved' => [],
)
So, no change needed, unless you want to...
2009-06-04 22:23:32 UTC in LXR Cross Referencer
-
In my case $self->langinfo('reserved') is returning some 14000 times an empty hash instead of an array. I don't know why, but I've made the attached workaround for me, which doesn't seem to have adverse side effects.
2009-06-04 02:01:21 UTC in LXR Cross Referencer
-
> 0002 - we'd need some explanation why this is a good idea since it completely reverts the fix for bug 2745292 LXR CGI Scripts Fail on Windows and hence puts that bug back in the code
Well if #!perl really works on Windows, then I guess something more involved will have to be done. This here is just to make it work on unix.
> 0003 - I don't understand what this is protecting lxr from. More...
2009-06-03 20:55:14 UTC in LXR Cross Referencer
-
Here are four patches from the changes I've done to my local LXR installation, on top of current CVS.
2009-06-03 19:06:41 UTC in LXR Cross Referencer
-
ptlib-2.6.2 doesn't compile on Debian stable. (Don't know about other ptlib versions.)
The first issue one is running into is:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38000
which can be fixed with
--- /usr/include/c++/4.3/cstddef.distrib 2009-01-02 06:13:52.000000000 -0500
+++ /usr/include/c++/4.3/cstddef 2009-05-21 17:15:31.000000000 -0400
@@ -45,7 +45,7 @@
#pragma GCC...
2009-05-21 21:38:20 UTC in OpalVOIP