Re: perl-Win32-GUI package doesn't appear in latest cygwin.

2015-08-18 Thread Javier Martin
is your suggestion about applications that depend on particular cygwin versions/packages ?. This is important because changes/problems like these ones can make applications fail at a moment in time. Thanks again and regards. Javier. On Mon, Aug 17, 2015 at 10:03 PM, Achim Gratz strom

perl-Win32-GUI package doesn't appear in latest cygwin.

2015-08-17 Thread Javier Martin
I have an application that is using perl-Win32-GUI and I have just checked that this package cannot be installed with latest setup-x86.exe and it doesn't appear in the list. Can you help me with this ?, is it maybe automatically included in any other package I have to install ?. Thanks a

Install Bash 4.2 for Cygwin fails

2013-12-11 Thread Javier Murillo Márquez
I tried to install bash 4.2 but I get this error when I write make rm -f bash.exe gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/sh -L./lib/termcap-g -O2 -o bash.exe shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o

Re: Install Bash 4.2 for Cygwin

2013-12-06 Thread Javier Murillo Márquez
Is it available for 64-bit? I installed CygWin and searched the package for bash 4.2 and I just found Bash 4.1. http://cygwin.com/cgi-bin2/package-grep.cgi?grep=basharch=x86_64 2013/12/6 Peter Rosin p...@lysator.liu.se: Javier wrote: Hello!! Is possible install bash 4.2 on cygwin

Re: Install Bash 4.2 for Cygwin

2013-12-06 Thread Javier Murillo Márquez
before writing. Cheers, Peter On 2013-12-06 16:30, Javier Murillo Márquez wrote: Is it available for 64-bit? I installed CygWin and searched the package for bash 4.2 and I just found Bash 4.1. http://cygwin.com/cgi-bin2/package-grep.cgi?grep=basharch=x86_64 2013/12/6 Peter Rosin p

Install Bash 4.2 for Cygwin

2013-12-05 Thread Javier Murillo Márquez
Hello!! Is possible install bash 4.2 on cygwin? Is there some patch or update for it? Thanks

Install Bash 4.2 for Cygwin

2013-12-05 Thread Javier Murillo Márquez
Hello!! Is possible install bash 4.2 on cygwin? Is there some patch or update for it? Thanks -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: About ssh

2013-09-22 Thread Javier Vasquez
On Sat, Sep 21, 2013 at 9:59 AM, Robert Klemme shortcut...@googlemail.com wrote: On Fri, Sep 20, 2013 at 11:36 PM, Javier Vasquez j.e.vasque...@gmail.com wrote: ... Did you actually start it? You can verify with netstat -an that something is listening on port 22 as a first quick check

Re: About ssh

2013-09-22 Thread Javier Vasquez
on windows with ncat -lp 22. The application keeps there listening I'd guess. On your client, you run $ echo blah | nc host 22 This on the remote box just hangs, and nothing happens. Apparently it happens the same as with ssh. Thanks, -- Javier. -- Problem reports: http://cygwin.com

About ssh

2013-09-20 Thread Javier Vasquez
from ssh to localhost. Any hints on how to enable sshd to receive connections? -- Javier. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml

Is there going to be rxvt-unicode and terminus-fonts pkgs on 64bits?

2013-08-27 Thread Javier Vasquez
for 64bits, what would be the approach to get them in 64 bits (Xorg on cygwing-32bits doesn't seem to work on windows8 under 64 bits)? Thanks, -- Javier. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http

Re: Is there going to be rxvt-unicode and terminus-fonts pkgs on 64bits?

2013-08-27 Thread Javier Vasquez
On Tue, Aug 27, 2013 at 8:16 PM, Javier Vasquez j.e.vasque...@gmail.com wrote: Hi, ... (Xorg on cygwing-32bits doesn't seem to work on windows8 under 64 bits)? ... well, at least not rxvt-unicode:-) On 32-bits, when running from xterm: $ urxvt 1 [main] urxvt-X 8492 child_info_fork

Fwd: [cygwin-apps][64bit] Is there going to be rxvt-unicode and terminus-fonts pkgs on 64bits?

2013-08-26 Thread Javier Vasquez
for 64bits, what would be the approach to get them? Or would you suggest getting rid of 64bits cygwin, and use 32bits one instead? Thanks, -- Javier.

Bug: select() does not modify timeout (arg 5) on return

2010-02-10 Thread Javier
- #include stdio.h #include sys/select.h int main() { struct timeval tm; tm.tv_sec = 5; tm.tv_usec = 0; select(1, NULL, NULL, NULL, tm); printf(should be 0.0 but we have: %ld.%ld\n, tm.tv_sec, tm.tv_usec); } - Javier -- Problem reports: http://cygwin.com/problems.html FAQ

Re: Xwin report and partial solution

2010-02-01 Thread Javier Sedano
2010/2/1 Larry Hall (Cygwin) reply-to-list-only...@cygwin.com: On 02/01/2010 01:20 AM, Javier Sedano wrote:   However, I'd like if the maintainer could remove such dependency... Cygwin X issues, comments, and questions should be sent to the cygwin-xfree list. Uhm... maybe that's why I

Xwin report and partial solution

2010-01-31 Thread Javier Sedano
installed the ipv6 stack on windows xp (the command to be run is just ipv6 install; I don't know about other versions of windows), Xwin runs without problems. I haven't seen anyone pointing to that solution. However, I'd like if the maintainer could remove such dependency... Regards, -- -- Javier

News on rsync/ssh hang up?

2009-08-31 Thread Javier Sedano
for 1.7? (1) I do not know if it matters, but up to now (when it never hanged) I was using a Linux ssh server in the remote side, and currently (when it hangs) the server is winxp+cygwin as well. So maybe the problem is in the server side of the procedure. Regards, -- -- Javier Sedano

Re: Unable to link

2009-08-13 Thread Javier Sedano
Hi, cygwiners, 2009/8/12 Dave Korn dave.korn.cyg...@googlemail.com: Javier Sedano wrote: /home/jsedano/prj/uc3m/ao/Labs_J/LibAO/testBypass.c:26: undefined reference to `_testBP_1' /home/jsedano/prj/uc3m/ao/Labs_J/LibAO/testBypass.c:26: undefined reference to `___aoAsBypassCall' jsed

Re: Unable to link

2009-08-13 Thread Javier Sedano
more time (your time, in particular) on it. Thank you very much for the kindly help. Regards, -- -- Javier Sedano javier.sed...@gmail.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com

Unable to link

2009-08-12 Thread Javier Sedano
/jsedano/prj/uc3m/ao/Labs_J/LibAO/testBypass.c:26: undefined reference to `___aoAsBypassCall' [... Many other undefined references removed] collect2: ld returned 1 exit status jsed...@ender:~/prj/uc3m/ao/Labs_J/LibAO -- -- Javier Sedano javier.sed...@gmail.com -- Problem reports: http

Re: syntax highlighting on Joe

2009-01-27 Thread Javier Sedano
It worked! You can check it right here: http://www.cygwin.com/ml/cygwin/2008-07/msg00277.html -- Javier Sedano javier.sed...@gmail.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

syntax highlighting on Joe

2009-01-26 Thread Javier Sedano
conf.jsf java.jsf ocaml.jsf ruby.jsftex.jsf jsed...@flint:~/prj -- -- Javier Sedano javier.sed...@gmail.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: syntax highlighting on Joe

2009-01-26 Thread Javier Sedano
Javier Sedano escribió: Since I am using it on xterm, it may be a problem related to cygwin/x. Feel free to forward me to another list if you think that's a better place for the question. It's probably unrelated to X, because using it on the cygwin command window, it is also

Cygwin X fails to start

2006-08-23 Thread Javier Delgadillo
error: could not open default font 'fixed' -- Javier Delgadillo javi at javidel.org http://javidel.org/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ

gvim not finding syntax.vim

2006-07-05 Thread Javier-Elias Vasquez-Vivas
the terminal vim is working properly withouth the manually created link, and out of the box, so I wouldn't know what it is about gvim that doesn't work properly... Any help would be greatly appreciated. Thanks, -- Javier -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Problem with cvs + cygwin + windows millennium

2004-06-02 Thread Francisco Javier Girón Vara
on? If so, is there any solution or am I trying something impossible? Thanks very much, Fco. Javier Girón Dpto. Transporte Terrestre C/ Mar Egeo, 4 28830 San Fernando de Henares (Madrid) Tel: (+34) 91 626 97 37 _ Descarga gratis la

python 2.3 and idle problems (unable to remap H:\cygwin\bin\cygssl-0.9.7.dll to same address as parent)

2003-08-14 Thread Javier
Hi all!! I've just donwloaded / updated my cygwin install, and when trying to launch the new idle (included with python 2.3), I get the following error: javier idle H:\cygwin\bin\python2.3.exe: *** unable to remap H:\cygwin\bin\cygssl-0.9.7.dll to same address as parent(0x77) != 0x78

Fortune 1.8.2 broken after upgrading to Cygwin 1.3.20?? (a problem with permissions?)

2003-02-11 Thread Javier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all!! :) Just done my weekly get Cygwin up to date routine, in which I've gotten: cygwin-1.3.20-1 patch 2.5.8-3. vim-6.1.300-1 and w32api-2.2-1 and now every time I do a fortune I get: javier fortune fortune:/usr/share/fortune/fortunes

Re: Fortune 1.8.2 broken after upgrading to Cygwin 1.3.20?? (a problem with permissions?)

2003-02-11 Thread Javier
Elfyn McBratney [EMAIL PROTECTED] escribió en el mensaje 027f01c2d217$7522c950$15fe86d9@webdev">news:027f01c2d217$7522c950$15fe86d9@webdev... Maybe is a permits probem / thing?? fortune whoami javier I have reinstalled the software, and I see that the install program has

Re: cygwin 1.3.19-1 file permission out of sync with NTFS on XP?

2003-02-03 Thread Javier
ironment variable. Thanks a lot... Javier -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

broken TCL? (just updated gdb)? (Bk citool won't find init.tcl)

2002-12-18 Thread Javier
:/library H:/../library ../tcl8.3/library This probably means Tcl wasn't installed properly. The oddest thing is, there is _no_ H:/cygwin/share directotory, but there is a init.tcl to be found in serveral places: javier locate init.tcl /cygdrive/h/Archivos de programa/Tcl/lib/tcl8.3/init.tcl /cygdrive/h

Setup not loggin?

2002-12-18 Thread Javier
Hi! I've noticed that both setup log files (setup.log.full and setup.log) on the setup dir, are from Nov. 29th (and I've run setup and made changes several times since) Is ths a bug? A feature? Javier -- «Work like you don't need the money. Dance like nobody's watching. Love like

Upgrading Less (I think) breaks BitKeeper?

2002-12-16 Thread Javier
to previous version) to get bk working again?? (also, installing the latest Bitkeeper Package didn't help, either) Thanks a lot for all and any pointers.. Javier -- «Work like you don't need the money. Dance like nobody's watching. Love like you've never been hurt.» -- Unsubscribe

Re: find -exec broken??

2002-12-14 Thread Javier
Duh!! I was just missign the \ befor the ;, so it didn't work. The docs (man find) _do_ say something about the (pssible) need to escape the {} for the command to run, but it isn't so clear about the ; - of course thinking a little about it, I guess the shell was taking the ; as a command

find -exec broken??

2002-12-13 Thread Javier
Hi!! I am trying to use the -ok or the -exec actions of find, but I am running into an odd error: I want to list the dirs on a given dir, and then to do a bk edit on them. So, first I get the dirs listed (to see if I have the parms to find well): public_html find . -type d -maxdepth 1 --

cygwin + Apache out of the box: dlopen: Win32 error 126

2002-11-29 Thread Javier
a little lost... _any_ help would be greatly appreciated. Thanks!! Javier -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com

Re: cygwin + Apache out of the box: dlopen: Win32 error 126

2002-11-29 Thread Javier
Let's do the things step by step: Elfyn McBratney [EMAIL PROTECTED] escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, What does line 237 of httpd.conf contain? Does libphp4.dll exist in /usr/lib/apache? Yes, it does exist: apache dir lib* -rwxr-xr-x

Re: cygwin + Apache out of the box: dlopen: Win32 error 126 (Finally working!!)

2002-11-29 Thread Javier
se dll's? and : javier cygcheck `cygpath -w /usr/lib/apache/libphp4.dll` H:\cygwin\lib\apache\libphp4.dll Error: could not find cygbz21.0.dll H:\cygwin\bin\cygcrypto.dll H:\cygwin\bin\cygwin1.dll H:\WINNT\System32\KERNEL32.dll H:\WINNT\System32\ntdll.dll H:\cygwin\bin\cygintl-1

Re: Apache doesn't run anymore with 1.3.14

2002-11-07 Thread Javier
Thanks a lot for the pointers and tips; I wouldn't have been able to solve it that's why I included the rebasing issue in /usr/doc/Cygwin/apache* You should have checked the port docs first :p Stipe blush yes, I should've done it, wouldn't I? ;) /blush -- How do you write

Re: Apache doesn't run anymore with 1.3.14

2002-10-30 Thread Javier
that was it!! :) Thanks a lot for the pointers and tips; I wouldn't have been able to solve it Javier -- An unbreakable toy is useful for breaking other toys. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

Re: Apache doesn't run anymore with 1.3.14

2002-10-28 Thread Javier
appropriate So, I don't like playing with things I don't understand. at least, not when they sound dangerous ;) Thanks a lot Javier -- Fad: In one era and out the other. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com

Re: Apache doesn't run anymore with 1.3.14

2002-10-27 Thread Javier
Dunno... I have apache and mod_php installed, not even mod_auth_ntsec or any of the other Official apache modules on the cygwin distro.. Javier -- Gather 'round like cattle and ye shall be herd. Gerrit P. Haase [EMAIL PROTECTED] escribió en el mensaje news

Re: cygwin and miktex. I need help !

2002-05-21 Thread Javier J.
and i thought i could profit it... Following Benoit instructions it success to work ! Litle drawback: there are two directories with more than 70 MB each, texmf (from MikTeX) and texmf.original (from Cygwin). Regards, Javier --- Javier wrote : I want to set up cygwin on Windows 2000. Trying

cygwin and miktex. I need help !

2002-05-20 Thread Javier J.
i run latex ~# latex textest.tex This is TeX, Version 3.14159 (Web2C 7.3.3) I can't find the format file `latex.fmt' Let me say that my MikTeX works well on Windows. Sorry, but I'm a novice. Regards, Javier __ Do You Yahoo!? LAUNCH - Your Yahoo