GNU bug report logs -
#12045
24.1.50; semantic :: Debugger entered--Lisp error: (wrong-type-argument syntax-table-p nil)
Previous Next
Reported by: Jambunathan K <kjambunathan <at> gmail.com>
Date: Wed, 25 Jul 2012 15:06:02 UTC
Severity: normal
Found in version 24.1.50
Fixed in version 24.3
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Jambunathan K <kjambunathan <at> gmail.com>
> Date: Sat, 28 Jul 2012 01:55:58 +0530
> Cc: 12045 <at> debbugs.gnu.org
>
> I am running in to issues compiling cedet with my Cygwin shell. This is
> because my path names have spaces and the makefile doesn't allow for it.
That's right, 'make' doesn't support whitespace in file names, and
never will. You can use various tricks to get around that, and
sometimes you will succeed, but if you want the problem be gone for
good, don't use file names with whitespace when 'make' is part of the
game.
> ..but make fails while installing info.
>
> --8<---------------cut here---------------start------------->8---
> make[1]: Leaving directory `/cygdrive/c/Documents and Settings/kjambunathan/My Documents/My Data/src/cedet/doc/texi'
> Installing info files under /cygdrive/c/Documents and Settings/kjambunathan/My Documents/My Data//src/cedet/doc/info
> cp: cannot stat `/cygdrive/c/Documents': No such file or directory
> ~/src/cedet/doc/info/dir: could not read (No such file or directory) and could not create (No such file or directory)
> cp: cannot stat `and': No such file or directory
> ~/src/cedet/doc/info/dir: could not read (No such file or directory) and could not create (No such file or directory)
> --8<---------------cut here---------------end--------------->8---
Quoting the arguments passed to 'install-info' might help here.
This bug report was last modified 12 years and 220 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.