Re: [sword-devel] configure.ac defaults (was: -O3 -g)

2009-12-07 Thread Eeli Kaikkonen
On Sun, 6 Dec 2009, Troy A. Griffitts wrote: Finally, we added a while back turning on -Wall -Werror, I think at the request of the Bibletime team because they started using it and some of our headers where causing them trouble. The purpose of -Werror is to keep the code as clean and correct

[sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Rendezvous
Anyone have, or know where i can get, an already-compiled DLL or LIB of the sword library that is compatible or compiled with Microsoft Visual C++ (Express Edition)? Or perhaps even tell me how to compile it for Visual C++ Express Edition? Note: I tried following the instructions i saw on the

Re: [sword-devel] configure.ac defaults

2009-12-07 Thread Karl Kleinpaste
Eeli Kaikkonen eekai...@mail.student.oulu.fi writes: It would of course be a good practice for any project to use -Werror for all occasions if possible. Early last year as we were getting Xiphos back into the Fedora repos, their package review folks raised questions that led us to introduce

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Eeli Kaikkonen
On Mon, 7 Dec 2009, Rendezvous wrote: Anyone have, or know where i can get, an already-compiled DLL or LIB of the sword library that is compatible or compiled with Microsoft Visual C++ (Express Edition)? Or perhaps even tell me how to compile it for Visual C++ Express Edition? Note: I

Re: [sword-devel] Use Cases / 1.7.x development

2009-12-07 Thread Daniel Owens
Troy A. Griffitts wrote: Guys, Last week was a great time in New Orleans at SBL. Many good relationships were forged or rekindled and hope some exciting things will come from the time spent there. There was one session that I think gives us something against which to measure ourselves (not

Re: [sword-devel] configure.ac defaults

2009-12-07 Thread Matthew Talbert
As Jonathan says above, -Wall and -Werror should be enabled for non-debug builds as well. Although current packages in most distros are currently exempt from conforming to some standards, it wouldn't surprise me at all if these standards were made retroactive to existing packages at some point.

Re: [sword-devel] configure.ac defaults

2009-12-07 Thread DM Smith
As a SWORD utility developer and minor contributor elsewhere in the SWORD code, I wouldn't be bothered by having the deepest set of messages coming from the compile. I think they are invaluable in finding/fixing bugs and potential bugs as well as identifying better practices. But because

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Matthew Talbert
On Mon, Dec 7, 2009 at 6:36 AM, Rendezvous junk_and_m...@yahoo.com wrote: Anyone have, or know where i can get, an already-compiled DLL or LIB of the sword library that is compatible or compiled with Microsoft Visual C++ (Express Edition)? Or perhaps even tell me how to compile it for Visual

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Matthew Talbert
Also, there are instructions here http://crosswire.org/wiki/Tutorial:Compiling_%26_Installing_SWORD_on_Windows Matthew ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Rendezvous
Thanks, i was looking for that archive. --- On Mon, 12/7/09, Matthew Talbert ransom1...@gmail.com wrote: From: Matthew Talbert ransom1...@gmail.com Subject: Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB? To: SWORD Developers' Collaboration Forum

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Rendezvous
I could only get 1.5.9 to compile using those instructions; couldn't get 1.5.11 or 1.6.0 to compile (didn't try 1.5.10). --- On Mon, 12/7/09, Matthew Talbert ransom1...@gmail.com wrote: From: Matthew Talbert ransom1...@gmail.com Subject: Re: [sword-devel] Microsoft Visual C++ (Express

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Ben Morgan
On Tue, Dec 8, 2009 at 10:04 AM, Rendezvous junk_and_m...@yahoo.comwrote: I could only get 1.5.9 to compile using those instructions; couldn't get 1.5.11 or 1.6.0 to compile (didn't try 1.5.10). If you want help compiling, you really need to give the errors you are seeing. Without them, we

Re: [sword-devel] PorTB

2009-12-07 Thread Chris Little
PorTB has been removed. If we know a text to be infringing, even if from a source that claims it is public domain, we need to respect the rights of the actual copyright holder. FWIW, the same text is also available from http://www.bibliaonline.com.br/tb/mt/1 I don't know whether this site

Re: [sword-devel] Mingw and SWORD's internal regex (was: Re: 1.6.1 outstanding items? )

2009-12-07 Thread Matthew Talbert
I just tried building with Mingw/MSYS. The check for Mingw still doesn't work, which means SWORD's internal regex isn't compiled. ./lib/.libs/libsword.a(swmodule.o):swmodule.cpp:(.text+0x2267): undefined refe nce to `regcomp' ./lib/.libs/libsword.a(swmodule.o):swmodule.cpp:(.text+0x2b11):

Re: [sword-devel] PorTB

2009-12-07 Thread Leandro Guimarães Faria Corcete DUTRA
Le Mon, 07 Dec 2009 15:44:12 -0800, Chris Little a écrit : PorTB has been removed. If we know a text to be infringing, even if from a source that claims it is public domain, we need to respect the rights of the actual copyright holder. FWIW, the same text is also available from

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Rendezvous
They were mostly related to certain headers not being found. But i took another crack at the instructions listed on the BibleTime development wiki, with 1.6.0, and it compiled fine. However, when i try to compile my program with the generated libsword.lib, i get the following error: unresolved

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Ben Morgan
I think you need to define SWUSINGDLL in the file/project that uses sword. God Bless, Ben --- Multitudes, multitudes, in the valley of decision! For the day of the LORD is near in the valley of decision.

[sword-devel] Mingw and SWORD's internal regex (was: Re: 1.6.1 outstanding items?

2009-12-07 Thread Matthew Talbert
I've made a test that correctly works to identify Mingw, and I'll send a patch later. However, there are some serious problems with the regex library as it now is. First off, there were several additional files added that were not added to the autotools config. Secondly, even if they're added,

Re: [sword-devel] Mingw and SWORD's internal regex (was: Re: 1.6.1 outstanding items?

2009-12-07 Thread Chris Little
Matthew Talbert wrote: I've made a test that correctly works to identify Mingw, and I'll send a patch later. However, there are some serious problems with the regex library as it now is. First off, there were several additional files added that were not added to the autotools config. Secondly,

Re: [sword-devel] Mingw and SWORD's internal regex (was: Re: 1.6.1 outstanding items?

2009-12-07 Thread Matthew Talbert
I updated GNU's regex code because it was quite old, as you pointed out. Maybe I did at one time, but I haven't really cared lately as I've been using another regex library. Others have mentioned it recently. The additional files do not need to be added to any makefiles or project files. I

Re: [sword-devel] Mingw and SWORD's internal regex (was: Re: 1.6.1 outstanding items?

2009-12-07 Thread Chris Little
Okay, not sure what I was thinking or seeing, when I thought the new regex had worked with VC++, because it quite definitely doesn't. I've reverted to the old regex code. I still think we need to update to a more recent version of GNU regex, but don't personally have time to fix it right now.