public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
From: "Yaakov (Cygwin/X)" <yselkowitz@users.sourceforge.net>
To: cygwin-xfree@cygwin.com
Subject: Re: Xrdb 1.1.0 =  1 error in preprocessor - cygwin17 directory?  Illegal control character
Date: Tue, 21 Jan 2014 19:18:00 -0000	[thread overview]
Message-ID: <52DEC7F5.7030002@users.sourceforge.net> (raw)
In-Reply-To: <01E9402441FFBB4BBEA0A82549A7D94A1F0D0A78@ORD2MBX10A.mex05.mlsrvr.com>

On 2014-01-21 10:16, Paul Becker wrote:
> And xrdb seems to think I installed Cygwin in c:\cygwin17, but my Cygwin is installed into c:\cygwin .
> when I run xrdb now I get this:
>
> % xrdb.exe -load $HOME/.Xresources
> Can't open input file "/cygdrive/C/cygwin17/home/pbecker/.Xresources".
> 1 error in preprocessor.
>
> % xrdb.exe -load ~/.Xresources
> Can't open input file "/cygdrive/C/cygwin17/home/pbecker/.Xresources".
> 1 error in preprocessor.

This is fixed in mcpp-2.7.2-2, which will be hitting the mirrors soon.

> % xrdb -load  ./.Xresources
> /home/pbecker/.Xresources:140: warning: Illegal control character 0lx1a in quotation

This is a separate issue, but note that it is just a warning; the 
resource settings are still loaded and work as before.  IIUC, the 
"correct" way to fix this would be to change string("\n~^Z") to 
string("\n~")string(0x1a), but I haven't tested this.

Yaakov


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


      reply	other threads:[~2014-01-21 19:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-21 16:16 Paul Becker
2014-01-21 19:18 ` Yaakov (Cygwin/X) [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52DEC7F5.7030002@users.sourceforge.net \
    --to=yselkowitz@users.sourceforge.net \
    --cc=cygwin-xfree@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).