Remote Linux desktop in my Cygwin windows PC

2008-01-01 Thread marcos rebelo
using the Ubuntu 7.10 in the Linux PC Thanks for the support Marcos -- Marcos Rebelo http://oleber.freehostia.com -- Marcos Rebelo http://oleber.freehostia.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Install CORBA

2007-03-02 Thread marcos rebelo
Oi people I'm going to start studding CORBA, after more then 8 year. I need to know the better libraries that I can use in Cygwin to use. Note: If you have some recommendations on ease studies, I will be thanks full to. Thanks Marcos -- Marcos Rebelo http://oleber.freehostia.com

gdb in eclipse

2006-11-17 Thread marcos rebelo
be happy with any help Thanks Marcos Rebelo -- Marcos Rebelo http://oleber.awardspace.com/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http

Re: gdb in eclipse

2006-11-17 Thread marcos rebelo
: On 17 November 2006 14:24, marcos rebelo wrote: The code runs correctly, but when I do Debug I have this message: Warning: /eclipse_projects/C++/Test/.settings;E: No such file or directory. Warning: /eclipse_projects/C++/Test;E: No such file or directory. Warning: /cygdrive/e

libXML

2005-05-24 Thread marcos rebelo
I was trying to install this library and the perl module that do the warp around it. After some changes in the instalation script I'm able of installing the module but I'm no longer able of calling one program from the Perl. the version 2.6.13(1.236 kb) has +- twice the size of the version 2.6.16

Re: XML::LibXSLT on Cygwin

2005-05-23 Thread marcos rebelo
This email has already sent but is about the XML::XSLT It is possible to install this Perl module in the Cygwin. When I do 'perl Makefile.pl' the script blows up and creats the file 'perl.exe.stackdump' I changed the code of the Makefile.pl inside the 'sub backtick' from open(STDOUT,

XML::LibXML on Cygwin

2005-05-22 Thread marcos rebelo
It is possible to install this Perl module in the Cygwin. When I do 'perl Makefile.pl' the script blows up and creats the file 'perl.exe.stackdump' I changed the code of the Makefile.pl inside the 'sub backtick' from open(STDOUT, $DEVNULL); open(STDERR, $DEVNULL); my $results =

installing XML::Xerces in Perl

2005-05-01 Thread marcos rebelo
I'm getting crazy I have the Xerces (I think) installed. Now I have to set some variables but I dont know to what, can someone help me XERCES_LIB XERCES_INCLUDE XERCESCROOT XERCES_CONFIG Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: I need to change my home directory

2005-04-28 Thread marcos rebelo
Thanks On 4/28/05, Larry Hall [EMAIL PROTECTED] wrote: At 11:46 AM 4/22/2005, you wrote: Hy all My home directory is something like: /cygdrive/c/Documents and Settings/xpto I would like to have it in: /home/xpto I hwve this in one computer but not in the other. But I didn't do

I need to change my home directory

2005-04-23 Thread marcos rebelo
Hy all My home directory is something like: /cygdrive/c/Documents and Settings/xpto I would like to have it in: /home/xpto I hwve this in one computer but not in the other. But I didn't do nothing for that. What am I doing wrong? Thanks Marcos -- Unsubscribe info:

I'm getting crazy whith the cron

2004-10-21 Thread Marcos Rebelo
I don't know what to do any more. On the System Events I find this: Event Type: Information Event Source: /usr/sbin/cron Event Category: None Event ID: 0 Date: 21-10-2004 Time: 10:46:00 User: NT AUTHORITY\SYSTEM Computer: EDWKN234 Description: The

RE: Cron doesn't work

2004-10-12 Thread Marcos Rebelo
It seems that cron is not working at all. What do I have to do set him to work? OR to test if he is working? Thanks MArcos -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Hall Sent: segunda-feira, 11 de Outubro de 2004 17:27 To: Marcos Rebelo

Cron doesn't work

2004-10-11 Thread Marcos Rebelo
I have the cron installed, my crontab is: */2 * * * * perl -e 'open(FILE, /cygdrive/c/deleteMe.txt) or die $!; print FILE (time.\n); close(FILE)' but nothing is going on. Marcos -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Windows person trying to use Cygwin

2004-10-01 Thread Marcos Rebelo
I'm finding two annoying problems in Cygwin 1º) I can't have the Num Lock activated otherwise the arrow keys don't work. 2º) with nedit I can select text with the mouse, but not with the keyboard. I don't know if the problems are related. Thanks for any help Marcos -- Unsubscribe info:

Windows person trying to use Cygwin

2004-10-01 Thread Marcos Rebelo
I'm finding two annoying problems in Cygwin 1º) I can't have the Num Lock activated otherwise the arrow keys don't work. 2º) with nedit I can select text with the mouse, but not with the keyboard. I don't know if the problems are related. How can I resolve them? Thanks for any help Marcos

rlogin or rsh correct install

2004-09-15 Thread Marcos Rebelo
on which to run command. -l username Specifies the user name to use on the remote host. If omitted, the logged on user name is used. -n Redirects the input of RSH to NULL. command Specifies the command to run. What am I doing wrong? Thanks Marcos Rebelo