Re: [sword-devel] building with mingw

2009-04-27 Thread Matthew Talbert
Thanks Troy. There is one other thing with MinGW, that I just figured out, but don't really know how to apply. In order to build a dll, gcc needs to have "-no-undefined" passed to the linker. In addition, I configured with lt_cv_deplibs_check_method=pass_all which may not be necessary, I'm not sur

Re: [sword-devel] building with mingw

2009-04-27 Thread Troy A. Griffitts
Applied. Thanks Matthew. Matthew Talbert wrote: The following patch is necessary to build with MinGW (gcc 4.3.3). Without it, SEEK_END is undefined. I haven't tested this on linux, but it looks harmless. Index: src/modules/lexdict/rawld/rawld.cpp =

Re: [sword-devel] building with mingw

2009-04-27 Thread Matthew Talbert
It looks like this change happened in r2294. Previously, was included in these files. Matthew ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings