Dear Greg, Thank you! In the bindings/corba/orbitcpp directory the targets of the makefile include a 'server' and 'testclient'. If you can run the server successfully, it should output an IOR:xxxxx string. In another window, if you run the testclient with this string as a parameter, it should try to contact the server and make a few basic requests. If this succeeds, then we should be good to go.
If all this succeeds and you get really ambitious, you could try to compile and run the bindings/corba/java directory (the makefiles are pretty much hardcoded so they will require a few path adjustments) and then see if the java testclient can contact the c++ server. There are a few things that might need configuring for this to happen if it doesn't 'just work'. Some info can be found on the http://crosswire.org/swordweb page. Let me know how it goes! Thanks again! -Troy. Greg Hellings wrote: > Troy, > > On Feb 2, 2008 5:41 PM, Troy A. Griffitts <[EMAIL PROTECTED]> wrote: > >> I have struggled my way through compiling SWORDWeb binaries for Win32 >> and should be releasing a precompiled package shortly. >> >> At BibleTech:2008 we had a request for a precompiled version for the >> Mac. Is there anyone who has successfully compiled libsword for the Mac >> who is willing to try compiling the bindings/corba/orbitcpp/ folder? >> > > I'm willing to give this a run for its money (installing ORBit as I > write this), but I have no experience with setting it up, etc. I've > never used ORBit other than to install it for packages which require > it. What minimal files would (probably) be necessary, and how do I > test deployment, etc? > > --Greg > > >> This will probably require ORBit and orbitcpp installed first. If you >> can produce a binary, it would be greatly appreciated. >> >> Thank you for considering. >> >> -Troy. >> >> >> >> _______________________________________________ >> sword-devel mailing list: [email protected] >> http://www.crosswire.org/mailman/listinfo/sword-devel >> Instructions to unsubscribe/change your settings at above page >> >> > > _______________________________________________ > sword-devel mailing list: [email protected] > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page > _______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
