[sword-devel] imp2ld

Chris Little sword-devel@crosswire.org
Mon, 17 Feb 2003 15:48:18 -0700 (MST)


On Sun, 16 Feb 2003, Darin Duphorne wrote:

> I have spent the better part of a week trying to get imp2ld to work.  I 
> am using OSX 10.2.4.  The libs appear to have been built and installed 
> ok, since diatheke works ok.  I can use imp2vs to make nt and  ot 
> files, but have been unsuccessful with either imp2ld or addld.  I 
> inserted some debug code in imp2ld.cpp and found that it isn't 
> returning from creating a RawLD object with mod2=new RawLD(modname) .

It looks like you have found the problematic area.  You should search that 
constructor and possibly the write interface routines to see if there are 
any platform specific file system or endianness issues that haven't been 
properly dealt with.

--Chris