Alt-O behavior changed

2002-11-10 Thread Pavel Roskin
Hello! I remember many requests to change the behavior of Alt-O to something more useful and intuitive. There is even a patch in PLD Linux Distribution (http://www.pld.org.pl/) that makes Alt-O change the other panel to the current directory of the current panel. I have improved this patch

Re: Compiled mc on OS-X (Jaguar)

2002-11-10 Thread Pavel Roskin
Hello, Wim! file src/regex.c, line 302: The line contains the following: typedef unsigned long int uintptr_t; I got an error that uintptr_t has already been defined. That's because configure in mc didn't define HAVE_UINTPTR_T. I have fixed this. Got an error on line 460 along

Re[2]: Compiled mc on OS-X (Jaguar)

2002-11-10 Thread Nerijus Baliunas
On Sun, 10 Nov 2002 21:10:11 -0500 (EST) Pavel Roskin [EMAIL PROTECTED] wrote: What's the name and the version of your C compiler? In Jaguar it's gcc 3.1, IIRC. Regards, Nerijus ___ Mc-devel mailing list [EMAIL PROTECTED]

Re[2]: Compiled mc on OS-X (Jaguar)

2002-11-10 Thread Pavel Roskin
Hello! On Mon, 11 Nov 2002, Nerijus Baliunas wrote: On Sun, 10 Nov 2002 21:10:11 -0500 (EST) Pavel Roskin [EMAIL PROTECTED] wrote: What's the name and the version of your C compiler? In Jaguar it's gcc 3.1, IIRC. Thanks. However, the bug is in the preprocessor (cpp), and gcc can use

Re[4]: Compiled mc on OS-X (Jaguar)

2002-11-10 Thread Nerijus Baliunas
On Sun, 10 Nov 2002 22:59:37 -0500 (EST) Pavel Roskin [EMAIL PROTECTED] wrote: It seems the same problem is with earlier OS-X; so you probably could use SF compile farm. Sorry, I don't see the same problem based in the information you provided. I assumed so, as cc didn't produce