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 --