Re: [jchevm] questions about libjc/zip.c

2006-03-04 Thread Thorbjørn Ravn Andersen
Weldon Washburn wrote: $ ./configure --with-classpath=/usr/local/classpath checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /bin/sh: /cygdrive/c/Documents: No such file or directory Might this not be the usual Don't use spaces in

Re: [jchevm] questions about libjc/zip.c

2006-03-01 Thread Weldon Washburn
On 2/28/06, Enrico Migliore [EMAIL PROTECTED] wrote: Hi Weldon, I'm the author of the (read + lseek = pread) and I'm sure it can't be the cause of the compiling problem you are having. I will stop trying to debug the problem and wait. I'm writing from scratch a short document with the

Re: [jchevm] questions about libjc/zip.c

2006-03-01 Thread Geir Magnusson Jr
Weldon Washburn wrote: On 2/28/06, Enrico Migliore [EMAIL PROTECTED] wrote: Hi Weldon, I'm the author of the (read + lseek = pread) and I'm sure it can't be the cause of the compiling problem you are having. I will stop trying to debug the problem and wait. I'm writing from scratch a

Re: [jchevm] questions about libjc/zip.c

2006-03-01 Thread Archie Cobbs
Weldon Washburn wrote: I tried the pread() patch but I still get: I just checked in support for systems without pread(2) in r382047. The patch should no longer be needed. Let me know how/if it works. -Archie __ Archie

Re: [jchevm] questions about libjc/zip.c

2006-03-01 Thread Weldon Washburn
Archie, I still get the same error. I deleted the jchevm directory and got a clean version (382162) from svn. I followed the instructions in Apache.README with the exception that I did not do anything about libpopt or libz. There are versions of these libs in c:\cygwin\ I can start debugging

Re: [jchevm] questions about libjc/zip.c

2006-03-01 Thread Weldon Washburn
Perhaps there is a mismatch between where you installed Classpath and where jchevm is looking for it.. ? I.e., class not found because the class really is not found. Did you configure jchevm with any --with-classpath= flag? If not then you should have

Re: [jchevm] questions about libjc/zip.c

2006-03-01 Thread Archie Cobbs
Weldon Washburn wrote: It looks like it is finding glibj.zip. But I still get the same error message when I try to build. Weird.. I have no idea why it's not working. There may be some problem when zip.c tries to read glibj.zip that causing it not to work. At this point I think it's time to

[jchevm] questions about libjc/zip.c

2006-02-28 Thread Weldon Washburn
All, Sorry for the duplicate email. I did not get the subject line correct the first time Archie, I tried the pread() patch but I still get: Making all in native make[2]: Entering directory `/cygdrive/c/Documents and Settings/weldon/My Docume nts/important/SSG_DRL/jchevm/jchevm/libjc/native'