|
|
|
|||||
|
When I try to compile the Java version of ICE on WinXP, I get the message from slice2java that MSVCP70D.dll was not found. Why aren't the binaries provided sufficient to run the application? I don't have MSVCP70D.dll and don't have any plans on installing Visual C++ software, since I'm using Java.
Thanks, Dave Forslund |
|
|||||
|
This is better, but it is a little strange that all the files in the new
zip folder are individual gzipped. I had to unzip each file independently. Now ant at least starts to build correctly. However, I still need a C++ compiler to build the java code because it seems to depend on Berkeley DB which is distributed only in source code. Since I don't have that, it fails. Is there some reason you don't have your build.xml file check for the presence of berkeley db and simply not build that part of ice if the necessary libraries aren't present? I assume that the code wouldn't work any way without the necessary libraries (which aren't in the binary distribution). So I'm not sure what good distributing the binaries without the necessary support libraries (or indicating where to get them). If I have to compile the support libraries, I might as well not have the binaries of your code. Perhaps I'm missing something? Thanks, Dave |
|
||||||
|
Quote:
Quote:
We will look into the licensing issues involved in supplying BerkeleyDB ourselves, but I'm curious why you're trying to compile the source yourself instead of using the Ice.jar file we've supplied. Any particular reason? |
|
|||||
|
I like to see that I have all the items needed for the software. Building
it is one way of doing this. I also assume that if I don't have the compiled library for Berkeley DB, I won't be able to run your software either. So I need to compile Berkeley DB on Windows anyway, and I don't have VC++ on my system. Will your code work without BerkeleyDB? If so, why not enable the compilation of it in your ant script by checking for the presence of the library? Thanks, Dave |
|
||||||
|
Quote:
We will talk to Sleepycat to find out if it's ok to deliver the binaries. -- Marc |
|
|||||
|
That is what I thought. If you can't distribute the SleepyCat binaries, I would suggest you consider enabling the building of your app by detecting that the support libraries aren't present and skipping that code, since it wouldn't run anyway.
thanks, Dave |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Something missing in Ice 3.1.0 manual | rc_hz | Comments | 3 | 10-05-2006 03:07 AM |
| Missing IcePHP? | g00fy | Comments | 4 | 07-13-2006 12:06 PM |
| Missing msvcp70d dll? | annekat | Help Center | 1 | 07-06-2004 11:54 AM |
| IcePack missing dsp's? | tom | Help Center | 3 | 06-18-2003 11:09 AM |
| slice2cpp missing in binaries? | sylvain | Bug Reports | 2 | 02-26-2003 10:08 AM |