Hi all.
This is just a note to let users of buildtool that I added a few things to build.xml to enable the building of the JVM binding. I commented the 3 places that allow /src/bind to be built, so it shouldn't break your builds. However, the new <javac> tag and and <property environment=""/> tag might require you to compile buildtool.cpp again to avoid parse errors.
Let me know if you have any problems.
bob(ishmal)
Me again.
Ok, I added jni.h and win32/jni_md.h to the tree, so /src/bind is compilable on win32. You don't need a JDK at all to compile the C code. It doesn't have a link dependency with the JVM, either.
You do need a JDK if you want to run <javac> and get the .classes if you want to actually run the stuff as we develop it in the next few weeks.
Can someone get the OpenJDK versions of those .h files, and the linux jni_md.h version?
Thanks.
bob
Bob Jamison wrote:
Hi all.
This is just a note to let users of buildtool that I added a few things to build.xml to enable the building of the JVM binding. I commented the 3 places that allow /src/bind to be built, so it shouldn't break your builds. However, the new<javac> tag and and<property environment=""/> tag might require you to compile buildtool.cpp again to avoid parse errors.
can't compile 17736:
make[2]: *** No rule to make target `dom/ucd.c', needed by `dom/ucd.o'. Stop.
i did run autogen.sh
On Sat, Mar 8, 2008 at 8:58 PM, Bob Jamison <rwjj@...127...> wrote:
Yeah, when I originally imported that file, I goofed and it was ucd.c. It has been changed to ucd.cpp in the repos.
so have you fixed it? I still cannot compile as of 17741
On Mar 8, 2008, at 5:36 PM, bulia byak wrote:
On Sat, Mar 8, 2008 at 8:58 PM, Bob Jamison <rwjj@...127...> wrote:
Yeah, when I originally imported that file, I goofed and it was ucd.c. It has been changed to ucd.cpp in the repos.
so have you fixed it? I still cannot compile as of 17741
I had the same problem.
One of the files in the .deps directory got the reference to ucd.c stuck in it. I'm not sure if a top-level make clean will fix it, or if you can maybe just hand-edit the file in question. I just touched the top level config source and triggered a rebuild of them.
Oh. Sorry, I didn't realize that was the problem. Just delete build.dep, and buildtool will re-scan the dependencies.
bob
Jon A. Cruz wrote:
On Mar 8, 2008, at 5:36 PM, bulia byak wrote:
On Sat, Mar 8, 2008 at 8:58 PM, Bob Jamison <rwjj@...127...> wrote:
Yeah, when I originally imported that file, I goofed and it was ucd.c. It has been changed to ucd.cpp in the repos.
so have you fixed it? I still cannot compile as of 17741
I had the same problem.
One of the files in the .deps directory got the reference to ucd.c stuck in it. I'm not sure if a top-level make clean will fix it, or if you can maybe just hand-edit the file in question. I just touched the top level config source and triggered a rebuild of them.
On Sat, Mar 8, 2008 at 11:40 PM, Bob Jamison <rwjj@...127...> wrote:
Oh. Sorry, I didn't realize that was the problem. Just delete build.dep, and buildtool will re-scan the dependencies.
ok, that worked, thanks
Hi all, again,
I made another commit to move toward the new scripting, in /src/extensions/script. I think I got the Makefile_insert file right. But if anyone has any problems, please let me know.
bob
participants (3)
-
Bob Jamison
-
bulia byak
-
Jon A. Cruz