Re: [drlvm] is_name_lowercase() in natives_support.cpp

2006-09-18 Thread Geir Magnusson Jr.
Alexey Varlamov wrote: Geir, The DRLVM build is broken now on gcc3.3.3 (SUSE9): build.native.cpp: [cc] 135 total files to be compiled. [cc] drlvm/vm/vmcore/src/util/natives_support.cpp: In [cc]function `apr_dso_handle_t* natives_load_library(const char*, bool*,

Re: [drlvm] is_name_lowercase() in natives_support.cpp

2006-09-18 Thread Geir Magnusson Jr.
Do you really understand what we are talking about? The change discussed doesn't happen on linux unless you choose to define PLATFORM_NT while compiling, but then I suspect lower-casing a file path for a string pool will be the least of your problems. geir Mark Hindess wrote: On 15

Re: [drlvm] is_name_lowercase() in natives_support.cpp

2006-09-18 Thread Geir Magnusson Jr.
Sorry - that came across too harsh w/o the smileys... Seriously, we had mixed up two things... does it make sense? geir Geir Magnusson Jr. wrote: Do you really understand what we are talking about? The change discussed doesn't happen on linux unless you choose to define PLATFORM_NT while

Re: [drlvm] is_name_lowercase() in natives_support.cpp

2006-09-18 Thread Mark Hindess
On 18 September 2006 at 7:06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Sorry - that came across too harsh w/o the smileys... Actually, I thought it was pretty fair. Seriously, we had mixed up two things... does it make sense? I'd read the body of the message without really reading the

Re: [drlvm] is_name_lowercase() in natives_support.cpp

2006-09-18 Thread Artem Aliev
Geir, The current DRLVM build is still failed. I attach patch for the current state of VM. Could you please apply it or commit new version of natives_support.cpp Thanks Artem On 9/18/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Geir, The DRLVM build is broken now on gcc3.3.3 (SUSE9):

Re: [drlvm] is_name_lowercase() in natives_support.cpp

2006-09-18 Thread Geir Magnusson Jr.
Artem Aliev wrote: Geir, The current DRLVM build is still failed. Because I was waiting for Alexey :) I'll take your patch though. geir I attach patch for the current state of VM. Could you please apply it or commit new version of natives_support.cpp Thanks Artem On 9/18/06, Alexey

Re: [drlvm] is_name_lowercase() in natives_support.cpp

2006-09-18 Thread Alexey Varlamov
2006/9/18, Geir Magnusson Jr. [EMAIL PROTECTED]: Artem Aliev wrote: Geir, The current DRLVM build is still failed. Because I was waiting for Alexey :) I'll take your patch though. Geir, Sorry for late response, I was busy offline. As now compilation problem is fixed, I will look into

[drlvm] is_name_lowercase() in natives_support.cpp

2006-09-15 Thread Geir Magnusson Jr.
Looking at things, yes, it's the ICU dll, which has uppercase letters in the filename. My plan is to just convert all paths to lowercase. Any problems people can see? geir - Terms of use :