Re: Full path names in errors?

2002-05-16 Thread David Richard Larochelle
There is a bug with the file name output that might cause problems with emacs. I'm not sure if the fix is in CVS now or not. I'll try to fix this in the main cvs branch soon if the fix isn't there now. If you're willing to edit the code, try commenting out the #if 0 in osd.c line 1070 and the

Re: Full path names in errors?

2002-05-16 Thread Anders Torger
Oh, replying to myself again, found that this shortening of path names seems to be a feature, it is the function osd_outputPath() which does this: ** Given a filename (and possibly a directory name from which the filename ** is relative) return a string which is the shortest possible ** equivale

Re: Full path names in errors?

2002-05-16 Thread Anders Torger
Sorry, I forgot to mention that splint is fed with the full path names when called, like this: splint /home/torger/src/test/proxy/proxy.c \ -I/home/torger/src/generic/common On Thu, 16 May 2002, Anders Torger wrote: > > I have the problem that splint does not include the full path names of the