Re: compile error in fstream

2005-03-07 Thread Mikael
"Hans Horn" wrote: > Group, > > I'm trying to compile a source tree under cygwin gcc 3.4.1. > This is where gcc barfs: > [Error messages snipped] You should make sure you are using g++ to compile c++ code and if you are using g++ to compile you should post the smallest possible program that ex

rxvt problem: Prompt doesn't look very nice

2005-03-24 Thread Mikael
Hello, I just tried rxvt because I wanted to replace the hopeless cmd window. However, the "prompt" (not sure that is the correct word) doesn't look very nice, here it is copied and pasted: \[\033]0;\w\007 [EMAIL PROTECTED] \[\033[33m\w\033[0m\] $ It looks similar, if not the same, as the result

Re: rxvt problem: Prompt doesn't look very nice

2005-03-24 Thread Mikael
"Jonathan Arnold" wrote: > Mikael wrote: >> Hello, I just tried rxvt because I wanted to replace the hopeless cmd >> window. However, the "prompt" (not sure that is the correct word) doesn't >> look very nice, here it is copied and pasted: >&g

Re: rxvt problem: Prompt doesn't look very nice

2005-03-24 Thread Mikael
"Jonathan Arnold" wrote: > Mikael wrote: >> "Jonathan Arnold" wrote: >> >>>Mikael wrote: >>> >>>>It looks similar, if not the same, as the result when I tried to set >>>>bash as the default shell for a native Win

Re: rxvt problem: Prompt doesn't look very nice

2005-03-24 Thread Mikael
"Michael Mauger" wrote: > Mikael writes: >> "Jonathan Arnold" wrote: >> > Mikael wrote: >> >> Hello, I just tried rxvt because I wanted to replace the hopeless cmd >> >> window. However, the "prompt" (not sure that is the

Re: rxvt problem: Prompt doesn't look very nice

2005-03-25 Thread Mikael
"Brian Dessent" wrote: > Mikael wrote: > >> Thanks Michael. I am using the CVS-version (dated early febraury) of >> Emacs. >> I removed the lines I added to my .bashrc and added what you showed to my >> .emacs. Now my bash shell inside emacs looks nice (an

Program launched under rxvt asks for user input in original prompt

2005-03-28 Thread Mikael
Hello, a few days ago I got some help on this list to get rxvt (and also with emacs' shell mode) up and running and I love it! But today when trying out MySQL 5.0.3 beta that was just released, I noticed an annoying thing: I tried to start mysql command line shell by issuing (under rxvt): $ mysql

Re: Program launched under rxvt asks for user input in original prompt

2005-03-28 Thread Mikael
"Brian Dessent" wrote: > Mikael wrote: > >> Hello, a few days ago I got some help on this list to get rxvt (and also >> with emacs' shell mode) up and running and I love it! But today when >> trying >> out MySQL 5.0.3 beta that was just released, I n

Re: Program launched under rxvt asks for user input in original prompt

2005-03-29 Thread Mikael
"Brian Dessent" wrote: > Mikael wrote: > >> Thanks Brian, I guess I'll just launch these programs from an ordinary >> command line shell then. >> As for building the client-only side of MySQL for Cygwin, that still >> doesn't >> work ootb

Re: [ANNOUNCEMENT] Updated: texinfo-4.8-1

2005-04-12 Thread Mikael
"Christopher Faylor" wrote: [snip texinfo announcement] > If you are adventurous you might want to try the latest setup.exe > snapshot: > > http://www.cygwin.com/setup-snapshots/setup-2.459.exe > > mentioned in this announcement: I just downloaded that file and when run it displays the version

Re: downloading cygwin from linux

2005-04-19 Thread Mikael
"community help" wrote: > Hi everyone, > > I tried to download cygwin from a linux machine but > with no success. Is there any way to download every > thing at a time and install it later on a windows > machine? > I'm trying to download cygwin from work where i have a > linux system and i want to

I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-20 Thread Mikael
As the topic says, I just tried to build the second release candidate of GCC 4.0.0 on Cygwin. The process itself was simple, but it took some time to perform the make bootstrap part, but that was expected. All steps of the build process completed successfully. I proceeded to try it on some of my

Re: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-20 Thread Mikael
"Dave Korn" wrote: > Original Message >>From: Mikael >>Sent: 20 April 2005 16:24 > >> As the topic says, I just tried to build the second release candidate of >> GCC >> 4.0.0 on Cygwin. The process itself was simple, but it took some time t

Re: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-21 Thread Mikael
"Gerrit P. Haase" wrote: > Mikael wrote: > >> As the topic says, I just tried to build the second release candidate of >> GCC 4.0.0 on Cygwin. The process itself was simple, but it took some time >> to perform the make bootstrap part, but that was expected.

Re: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-21 Thread Mikael
"Mikael" wrote: > > "Gerrit P. Haase" wrote: >> Mikael wrote: >> >>> As the topic says, I just tried to build the second release candidate of >>> GCC 4.0.0 on Cygwin. The process itself was simple, but it took some >>> ti

Shouldn't getopt_long() return : here?

2005-04-24 Thread Mikael
n options (it prints the correct diagnostic, though). Is this a bug in the implementation of getopt_long() that Cygwin comes with or are the docs I have read simply not applicable to Cygwins implementation? / Mikael -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

Re: Shouldn't getopt_long() return : here?

2005-04-24 Thread Mikael
"Charles Wilson" wrote: > Mikael wrote: > >>const char *short_options = ""; > > This is your problem. You need to have ':' as the first character in > short_options, if you want the behavior you describe. (Also, if you plan > to

Re: Cygwin with Gcc-3.2?

2005-04-24 Thread Mikael
I use the Win32 API I should have configured gcc with --enable-sjlj-exceptions in order to avoid problems, right? I didn't so I guess I have to re-compile. To the OP: Building your own version of GCC under Cygwin is easy (I've done so since the GCC 3.3.* days, can't speak for the

Warnings for converting non-pointer types to NULL

2005-05-12 Thread Mikael
Hello, I'm using Cygwin to develop programs using Win32 for the GUI and lot's of posix stuff for the "back-end". Anyway, I noticed that if I include in a file, I have to include after it if I want to receive warnings for converting non-pointer types to NULL. I guess presume NULL is a macro ev

Question about tab completion

2005-06-13 Thread Mikael
Hello, I've altered my mounts so I can do: $ cd /c/somedirectory instead of $ cd /cygdrive/c/somedirectory The ouput of mount is: $ mount C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type system (binmode) C:\cygwin on / type system (binmode) c: on /c type system (binmod

Re: Error debuging with Cygwin: No symbol table is loaded. Use the "file" command

2005-06-20 Thread Mikael
"Fernando Barsoba" wrote: > Hello all, > > I'm using Eclipse/CDT/Cygwin, and I'm trying to debug an application. I'm > getting the following error: "No symbol table is loaded. Use the "file" > command." I debug from withing Emacs and when I get that error message it usually means I forgot to

Re: Question: tcpdump for Cygwin?

2005-06-21 Thread Mikael
"Wayne Willcox" wrote: > Yes use ethereal and winPcap. Just go to www.ethereal.com > Oh, so Ethereal under Windows can capture packets sent on loopback device now? I couldn't get that to work when I last tried it. > On Tue, Jun 21, 2005 at 01:32:16PM -0400, Fernando Barsoba wrote: >> Hello all,

I updated cygwin today and discovered something that made me glad

2005-07-07 Thread Mikael
So, I updated my cygwin installation today (something I hadn't done for a few weeks or so) to get the latest version of cygwin itself, but I was also interested in the new version of bash. During the updating process some other programs were updated since new (stable) versions were availabe and

Cygwin setup snapshot

2005-07-11 Thread Mikael
How do I get the latest cygwin setup snapshot? I tried surfing to www.cygwin.com/setup-snapshots/, but I didn't have access rights. / M -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygw

Why does stat fail for some files?

2005-09-15 Thread Mikael
ry->d_name, strerror(errno)); else printf("stat() called successfully on: %s\n", entry->d_name); } return_value = closedir(directory); assert(!return_value); /* closedir() returns 0 on success */ } And this is what happens when I run it (first ls -al): $ ls -a

Re: Why does stat fail for some files?

2005-09-15 Thread Mikael
ut stat() is looking at the cwd. And in the cwd I happen to have a files called "Makefile", ".", and, "..", respectively. but not the other files found by readdir(). So I to change the call to stat() so it gets the whole path to the files found by readdir(). Thanks very much!

Arrow keys when using ssh to connect remotely to solaris box

2005-09-18 Thread Mikael
oesn't work for some keys. This has made working remotely with the oracle database a chore at best and I was wondering how I can remedy the situation? / Mikael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problem

Re: Arrow keys when using ssh to connect remotely to solaris box

2005-09-18 Thread Mikael
Brian Dessent wrote: > Mikael wrote: > >> Hello, I'm using ssh inside an rxvt terminal (?) to connect remotely >> to a Sun server running Solaris. It connects without any problems >> and I can login to the Oracle database the server is running. >> However, th

Re: Arrow keys when using ssh to connect remotely to solaris box

2005-09-18 Thread Mikael
Mikael wrote: > Brian Dessent wrote: >> Mikael wrote: >> >>> Hello, I'm using ssh inside an rxvt terminal (?) to connect remotely >>> to a Sun server running Solaris. It connects without any problems >>> and I can login to the Oracle database the

Package GCC 9.3.2 not longer available in cygwin installer

2022-05-19 Thread mikael
Hello We are using Cygwin GCC 9.3.2 but it is not longer available. Can you put it again ? Thanks Mikaël GUENAIS -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

Perl 5.6.1: Problem with CRLF/LF conversions

2002-11-05 Thread Mikael Hubsch
ie "Cannot create foobar.txt"; print F "Line1\n"; print F "Line2\n"; close F; open(F, "< foobar.txt") || die "Cannot open foobar.txt"; while () { s/(.)/sprintf("%02x ", ord($1))/ges; print "$_\n"; } close F; exit 0; --

Re: Perl 5.6.1: Problem with CRLF/LF conversions

2002-11-07 Thread Mikael Hubsch
> Gerrit asked you to try 5.8.0 because if there is a problem in the > distributed Perl, he is unlikely to go back and fix the older version. Garrit asked me, not Sven who wrote the german text, to try 5.8. Anyway, Perl 5.8 doesn't seem to have the binmode bug/problem. I'm hap

Incorrect return values from sendto

2002-11-27 Thread Mikael Ylikoski
(to ? (const struct sockaddr *) &sin : NULL), tolen); else { WSABUF wsabuf = { len, (char *) ptr }; /Mikael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.c

Building opengl applications

2003-01-20 Thread Mikael Åsberg
cc cannot find the libraries. I did install them, though. Building with -glut32 -lglu32 -lopengl32 What am I doing wrong? Hope you can help me =) // Mikael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

RE: Building opengl applications

2003-01-20 Thread Mikael Åsberg
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Mikael Åsberg" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 5:45 PM Subject: Re: Building opengl applications > On Mon, 20 Jan 2003, [iso-8859-

Re: Building opengl applications

2003-01-20 Thread Mikael Åsberg
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Mikael Åsberg" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 6:09 PM Subject: RE: Building opengl applications > On Mon, 20 J

RE: Building opengl applications

2003-01-20 Thread Mikael Åsberg
All problems have been solved, thanks for your help! // Mikael -- 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/

Ghost process

2003-02-18 Thread Mikael Åsberg
the list of processes and had to terminate there. So, by just pressing the close-button doesn't terminate the program properly, but leaves a ghost process. My question is: Why does it leave a "ghost process" and how do make it not do that? // Mikael -- Unsubscribe info:

MESA

2003-02-19 Thread Mikael Åsberg
#x27;t found it yet. Hope someone here can help me out. Regards, Mikael -- 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/

Re: MESA

2003-02-19 Thread Mikael Åsberg
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Mikael Åsberg" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 9:09 PM Subject: Re: MESA > On Wed, 19 Feb 2003, Mikael Åsberg wrote: > &

Re: MESA

2003-02-19 Thread Mikael Åsberg
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Mikael Åsberg" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 9:16 PM Subject: Re: MESA > On Wed, 19 Feb 2003, Mikael Åsberg wrote: > >

Re: MESA

2003-02-19 Thread Mikael Åsberg
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Mikael Åsberg" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 9:32 PM Subject: Re: MESA > On Wed, 19 Feb 2003, Mikael Åsberg wrote: > >

Re: MESA

2003-02-19 Thread Mikael Åsberg
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Mikael Åsberg" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 10:09 PM Subject: Re: MESA > On Wed, 19 Feb 2003, Mikael Åsberg wrote: &g

Re: MESA

2003-02-19 Thread Mikael Åsberg
- Original Message - From: "Elfyn McBratney" <[EMAIL PROTECTED]> To: "cygwin" <[EMAIL PROTECTED]>; "Mikael Åsberg" <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 10:09 PM Subject: Re: MESA > > > On Wed, 19 Feb 2003,

Built GCC 3.3.3 on Cygwin, should I use it?

2004-02-18 Thread Mikael Åsberg
Hello, I downloaded GCC 3.3.3, built it using GCC 3.3.1 that comes with Cygwin. My configure line was: $ ../gcc-3.3.3/./configure --enable-languages=c,c++ --prefix=/usr/local/gcc-3.3.3 --exec-prefix=/usr/local/gcc-3.3.3 The configure script, make and make install finsihed without any errors. Whe

Re: Built GCC 3.3.3 on Cygwin, should I use it?

2004-02-18 Thread Mikael Åsberg
ates the cygwin gcc distribution. However if a bit of >research finds that 3.3.3 has something you want then by all means, use it - >we're not going to stop you. ... Well okay, I'm not going to stop you. >Gareth Regards, Mikael Åsberg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Segmentation fault when debugging C++ with gdb.

2006-06-16 Thread Mikael Rosbacke
ls and compiled it from source. Using these tools it seems to work. But it is not a good solution for us to have a separate compiler from the rest of the distribution. Any ideas how to fix this? --- Mikael R cygcheck.out Description: cygcheck.out -- Unsubscribe info: http://cygwin.com/

Segmentation fault when debugging C++ with gdb.

2006-06-16 Thread Mikael Rosbacke
ls and compiled it from source. Using these tools it seems to work. But it is not a good solution for us to have a separate compiler from the rest of the distribution. Any ideas how to fix this? --- Mikael R cygcheck.out Description: cygcheck.out -- Unsubscribe info: http://cygwin.com/

SV: Segmentation fault when debugging C++ with gdb.

2006-06-16 Thread Mikael Rosbacke
ntly built gdb from source. But since the issue should be resolved with version 1.5.20 I could probably wait for that version. --- Mikael R -Ursprungligt meddelande- Från: Igor Peshansky [mailto:[EMAIL PROTECTED] Skickat: den 16 juni 2006 15:04 Till: Mikael Rosbacke Kopia: cygwin@cygw

Up to date documentation.

2006-06-28 Thread Mikael Rosbacke
d the function. My question, is the documentation on the web up to date or is there some other good place to find an up to date documentation? Best regards, --- Mikael Rosbacke Email:Mikael.rosbacke(at)tritech.se -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem re

SV: Up to date documentation.

2006-06-28 Thread Mikael Rosbacke
Thanks for the answer. I'll keep the contribution part in mind. I should do fairly well with a generic pthread manual, source code, grep and emacs for the time being. --- Mikael R -Ursprungligt meddelande- Från: Eric Blake [mailto:[EMAIL PROTECTED] Skickat: den 28 juni 2006

Re: g++ 3.4.1

2004-11-16 Thread Mikael Åsberg
Crank up the warning levels and turn off compiler extensions and start fixing the code. / Mikael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

MSVC-dll under cygwin

2004-12-02 Thread Mikael Åsberg
wants to call I call GetProcAddress(). However, when I try to call any function the program segfaults (the function pointers are not NULL). The same test program works if compiled using MSVC. Am I mistaken that this should work or is there an error somewhere? / Mikael -- Unsubscribe info

Re: MSVC-dll under cygwin

2004-12-02 Thread Mikael Åsberg
On Thu, Dec 02, 2004 at 04:30:56PM +0100, Mikael ?sberg wrote: Hello, I was under the impression that using a Cygwin-compiled DLL under MSVC was extremely difficult, if not impossible, but using a MSVC-compiled DLL with programs compiled under Cygwin is possible? I have test program that first

Re: MSVC-dll under cygwin

2004-12-02 Thread Mikael Åsberg
On Thu, Dec 02, 2004 at 04:30:56PM +0100, Mikael ?sberg wrote: Hello, I was under the impression that using a Cygwin-compiled DLL under MSVC was extremely difficult, if not impossible, but using a MSVC-compiled DLL with programs compiled under Cygwin is possible? I have test program that

Re: MSVC-dll under Cygwin

2004-12-02 Thread Mikael Åsberg
507.253.5982 T/L 553-5982) mailto:kulack/us.ibm.com Personal: mailto:kulack/gmail.com AIM Home:FKulack AIM Work:FKulackWrk MSN Work: fakulack/hotmail.com (replace email / with @) / Mikael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Where did the output go and question regarding return values of getopt_long()

2004-12-19 Thread Mikael Åsberg
Hello, consider this c++-function: void handle_command_line(int argc, char* const argv[], bool& verbose, vector& numbers) { const int id_numbers = 4711; const int id_verbose = 4712; const int id_help = 4713; const option long_options[

Re: Where did the output go and question regarding return values of getopt_long()

2004-12-19 Thread Mikael Åsberg
ing of switch statement Lol, of course! It's not reachable...I should've seen that. Anyway, I always compile with -Wall -W -ansi -pedantic and my homebrewn gcc-3.4.3 didn't yield any warnings at all. Thanks for the help, Larry! One question answered. I'm still

Three questions

2004-12-29 Thread Mikael Åsberg
Hello, I have three questions that aren't related. First: Is there a cygwin package that will let me compare two binary files to see if they are equal? Second: Is there a way to prevent gcc from adding .exe extension when building programs? I recall hearing something that win98 needs the .exe, b

Anyone creating programs using the MySQL C api using Cygwin?

2005-01-12 Thread Mikael Åsberg
mp;m), mysql_error(&m)); } } And, finally, the output: $ ./wizard_spells.exe Connection successful. Failed to create chemistry recipe table. Error code: 1050 Description: Table 'chemistry_recipes' already exists Segmentation fault (core dumped) Thanks for any replies and I'm sorry if

"cd" in bash script not being executed

2004-07-08 Thread Mikael Åsberg
ollowing it fails. Why and how do I fix it? I don't see any error messages pertaining to the cd command when running the script. I simply see that it fails to find configure.bat (since the directory wasn't changed) after cvs has finished. / Mikael -- Unsubscribe info: http://c

Cygwin function for getting the current directory?

2004-08-18 Thread Mikael Åsberg
What's a Cygwin-function for getting the current directory? I don't want to use Win32's GetCurrentDirectory(), becuase I am developing a program that I want to be able to port to Linux with smallest possible effort. What part of Cygwin's documentation have I failed to notice since I couldn't ans

Re: Cygwin function for getting the current directory?

2004-08-18 Thread Mikael Åsberg
Thanks for the reply, Ken. I am indeed programming in a compiled language, C++ to be more specific. And, yes, English is my second language. Thanks for pointing out the POSIX fucntion getcwd() to me, it seems to be just what I was looking for. I didn't have a man page for it, even though I think

Same code, same script, different results

2004-09-23 Thread Mikael Åsberg
non-recursive. [Recursive listing snipped] If I compile the exactly the same code under MSVC++ 7.1 and invoke the executable it produces with the exactly the same script, the output is: Performing a scan without using recursion Will perform a non-recursive scan of directory c:\coding\cygwin\c++\. [Non-recursive listing snipped] What's going on here? Why doesn't strcmp() return 0 if compiled with g++ with the input given above? / Mikael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Same code, same script, different results

2004-09-23 Thread Mikael Åsberg
On Thu, 23 Sep 2004, Mikael Åsberg wrote: Hello, I am using the latest Cygwin with all packages updated (running Windows XP Professional SP2) and I'm having a problem with a simple C++ program that uses the Win32 API to scan a directory (recursively or non-recursively, depending on user

Subversion depends on crypt

2005-07-04 Thread Mikael Eriksson
Not sure if this is the right list, I do hope so. Please also cc me since I'm not subscribed. When installing subversion via setup.exe, crypt is not installed. Therefore the message "cygcrypt-0.dll could not be found" is displayed when I run svn.exe -- Mikael Eriksson -- U

Problems when moving Ubuntu -> Cygwin

2009-03-26 Thread Mikael Normark
efore the data reaches the application? Any input on what the problem could be, or on how to determine what the problem is, is greatly appreciated. Best Regards, Mikael Normark -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Do

Re: Problems when moving Ubuntu -> Cygwin -SOLVED

2009-03-26 Thread Mikael Normark
an aligned structure intstead of working around the problem like above, but this is good enough for me at this point. Best Regards Mikael 2009/3/26 Mikael Normark : > Endianness seemed a bit unlikely to begin with and after checking the > first three values (type, pkg_nr, nr_samples) I foun

Re: Problems when moving Ubuntu -> Cygwin

2009-03-26 Thread Mikael Normark
same but when I checked sizeof(struct sample_pkt_t) it returned 396 on Ubuntu and 528 on Cygwin so I need to find a workaround for the adressing issue, perhaps that solves the problem. 2009/3/26 Mikael Normark : > Hi, > I have an application which reads data from TCP/IP packets and writes >

Parallels keyboard mapping not auto-detected in Cygwin/X

2015-04-21 Thread Kai-Mikael Jää-Aro
34668816 [ 1448.048] (EE) Keyboardlayout "Swedish (Apple) - Parallels" (A41D) is unknown, using X server default layout The layout should be standard Swedish keyboard. — Kai-Mikael Jää-Aro +46 8 608 4926 Media Technology and Informatics School of Natural Science, Technology and E

Re: Parallels keyboard mapping not auto-detected in Cygwin/X

2015-04-24 Thread Kai-Mikael Jää-Aro
> On 2015-04-23, at 19:43, Jon TURNEY wrote: > > On 21/04/2015 10:10, Kai-Mikael Jää-Aro wrote: >> I am running Cygwin/X 1.17 in Windows 7 in Parallels 10.2 in OS X 10.10, and >> do not automatically get the right keyboard mapping. I get this in >&g

Re: Parallels keyboard mapping not auto-detected in Cygwin/X

2015-04-30 Thread Kai-Mikael Jää-Aro
> On 2015-04-30, at 13:02, Jon TURNEY wrote: > > On 24/04/2015 17:20, Kai-Mikael Jää-Aro wrote: >>> On 2015-04-23, at 19:43, Jon TURNEY wrote: >>> >>> On 21/04/2015 10:10, Kai-Mikael Jää-Aro wrote: >>>> I am running Cygwin/X 1.17 in Windows 7 i

Spurious characters in USERPROFILE variable when running ssh

2012-02-08 Thread Kai-Mikael Jää-Aro
I have set up an sshd server on my Windows XP box. If I run the bash shell locally on the XP box, the USERPROFILE environment variable is shown as C:\Documents and Settings\Administrator but if I run ssh to the XP box, USERPROFILE displays as \??\C:\Documents and Settings\Administrator. I tri

Re: Spurious characters in USERPROFILE variable when running ssh

2012-02-14 Thread Kai-Mikael Jää-Aro
On Feb 8 18:51, Corinna Vinschen wrote: > On Feb 8 18:33, Kai-Mikael JÃÃ-Aro wrote: > > I have set up an sshd server on my Windows XP box. If I run the > > bash shell locally on the XP box, the USERPROFILE environment > > variable is shown as C:\Documents and Setti