Re: git Loaded to different address and X panel

2015-08-02 Thread Rexdf
2015-08-02 16:31 GMT+08:00 Marco Atzeri : > and provide as attachment the output of > > cygcheck -s -v -r > cygcheck.out > > please also check the memory layout on > > /proc/{git-pid}/maps > > It should give hint which BLODA process is > interfering with git $ rebase -si |grep cygcrypto-1.0.0.dl

git Loaded to different address and X panel

2015-08-02 Thread Rexdf
I have two problems: first one is about git. I have deleted /etc/rebase.db.i386 and run /bin/rebaseall in dash.exe. Nothing helps. $ git diff 0 [main] git 13720 child_info_fork::abort: C:\cygwin\bin\cygcrypto-1.0.0.dll: Loaded to different address: parent(0xDA) != child(0xF4) error:

Re: Is it possible to display English phonetic alphabet in Mintty?

2015-04-21 Thread Rexdf
> mintty just display selected fornt code points. > If your chosen font doesn't have the respective code points... go figure. > If mintty could be able to support fallback fonts, it would be favourite. https://msdn.microsoft.com/en-us/goglobal/bb688134.aspx https://msdn.microsoft.com/en-us/librar

Re: Is it possible to display English phonetic alphabet in Mintty?

2015-04-20 Thread Rexdf
>> I have a dictionary in cygwin. It cannot display the phonetic alphabet well. > > What are your LANG, LANGUAGE, LC_* variables? I see boxes when I set > LANG="en_US", but not when I set LANG="en_US.UTF-8" or empty LANG. > My LANG is zh_CN.UTF-8@cjknarrow. The mail list or gmail change my phonet

Is it possible to display English phonetic alphabet in Mintty?

2015-04-20 Thread Rexdf
I have a dictionary in cygwin. It cannot display the phonetic alphabet well. For example, If you copy the following line and paste into mintty,you'll find the second ə is display as a box. ( My font is Lucida Console) phonetic [fəu'netik] There are some other phonetic alphabets which can not be

Re: pulseaudio.exe never have a sound

2015-03-20 Thread Rexdf
>> I run some python gst Demo. It plays mp4, the video is quite well with >> contrast,brightness,hue,saturation effect. (code from >> http://wiki.pitivi.org/wiki/PyGST_Tutorial/Effects and run it from >> xterm but not mintty). But no sound. > > Do you have gstreamer*-plugins-pulse installed? > Yes

Re: after update to cygwin 1.7.35(0.287/5/3) all file permissions in cygwin are 070

2015-03-20 Thread Rexdf
> > You may have misread the original question (and its subject): the POSIX > permissions are 070, not (0)700. These files are accessible to one or more > of the groups the owner is a member of, but not to the owner. > I know clear about 070 and 700 and 0700. It is typos. That is why I ask you to

Re: after update to cygwin 1.7.35(0.287/5/3) all file permissions in cygwin are 070

2015-03-20 Thread Rexdf
> i have been using cygwin for many years and currently most of my > systems are at 1.7.32(0.274/5/3). > i had to get an update to cygwin/X which forced me to also update > cygwin. with the update, nearly all windows files have the permission > setting of 070 (---rwx---) even when the file is owned

pulseaudio.exe never have a sound

2015-03-20 Thread rexdf Rexdf
I never heard a sound from pulseaudio. Any package using pulse will have no voice. (etc gstream) I run some python gst Demo. It plays mp4, the video is quite well with contrast,brightness,hue,saturation effect. (code from http://wiki.pitivi.org/wiki/PyGST_Tutorial/Effects and run it from xterm but

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-23 Thread rexdf Rexdf
Thanks.But I just solve it. I tried to use `chmod 600 id_rsa*` and it doesn't work as before. Right solution is: to run cygwin as administrator. Then chmod will work.(my system is win8.1). 2015-02-24 4:11 GMT+08:00 Corinna Vinschen : > On Feb 24 03:50, rexdf Rexdf wrote: >> Can

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-23 Thread rexdf Rexdf
Can everybody fix permission about groups. Now I accidently try cygwin 1.7.35-3 and cannot install 1.7.33-1. It fail about cannot find _fset** in libint-8.dll. The minty cannot start. So I have to use 1.7.34-6. And its permission is broken. So ssh,scp,git etc do not work. Is there any solution t

Re: Some Problems about gcc 4.8.2 on cygwin

2014-03-14 Thread rexdf Rexdf
cygwin it doesn't work, why? 2. what is wrong in openmp on cygwin? How can I fix it? 2014-03-14 20:42 GMT+08:00 rexdf Rexdf : > 1.the following code: > > #include > #include > int main() { >initscr(); >move(0, 0); >addstr("hello, world\n"); >

Some Problems about gcc 4.8.2 on cygwin

2014-03-14 Thread rexdf Rexdf
1.the following code: #include #include int main() { initscr(); move(0, 0); addstr("hello, world\n"); refresh(); sleep(5); endwin(); return 0; } The following is my shell command: $ pkg-config --libs --cflags ncurses -I/usr/include/ncurses -lncurses $ gcc $(pkg-config --