Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Greg Hellings
Building the library (with CMake) now I get many warnings coming from examples/cmdline. Among those I get the following errors: /home/greg/Source/sword/examples/cmdline/threaded_search.cpp:101: undefined reference to `sword::VerseKey::ParseVerseList(char const*, char const*, bool, bool)' collect2:

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Greg Hellings
Attached is a patch (I don't think I have commit privileges to that directory? If so, I can commit it directly.). --Greg On Sun, Jan 20, 2013 at 12:00 PM, Greg Hellings greg.helli...@gmail.comwrote: Building the library (with CMake) now I get many warnings coming from examples/cmdline. Among

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Greg Hellings
On Sat, Jan 19, 2013 at 10:13 AM, Troy A. Griffitts scr...@crosswire.orgwrote: In anticipation of a new release, I have a large checkin I'm about to commit which will break everything for everyone compiling with -Werror. We've been normalizing method names toward a clean API interface at 2.0.

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Greg Hellings
On Sun, Jan 20, 2013 at 1:28 PM, Greg Hellings greg.helli...@gmail.comwrote: On Sat, Jan 19, 2013 at 10:13 AM, Troy A. Griffitts scr...@crosswire.orgwrote: In anticipation of a new release, I have a large checkin I'm about to commit which will break everything for everyone compiling

Re: [sword-devel] Trends in mobile platforms

2013-01-21 Thread Greg Hellings
If QML refers to the methods and libraries, etc used by Qt development, then your work would integrate well with BibleTime. Our application is written in Qt and we would like to eventually separate the lower half of our application from the presentation layer so that we can target multiple

Re: [sword-devel] Method Name Normalization

2013-01-22 Thread Greg Hellings
On Tue, Jan 22, 2013 at 12:16 PM, Andrew Thule thules...@gmail.com wrote: To add .. the cmake build works, it is only the traditional ./configure;make;make install that appears broken. If you run the cmake toolchain with make VERBOSE=1 do the commands have -Werror -Wall enabled? If not, try

Re: [sword-devel] bindings/objc build broken

2013-01-23 Thread Greg Hellings
The Obj-C bindings have not been updated since Troy's major commit to deprecate methods and the like. However, the error you're seeing appears to be a result of missing some of the autofoo material that you need. Do you have any information on the state of your autotools package? That might help

Re: [sword-devel] bindings/objc build broken

2013-01-23 Thread Greg Hellings
On Wed, Jan 23, 2013 at 10:30 PM, Barnes, Jeffrey jbarnes...@yahoo.comwrote: On Jan 23, 2013, at 8:31:29PM, Nic Carter niccar...@mac.com wrote: You could also look at the PocketSword source to get another idea of how to go about compiling things? The reason I posted to sword-devel is

Re: [sword-devel] Method Name Normalization

2013-01-24 Thread Greg Hellings
On Sun, Jan 20, 2013 at 5:30 PM, Ben Morgan benpmor...@gmail.com wrote: Hi Greg, On Mon, Jan 21, 2013 at 6:28 AM, Greg Hellings greg.helli...@gmail.comwrote: SWIG bindings now up-to-date. Bindings users, please holler if I removed things overzealously. I haven't tried it, but I

Re: [sword-devel] Method Name Normalization

2013-01-24 Thread Greg Hellings
functions in bindings/swig/deprecated.i or similar. --Greg Peter Sent from my HTC - Reply message - From: Greg Hellings greg.helli...@gmail.com To: SWORD Developers' Collaboration Forum sword-devel@crosswire.org Subject: [sword-devel] Method Name Normalization Date: Thu, Jan 24

Re: [sword-devel] Xiphos: Checked out revision 4411. (errors)

2013-01-24 Thread Greg Hellings
If you monitored the proper message stream you'd see I have created a patch which attempts to fix this compile problem but introduces a minor display bug in the process (module text will not display at all...). --Greg On Thu, Jan 24, 2013 at 9:39 PM, Andrew Thule thules...@gmail.com wrote: I

Re: [sword-devel] Question about CMAKE build proceedures

2013-01-24 Thread Greg Hellings
I have found it usually necessary. It is heavily encouraged in CMake, and enforced in SWORD's scripts for just that reason, to do a build from outside of the main source directory in an entirely enclosed environment. To be truthful, when building with the autofoo toolchain I usually found the

Re: [sword-devel] CD ISO

2013-01-25 Thread Greg Hellings
On Fri, Jan 25, 2013 at 5:42 AM, Troy A. Griffitts scr...@crosswire.orgwrote: Dear Frontend Teams, I'm planning to burn CDs for people (about 60) who have requested them (yes, we still get occasional CD requests), and was wondering if you might wish to update your stuff in the 'latest' ISO

Re: [sword-devel] Xiphos: Checked out revision 4411. (errors)

2013-01-25 Thread Greg Hellings
, Jan 24, 2013 at 10:42 PM, Greg Hellings greg.helli...@gmail.comwrote: If you monitored the proper message stream you'd see I have created a patch which attempts to fix this compile problem but introduces a minor display bug in the process (module text will not display at all...). --Greg

Re: [sword-devel] Method Name Normalization

2013-01-25 Thread Greg Hellings
On Sun, Jan 20, 2013 at 3:02 PM, Greg Hellings greg.helli...@gmail.comwrote: Additionally, BibleTime's sword-svn-compat branch has been updated to build cleanly against this, (excluding the unused variables message I mentioned in the other thread). --Greg On the heels of the second set

[sword-devel] Updated SWORD utils

2013-01-28 Thread Greg Hellings
The most recent version of the SWORD utilities build for your favorite flavor of Windows can be found at http://dl.thehellings.com/sword-utils/ Download the zip file appropriate to your wants and needs. These should be updated to r2778 and the 32-bit builds should resolve some outstanding issues

[sword-devel] Windows Unicode woes

2013-02-06 Thread Greg Hellings
I began porting the GLib wrapper functions for open, mkdir, access, etc and stripping out the dependence on Glib-specific functions in order to work around the engine's woes with Windows Unicode paths. I filed an API bug for it and attached the patch I have so far. It's by no means complete and I

Re: [sword-devel] VerseMgr --- VersificationMgr

2013-02-18 Thread Greg Hellings
On Sat, Feb 16, 2013 at 8:58 AM, Troy A. Griffitts scr...@crosswire.orgwrote: One last rename for this release. I've changed the class VerseMgr to VersificationMgr. VerseMgr did not communicate well enough the intention of the class. I found myself referring to this class as

Re: [sword-devel] Generated footnote markers in non-Roman modules

2013-02-19 Thread Greg Hellings
On Tue, Feb 19, 2013 at 9:21 AM, David Haslam dfh...@googlemail.com wrote: Some Bible modules that are for a language with a non-Roman script do NOT have an attribute 'n' value in the OSIS, so the automatically generated footnote markers (a, b, c, d, ...) look especially bad. That is what

Re: [sword-devel] Bindings cleanups and others

2013-02-27 Thread Greg Hellings
work as advertised. I just did a fresh build today with CMake after seeing your message and it worked flawlessly. I'm not sure why you would have gotten the out of stream error if you were inside of the build/ subdir. --Greg Thanks for any help, Troy On 08/29/2012 03:41 PM, Greg Hellings

Re: [sword-devel] HTTPS and crosswire.org

2013-02-28 Thread Greg Hellings
Simply an issue that the HTTPS host in Apache was not configured with the appropriate handler for JSP files. --Greg On Thu, Feb 28, 2013 at 8:01 AM, David Haslam dfh...@googlemail.com wrote: HTTPS_CrossWire_Screenshot.png

Re: [sword-devel] Sword API-151 bug patch

2013-03-11 Thread Greg Hellings
Bibletime's sword-svn-compat branch has now been updated with the latest changes necessary to build so you should be able to test it now. --Greg On Sat, Feb 23, 2013 at 11:12 PM, Gary Holmlund gary.holml...@gmail.comwrote: Troy, We currently don't have a BibleTime that is compatible with

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-11 Thread Greg Hellings
On Mon, Mar 11, 2013 at 7:51 PM, Troy A. Griffitts scr...@crosswire.orgwrote: Thanks Karl, I just checked in a showchapter.cpp example here, which I think represents your use case:

Re: [sword-devel] HTTPS and crosswire.org

2013-03-16 Thread Greg Hellings
Chris, DM, Troy - I think you guys are the only ones who can do anything about this. Any chance you could? --Greg On Sat, Mar 16, 2013 at 11:05 AM, yvand yvand.sw...@gmail.com wrote: I drop it. __**_ sword-devel mailing list:

Re: [sword-devel] HTTPS and crosswire.org

2013-03-16 Thread Greg Hellings
dmsm...@crosswire.org wrote: I probably can do the work, but I don't know what the change needs to be. On Mar 16, 2013, at 12:28 PM, Greg Hellings greg.helli...@gmail.com wrote: Chris, DM, Troy - I think you guys are the only ones who can do anything about this. Any chance you could? --Greg

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-18 Thread Greg Hellings
Troy, Karl, It should also be noted that this update to SWORD causes a segfault in the following code in Xiphos https://gist.github.com/anonymous/5187582 Specifically the line key-setAutoNormalize(oldAutoNorm); on line 38 of that Gist generates a SegFault with the following backtrace. #0

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-18 Thread Greg Hellings
swimmingly. Except I still see the segfault I mentioned in trying to navigate to Genesis 1:1 in both our KJV and ASVD. Xiphos head SVN should work for other references now, though. --Greg On Mon, Mar 18, 2013 at 9:41 AM, Greg Hellings greg.helli...@gmail.comwrote: Troy, Karl, It should also

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-18 Thread Greg Hellings
On Mon, Mar 18, 2013 at 9:41 AM, Greg Hellings greg.helli...@gmail.comwrote: Troy, Karl, It should also be noted that this update to SWORD causes a segfault in the following code in Xiphos https://gist.github.com/anonymous/5187582 Specifically the line key-setAutoNormalize(oldAutoNorm

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-18 Thread Greg Hellings
/18/2013 05:12 PM, Greg Hellings wrote: #1 0x7527724c in sword::VersificationMgr::Book::getVerseMax (this=0xa60028, chapter=17424) at /home/ghellings/Projects-old/sword/src/mgr/versificationmgr.cpp:241 #2 0x7525aebb in sword::VerseKey::getVerseMax (this=0xdcc290

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-19 Thread Greg Hellings
. when the user has selected to view headings intros). I have a diff in hand for this, but it does not resolve the problem because... 3) SWORD should properly preserve the value of intros when copying the key for use during rendering. --Greg On Tue, Mar 19, 2013 at 8:26 AM, Greg Hellings greg.helli

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-21 Thread Greg Hellings
On Thu, Mar 21, 2013 at 6:26 PM, Troy A. Griffitts scr...@crosswire.orgwrote: Thanks Karl, Yes, each snippet was helpful. Nic's was a quick test which caused the bug and was easy to use for testing. Greg's snippet wasn't as helpful as all his comments and stack traces leading up to his

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-21 Thread Greg Hellings
Test code: https://gist.github.com/greg-hellings/5218094 Output with your current patch, Troy, is $ g++ `pkg-config --cflags sword` `pkg-config --libs sword` test.cpp -o test ./test intro: 0 bk (1): 1 ch (1): 1 vs (1): 1 - intro: 0 bk (1): 0 ch (1): 0 vs (1): 0

Re: [sword-devel] SWORD + Emscripten = sword.js?

2013-03-28 Thread Greg Hellings
You could always try bindings/flatapi.cpp. It's a C++ file, but it wraps a number of extern C functions for direct use by a C application. Since you said your tools work better with C than C++. --Greg On Thu, Mar 28, 2013 at 8:10 AM, Stephan i...@tetzels.de wrote: Hi again, I'll try to

Re: [sword-devel] Next version

2013-03-30 Thread Greg Hellings
There was a patch just the other day to add a few small command-line options to diatheke. I'll also re-iterate my offer to maintain a 1.7 bugfix branch on github and manage regular releases from that after final is cut, if you would like. --Greg On Fri, Mar 29, 2013 at 1:43 PM, Troy A.

[sword-devel] Diatheke Patch (was Re: Next version)

2013-03-31 Thread Greg Hellings
On Sun, Mar 31, 2013 at 3:35 AM, Chris Little chris...@crosswire.orgwrote: On 3/30/2013 12:54 PM, Greg Hellings wrote: There was a patch just the other day to add a few small command-line options to diatheke. I'd really prefer that this patch not be added, especially not without

Re: [sword-devel] KJV 1611

2013-04-11 Thread Greg Hellings
I'm unaware of the 1611 being available in SWORD format from anywhere. The 1769 version is what we have in our repositories as it is, by far, the one most people are thinking of when they claim to be talking about the 1611 version. If there is a reasonable digital source of the text it should not

Re: [sword-devel] KJV 1611

2013-04-11 Thread Greg Hellings
On Thu, Apr 11, 2013 at 3:14 PM, Barnes, Jeffrey jbarnes...@yahoo.comwrote: You mean U+017F? Seems like that would be a pretty easy regex. I think it's only a lower case entry that appears only if it is not the last character in a word. Any other glyphs? Most attempts I see to use that

Re: [sword-devel] Sword support of indents and line breaks

2013-04-12 Thread Greg Hellings
On Fri, Apr 12, 2013 at 6:57 AM, John Austin gpl.programs.i...@gmail.comwrote: You didn't address my main point: Content providers should be given a way to have final control over how their formatted texts appear, and one which is simple and reliable. I'll comment below, but a Bible

Re: [sword-devel] Sword support of indents and line breaks

2013-04-12 Thread Greg Hellings
On Fri, Apr 12, 2013 at 3:14 PM, Matěj Cepl mc...@redhat.com wrote: On 12/04/13 08:04, John Austin wrote: Sword should support basic indents and line breaks. Content providers should be able to control the formatting of their texts and should not be required to assign their content to

Re: [sword-devel] Sword support of indents and line breaks

2013-04-12 Thread Greg Hellings
On Fri, Apr 12, 2013 at 4:37 PM, Matěj Cepl mc...@redhat.com wrote: My point was that documents are more valuable and more difficult to change than programs. So we should orient on perfecting documents and change programs if necessary. And yes, possibility of using stylesheets would be

Re: [sword-devel] Windows Unicode woes

2013-04-15 Thread Greg Hellings
at http://github.com/greg-hellings/sword in the util_open branch. Testing on Linux/Unix/Mac would also be appreciated. I have done a cursory test on all the major operating systems and I don't appear to have broken basic functionality. Testing with paths - especially on Windows - which include non

Re: [sword-devel] Windows Unicode woes

2013-04-15 Thread Greg Hellings
On Mon, Apr 15, 2013 at 3:30 PM, Greg Hellings greg.helli...@gmail.comwrote: I have hacked and hacked at this. I seem to have something working. If people who use Xiphos can test it out with http://dl.thehellings.com/xiphos-3.1.5-win32-sword-patch.exe (this will look a bit uglier than you

Re: [sword-devel] slightly off topic ....

2013-04-25 Thread Greg Hellings
Barry, You might try logging in with SSH instead of FTP. --Greg On Thu, Apr 25, 2013 at 12:00 PM, Barry Drake bdr...@crosswire.org wrote: Sorry for off-topic. I have not needed to log on to the crosswire site using ftp for a long time. I have some spurious folders in my imap mailbox and

Re: [sword-devel] usfm2osis.py

2013-05-07 Thread Greg Hellings
It has been a while, but I also used it successfully. --Greg On Tue, May 7, 2013 at 7:18 AM, David Haslam dfh...@googlemail.com wrote: Apart from Chris, has anyone else done any testing on his Python script usfm2osis.py ? See

Re: [sword-devel] usfm2osis.py

2013-05-07 Thread Greg Hellings
On Tue, May 7, 2013 at 12:46 PM, David Haslam dfh...@googlemail.com wrote: Hi Peter, Which version of Python did you use it with ? Has anyone been successful with Python 3.3.x ? Chris designed it for CPython 2.7+ (but support CPython 3 and other interpreters if possible). I used it with

Re: [sword-devel] HTML5 File API and SWORD modules

2013-05-08 Thread Greg Hellings
On Wed, May 8, 2013 at 8:30 AM, Troy A. Griffitts scr...@crosswire.orgwrote: Stephan, Firefox OS is the only platform I know that doesn't allow 'native' binaries to be installed and many other platforms all started with this same concept and conceded shortly before or after release. I am

Re: [sword-devel] HTML5 File API and SWORD modules

2013-05-08 Thread Greg Hellings
On Wed, May 8, 2013 at 9:37 AM, Stephan i...@tetzels.de wrote: Troy, Now, having said this, I use javascript+html/css all the time and would like a more native approach to building SWORD applications in this environment, hence a javascript interface via Cordova. That means you want to

Re: [sword-devel] HTML5 File API and SWORD modules

2013-05-08 Thread Greg Hellings
On Wed, May 8, 2013 at 9:45 AM, Stephan i...@tetzels.de wrote: Greg, A client-side Sword application could do something similar. I had begun work on such an app at one point. However, in order to fetch data, a native client-side JavaScript implementation would be much better off

Re: [sword-devel] XHTML Rendering of OSIS Reference Doc - Whitespace

2013-05-08 Thread Greg Hellings
Off the cuff here, it seems the issue is the difference in semantics of div between OSIS - where it marks a structural division within a text which can be of many different levels and layers and in XHTML where it represents a box of block-style layout which defaults to being the full width of its

Re: [sword-devel] XHTML Rendering of OSIS Reference Doc - Whitespace

2013-05-09 Thread Greg Hellings
On Thu, May 9, 2013 at 6:01 AM, Troy A. Griffitts scr...@crosswire.orgwrote: On 05/08/2013 12:31 PM, Troy A. Griffitts wrote: OK, so from this: div sID=gen1 type=bookGroup/ h3Old Testament/h3 div osisID=Gen sID=gen2 type=book/ h3THE FIRST BOOK OF MOSES CALLED GENESIS/h3 div sID=gen3

Re: [sword-devel] HTML5 File API and SWORD modules

2013-05-09 Thread Greg Hellings
On Thu, May 9, 2013 at 7:17 AM, Israel israeld...@gmail.com wrote: On 05/09/2013 03:38 AM, Pola Edward wrote: Hi every one, this is very interesting topic :) Actually I like the idea of Greg, you can make a server side page that can convert current modules to a suitable format for JS

Re: [sword-devel] HTML5 File API and SWORD modules

2013-05-09 Thread Greg Hellings
On May 9, 2013 7:51 PM, Stephan i...@tetzels.de wrote: Greg, Any web server worth its salt and properly configured will already gzip outgoing data. Thus the need to transfer the data in a compressed format is unnecessary. Jpp, that's true. What do you think: Should the server part be a

Re: [sword-devel] Bible book introductions

2013-06-03 Thread Greg Hellings
On Mon, Jun 3, 2013 at 7:16 AM, DM Smith dmsm...@crosswire.org wrote: I'm thinking of having a sidecar conf for a module. Right now when a user wants to save certain settings for a module, we (JSword) modify the conf. (I.e. CipherKey and Font). This could then be used to save anything a

Re: [sword-devel] Bible book introductions

2013-06-03 Thread Greg Hellings
On Mon, Jun 3, 2013 at 7:32 AM, Chris Burrell ch...@burrell.me.uk wrote: I thought of that - but then that means that low powered devices, or devices with large numbers of modules have to scan every part of every module on installation of the module while they do their discovery process. The

Re: [sword-devel] Bible book introductions

2013-06-03 Thread Greg Hellings
On Mon, Jun 3, 2013 at 10:06 AM, DM Smith dmsm...@crosswire.org wrote: It is far more than 70. Every chapter can have an introduction. To see if a module one would have to check every verse 0 for text content. It is not sufficient to see if it has content. It may only have structural content.

[sword-devel] Build Breakage

2013-06-03 Thread Greg Hellings
It looks like Troy's latest renaming of ftptrans - remotetrans appears to have broken building (at least with CMake) in a few cases. I just made commits to fix the following: 1) Building with CMake 2) Building the Swig bindings I have attached another patch which enables building in the absence

Re: [sword-devel] Perl bindings failure

2013-06-04 Thread Greg Hellings
Peter, I just built and ran them last night for a module I was working on. They required a few patches to Sword, two of which I committed directly and one of which was attached to a different email I sent. Try pulling the latest code and applying that patch and see if it solves your problem.

Re: [sword-devel] progress with 1.7.0 ?

2013-06-04 Thread Greg Hellings
On Tue, Jun 4, 2013 at 6:13 AM, David Haslam dfh...@googlemail.com wrote: Mark T's observation And adding to this, for interest people stopping by at crosswire.org, not having a release for about 2.5 years makes sword look abandoned although it isn't. does (of course) refer to *The SWORD

Re: [sword-devel] crosswire.org HTTPS certificate problems

2013-06-09 Thread Greg Hellings
The issue is also that the certificate is for www.crosswire.org and you're accessing it as crosswire.org (I always use svn.crosswire.org although it doesn't appear to be any difference - old force of habit). I don't think the crosswire cert has ever been made wildcard as those certificates can be

Re: [sword-devel] I implore you...

2013-06-09 Thread Greg Hellings
to display fairly well. Troy On 06/09/2013 05:09 PM, Greg Hellings wrote: ...please just release 1.7.0 now. 15 months ago Troy promised it would be released the following month. Some things have happened that made it a bit difficult, but 15 MORE months beyond the already-too-long time

Re: [sword-devel] I implore you...

2013-06-09 Thread Greg Hellings
to apply a patch from you? I've deployed HEAD for our SWORDWeb installation at: http://crosswire.org/study I've browsed through some various locations: Gen, Matt.5+7, Ps., etc. which might cause trouble. Most all seemed to display fairly well. Troy On 06/09/2013 05:09 PM, Greg Hellings wrote

[sword-devel] Perl Bindings (was: I implore you...)

2013-06-10 Thread Greg Hellings
On Mon, Jun 10, 2013 at 5:39 AM, Peter von Kaehne ref...@gmx.net wrote: Dear Greg, Von: Greg Hellings greg.helli...@gmail.com On Jun 9, 2013 4:28 PM, Troy A. Griffitts scr...@crosswire.org wrote: Do all the bindings build ok? It sounded like Peter still had some troubles. I can work

Re: [sword-devel] new build failure, -r2819

2013-06-10 Thread Greg Hellings
When Chris renamed osisruby to osisglosses it involved an update to Makefile.am. You will need to do a distclean and rerun your autogen. --Greg On Jun 10, 2013 9:02 PM, Karl Kleinpaste k...@kleinpaste.org wrote: Making all in lib make[1]: Entering directory `/home/karl/src/bible/sword/lib'

[sword-devel] Changing #include structure (was: I implore you...)

2013-06-12 Thread Greg Hellings
On Wed, Jun 12, 2013 at 2:51 PM, Jaak Ristioja j...@ristioja.ee wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! What's the integration status on this patch? Blessings, Jaak Can we allow changes which are not bare-minimum build-breakers, such as restructuring the includes, be a

Re: [sword-devel] Current SVN

2013-06-14 Thread Greg Hellings
This is the error my patch fixes. Another option is to build with cURL so the internal FTPlib is not used. --Greg On Jun 14, 2013 2:46 AM, Manfred Bergmann manfred.bergm...@me.com wrote: Getting this error on compile: /src/mgr/ftplibftpt.cpp:79:80: Member initializer 'FTPTransport' does not

Re: [sword-devel] cmake python bindings user location

2013-06-16 Thread Greg Hellings
On Sun, Jun 16, 2013 at 9:22 PM, crick...@gmail.com wrote: Hey Greg, I'm building the python bindings with cmake 2.6.4. I'm trying to specify a user location, but it doesn't work with current svn - SWORD_PYTHON_INSTALL_DIR is always just OFF, even if I pass a value through the cmake

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-06-19 Thread Greg Hellings
On Wed, Jun 19, 2013 at 7:17 AM, Mark Trompell m...@foresightlinux.orgwrote: I would still like to have some feedback on attached patch to be able to use -DLIB_SUFFIX=64 to make make install install to prefix/lib64. Hardcoding lib is not good anyway, even if there might be better solutions

Re: [sword-devel] cmake python bindings user location

2013-06-19 Thread Greg Hellings
On Mon, Jun 17, 2013 at 6:14 AM, Ben crick...@gmail.com wrote: On 06/16/2013 11:55 PM, Greg Hellings wrote: On Sun, Jun 16, 2013 at 9:22 PM, crick...@gmail.com mailto:crick...@gmail.com wrote: Hey Greg, I'm building the python bindings with cmake 2.6.4. I'm trying

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-06-19 Thread Greg Hellings
I believe today's commit lands all of the outstanding issues I have. It introduces enhanced functionality for CMake installs where the user does not want to install to ../lib and ../include. For those, in mirroring the behavior of autotools, the options LIBDIR=install directory and

Re: [sword-devel] cmake python bindings user location

2013-06-19 Thread Greg Hellings
On Wed, Jun 19, 2013 at 7:18 PM, Ben crick...@gmail.com wrote: On 06/19/2013 10:00 AM, Greg Hellings wrote: On Mon, Jun 17, 2013 at 6:14 AM, Ben crick...@gmail.com mailto:crick...@gmail.com wrote: On 06/16/2013 11:55 PM, Greg Hellings wrote: On Sun, Jun 16, 2013 at 9:22

Re: [sword-devel] cmake python bindings user location

2013-06-21 Thread Greg Hellings
On Thu, Jun 20, 2013 at 8:04 AM, Ben crick...@gmail.com wrote: Good catch - looks like I accidentally grep'd for the wrong string when I was making sure I had gotten them all. I have added the additional option of BINDIR that captures the appropriate value. You can try again now, if you'd

Re: [sword-devel] ICU error - latest svn, *cmake* build

2013-06-22 Thread Greg Hellings
Correct, this morning Chris ripped a bunch of things out of the SVN tree. I haven't gotten to my computer to update CMake. On Sat, Jun 22, 2013 at 4:16 PM, Ben crick...@gmail.com wrote: This may be related to my last email, but it's the cmake build so I put it in a different email. Using

Re: [sword-devel] RTFHTML filter

2013-06-24 Thread Greg Hellings
BibleTime still uses it in the method getFormattedConfigEntry. Xiphos does not invoke the filter directly anywhere in its code. --Greg On Mon, Jun 24, 2013 at 6:12 AM, Chris Little chris...@crosswire.orgwrote: Similar to my question about the Plain filters: Is anyone using the RTFHTML

Re: [sword-devel] crosswire.org HTTPS certificate problems

2013-06-25 Thread Greg Hellings
On Tue, Jun 25, 2013 at 5:04 AM, DM Smith dmsm...@crosswire.org wrote: Aside from the certificate issue, you can use http instead of https for SVN. To change your working copy from the one URL to the other, you can use the command: svn relocate. A very bad suggestion for most of us as SVN

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-26 Thread Greg Hellings
On Wed, Jun 26, 2013 at 8:21 AM, Jaak Ristioja j...@ristioja.ee wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The greatest bug here is that it tries to parse the webserver directory listing output (which is what I think it does). V E R Y V E R Y B A D P R A C T I C E ! ! !

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-26 Thread Greg Hellings
On Wed, Jun 26, 2013 at 8:35 AM, Jaak Ristioja j...@ristioja.ee wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26.06.2013 16:25, Greg Hellings wrote: bserver directory listing output (which is what I think it does). V E R Y V E R Y B A D P R A C T I C E

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-26 Thread Greg Hellings
On Wed, Jun 26, 2013 at 8:44 AM, Nic Carter niccar...@mac.com wrote: (Sorry for the top reply) IMHO it would be easier to switch to downloading a ZIP file of the module than it would to add the infrastructure required to generate a custom listing of file names. I encountered the issues you

Re: [sword-devel] Versifications and verse order

2013-07-03 Thread Greg Hellings
Chris, On Wed, Jul 3, 2013 at 2:54 PM, Chris Burrell ch...@burrell.me.uk wrote: Hi Do versifications sometimes have different verse orders to each other. Is this something Sword copes with/is intending to cater for? My understanding is that no, we do not cater to books, chapters or

Re: [sword-devel] Versifications and verse order

2013-07-03 Thread Greg Hellings
On Wed, Jul 3, 2013 at 3:11 PM, Greg Hellings greg.helli...@gmail.comwrote: Chris, On Wed, Jul 3, 2013 at 2:54 PM, Chris Burrell ch...@burrell.me.uk wrote: Hi Do versifications sometimes have different verse orders to each other. Is this something Sword copes with/is intending to cater

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-07 Thread Greg Hellings
There should be a sample of each in the swig directory tree somewhere. I can check in an hour our so, when I get home. - Greg On Jul 7, 2013 11:42 AM, Troy A. Griffitts scr...@crosswire.org wrote: OK guys, I have just updated the autotools stuff and the README files to build the swig

Re: [sword-devel] [sword-svn] r2862 - in trunk: include src/modules/filters

2013-07-08 Thread Greg Hellings
Chris, This commit broke building with gcc on Fedora 18. [ 0%] Building CXX object CMakeFiles/sword.dir/src/mgr/swmgr.cpp.o /usr/bin/c++ -DGLOBCONFPATH=\/sword.conf\ -D_FTPLIB_NO_COMPAT -D_ICU_ -Dsword_EXPORTS -g3 -Wall -O0 -fPIC -I/home/greg/Source/sword/include -o

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-08 Thread Greg Hellings
_Sword ImportError: /usr/local/lib/python2.7/dist-packages/_Sword.so: undefined symbol: u_strFromUTF8_48 *Gesendet:* Sonntag, 07. Juli 2013 um 19:06 Uhr *Von:* Greg Hellings greg.helli...@gmail.com *An:* SWORD Developers' Collaboration Forum sword-devel@crosswire.org *Betreff:* Re: [sword

Re: [sword-devel] sword.js

2013-07-08 Thread Greg Hellings
On Mon, Jul 8, 2013 at 3:56 PM, Ryan Hiebert r...@ryanhiebert.com wrote: Have you looked at untar.js? https://code.google.com/p/bitjs/source/browse/untar.js?r=0eca1f06d91e1477e3708531939c8071fc877855 On a tangentially-related note, I've done some work on a python sword zmodule reader. It's

Re: [sword-devel] Module creation tools SWORD v1.7 ?

2013-07-09 Thread Greg Hellings
On Tue, Jul 9, 2013 at 8:51 AM, David Haslam dfh...@googlemail.com wrote: If my understanding of the thread about the forthcoming of SWORD version 1.7 release is correct, it includes one further *av11n* for Rahlf's LXX. Right? Does this change impose a requirement for recompiling our

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-09 Thread Greg Hellings
the Swig bindings in a place where they can be included in distros, so if you're still seeing problems, I'd like to work with you and any other packagers to get them resolved. --Greg Jon On Tue, Jul 9, 2013 at 12:55 AM, Greg Hellings greg.helli...@gmail.com wrote: So I was trying

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-09 Thread Greg Hellings
On Tue, Jul 9, 2013 at 4:41 AM, Peter von Kaehne ref...@gmx.net wrote: Von: Troy A. Griffitts scr...@crosswire.org Peter, are you building with auto tools or cmake? I can look more into the autotools system if the problem is here. It doesn't seem to use pkgconfig to get libs and

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-11 Thread Greg Hellings
On Thu, Jul 11, 2013 at 2:49 AM, Peter von Kaehne ref...@gmx.net wrote: Gesendet: Dienstag, 09. Juli 2013 um 08:53 Uhr Von: Troy A. Griffitts scr...@crosswire.org Peter, are you building with auto tools or cmake? I can look more into the autotools system if the problem is here. It

[sword-devel] UTF8Transliterator messages

2013-07-17 Thread Greg Hellings
So I've been plagued in the CMake builds by this message: UTF8Transliterator: ICU: no resource index to load UTF8Transliterator: ICU: status U_MISSING_RESOURCE_ERROR Now it's expanding out to repeat itself four times when I run a utility like diatheke, and Peter has claimed he sees the message

Re: [sword-devel] UTF8Transliterator messages

2013-07-17 Thread Greg Hellings
On Wed, Jul 17, 2013 at 5:46 PM, Chris Little chris...@crosswire.orgwrote: Give the latest SVN a try. All of the offending code should be disabled now. That has eliminated them from my local build. Thanks! --Greg --Chris On 07/17/2013 07:10 AM, Greg Hellings wrote: So I've been

[sword-devel] Windows Utilities

2013-07-17 Thread Greg Hellings
I know that there has been a HUGE amount of changes and refactoring, including the addition of the new versification scheme (and about 115 subversion commits) since the last time I updated the Windows utilities. You can find the latest build, as of tonight revision 2908, at

Re: [sword-devel] Windows Utilities

2013-07-23 Thread Greg Hellings
On Tue, Jul 23, 2013 at 3:23 AM, David Haslam dfh...@googlemail.com wrote: Greg, Is anyone actually looking at the software issues for SWORD utilities? I'm sure someone is. I have no authority to commit to the utilities directory so I can do no more than the next person to get any of these

Re: [sword-devel] SWORD + Qt better support

2013-07-28 Thread Greg Hellings
On Sun, Jul 28, 2013 at 2:07 PM, Jaak Ristioja j...@ristioja.ee wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! On 28.07.2013 20:36, Troy A. Griffitts wrote: Hey guys. I spent today to try to add a few methods into 1.7.0 before we push it out the door to ease your (those

Re: [sword-devel] SWORD 1.7.0RC2

2013-08-06 Thread Greg Hellings
Relying on pkgconfig is not an entirely viable solution as it is not feasible to use on all target platforms - most notably Windows. --Greg On Mon, Aug 5, 2013 at 9:07 PM, Troy A. Griffitts scr...@crosswire.orgwrote: Jaak, I've include -DSWORD_NUMVERSION as a pkg-config cflag directive. I

Re: [sword-devel] SWORD 1.7.0RC2

2013-08-06 Thread Greg Hellings
this information in addition to sword.pc? I have seen multiple libraries that will give defines either the way you've specified it or by using SWORD_MAJOR_VERSION, SWORD_MINOR_VERSION and SWORD_PATCH_VERSION. Then the information would be available to anyone who included the header files. --Greg Greg

Re: [sword-devel] SWORD 1.7.0RC2

2013-08-06 Thread Greg Hellings
On Tue, Aug 6, 2013 at 8:05 AM, Troy A. Griffitts scr...@crosswire.orgwrote: For example, consider the following code: class Q_CORE_EXPORT QString { public: ... #ifndef QT_NO_REGEXP int indexOf(const QRegExp , int from = 0) const; int lastIndexOf(const QRegExp , int from = -1)

Re: [sword-devel] Testing SWORD 1.7.0RC#

2013-08-06 Thread Greg Hellings
On Tue, Aug 6, 2013 at 10:41 AM, David Haslam dfh...@googlemail.com wrote: The current focus is all on whether the engine can be recompiled in different platforms, each with its own idiosyncrasies. That's natural at this stage. Most of the developers are responding in like manner. I''m

Re: [sword-devel] SWORD 1.7.0RC2

2013-08-06 Thread Greg Hellings
On Tue, Aug 6, 2013 at 11:12 AM, Troy A. Griffitts scr...@crosswire.orgwrote: Yes, quick lookup and paste for an example, but the problem is the same regardless of my mention of vtable: The classes are different between the compiled objects and this is not a safe situation. My only mention

Re: [sword-devel] av11n ... weird results

2013-08-10 Thread Greg Hellings
No. Troy is correct that the file you are running had not been updated since the name changes. --Greg On Aug 10, 2013 10:12 AM, Matěj Cepl mc...@redhat.com wrote: On 08/05/2013 08:58 PM, Troy A. Griffitts wrote: Not sure. I wonder if the tools which use the bindings need to be updated to

[sword-devel] Warnings

2013-08-10 Thread Greg Hellings
The very latest version of SVN gives me the following warnings when building the core library: /home/greg/Source/sword/src/mgr/ftplibftpt.cpp: In function ‘int sword::{anonymous}::my_fprogress(netbuf*, int, void*)’: /home/greg/Source/sword/src/mgr/ftplibftpt.cpp:56:46: warning: ‘virtual void

Re: [sword-devel] Segmentation fault in Perl bindings.

2013-08-13 Thread Greg Hellings
I have committed two fixes to Perl: One fixes the intermittent builds that I was experiencing. It turns out that CMake and Swig were both generating files named 'Makefile' in the build directory. Now the Perl files generate Makefile.perlswig instead. The other fixes the seg fault on exit that was

<    5   6   7   8   9   10   11   12   13   14   >