[sword-devel] Final call for ISO updates

Troy A. Griffitts sword-devel@crosswire.org
Fri, 07 Apr 2000 12:58:11 -0700


> Troy, this is really great!
> Some really important details I noticed:
> 
>         o Should of the new logos be used on the CD ?

If I have your and your bother's permission, I would like to use the
images on the CD.


>         o The permissions of the KDE menu entry Applications->The SWORD project aren't set correctly, so we don't see the entries

Really?  I thought that I had tried this and it worked ok.  I will try
again.  I really need to get me a copy of a few other distros to try
on.  I mainly use redhat and, for fun, have been watching Corel linux. 
What distros are the latest and where might I grab ISOs?


>         o The VCL doesn't compile on SuSE 6.3 with compiler GNU egcs 2.95.2

I think there is an option in the Makefile.cfg to turn off the VCL
compile: buildvcl = no, or something.

Are you using egcs or gcc?  I don't believe they have merged together
yet.  I believe egcs has a correct STL and conformity to the ANSI
draft.  The errors reported below are on valid ANSI C++ code straight
from horses mouth.  I don't know what to do except, by default, turn of
buildvcl in the makefile.  I guess this is ok, as most people are not
going to need to build the only app that uses it (so far)-- the
InstallMgr.

Thoughts?



> 
> make just-pre nodeps=yes
> make[1]: Entering directory `/cvs/sword/sword/apps/X11/VCL'
> make[1]: Nothing to be done for `just-pre'.
> make[1]: Leaving directory `/cvs/sword/sword/apps/X11/VCL'
> gcc -I../../../include/ -D_GNU_SOURCE -DNDEBUG -I. `gtk-config --cflags` -static -pipe -Wall -Wno-format  -fomit-frame-pointer -s -O3 -m486 -c -o TTreeNode.o TTreeNode.cpp
> TTreeNode.cpp: In method `TTreeNode::TTreeNode(TTreeNodes *)':
> TTreeNode.cpp:9: taking the address of a non-static member function
> TTreeNode.cpp:9:   to form a pointer to member function, say `&TTreeNode::getText'
> TTreeNode.cpp:9: taking the address of a non-static member function
> TTreeNode.cpp:9:   to form a pointer to member function, say `&TTreeNode::SetText'
> TTreeNode.cpp:10: taking the address of a non-static member function
> TTreeNode.cpp:10:   to form a pointer to member function, say `&TTreeNode::getStateIndex'
> TTreeNode.cpp:10: taking the address of a non-static member function
> TTreeNode.cpp:10:   to form a pointer to member function, say `&TTreeNode::SetStateIndex'
> TTreeNode.cpp:11: taking the address of a non-static member function
> TTreeNode.cpp:11:   to form a pointer to member function, say `&TTreeNode::getImageIndex'
> TTreeNode.cpp:11: taking the address of a non-static member function
> TTreeNode.cpp:11:   to form a pointer to member function, say `&TTreeNode::SetImageIndex'
> TTreeNode.cpp:12: taking the address of a non-static member function
> TTreeNode.cpp:12:   to form a pointer to member function, say `&TTreeNode::getData'
> TTreeNode.cpp:12: taking the address of a non-static member function
> TTreeNode.cpp:12:   to form a pointer to member function, say `&TTreeNode::SetData'
> TTreeNode.cpp:13: taking the address of a non-static member function
> TTreeNode.cpp:13:   to form a pointer to member function, say `&TTreeNode::GetParent'
> TTreeNode.cpp: In method `TTreeNode::TTreeNode(const TTreeNode &)':
> TTreeNode.cpp:21: taking the address of a non-static member function
> TTreeNode.cpp:21:   to form a pointer to member function, say `&TTreeNode::getText'
> TTreeNode.cpp:21: taking the address of a non-static member function
> TTreeNode.cpp:21:   to form a pointer to member function, say `&TTreeNode::SetText'
> TTreeNode.cpp:22: taking the address of a non-static member function
> TTreeNode.cpp:22:   to form a pointer to member function, say `&TTreeNode::getStateIndex'
> TTreeNode.cpp:22: taking the address of a non-static member function
> TTreeNode.cpp:22:   to form a pointer to member function, say `&TTreeNode::SetStateIndex'
> TTreeNode.cpp:23: taking the address of a non-static member function
> TTreeNode.cpp:23:   to form a pointer to member function, say `&TTreeNode::getImageIndex'
> TTreeNode.cpp:23: taking the address of a non-static member function
> TTreeNode.cpp:23:   to form a pointer to member function, say `&TTreeNode::SetImageIndex'
> TTreeNode.cpp:24: taking the address of a non-static member function
> TTreeNode.cpp:24:   to form a pointer to member function, say `&TTreeNode::getData'
> TTreeNode.cpp:24: taking the address of a non-static member function
> TTreeNode.cpp:24:   to form a pointer to member function, say `&TTreeNode::SetData'
> TTreeNode.cpp:25: taking the address of a non-static member function
> TTreeNode.cpp:25:   to form a pointer to member function, say `&TTreeNode::GetParent'
> property: In method `class property<TTreeNode,basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > > & property<TTreeNode,basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > >::operator =(const property<TTreeNode,basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > > &)':
> TTreeNode.cpp:30:   instantiated from here
> property:27: passing `const property<TTreeNode,basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > >' as `this' argument of `property<TTreeNode,basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > >::operator string()' discards qualifiers
> TTreeNode.cpp: In method `TTreeNode::TTreeNode(TTreeNodes *, GtkTree *, GtkTreeItem *, basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> >, void * = 0)':
> TTreeNode.cpp:36: taking the address of a non-static member function
> TTreeNode.cpp:36:   to form a pointer to member function, say `&TTreeNode::getText'
> TTreeNode.cpp:36: taking the address of a non-static member function
> TTreeNode.cpp:36:   to form a pointer to member function, say `&TTreeNode::SetText'
> TTreeNode.cpp:37: taking the address of a non-static member function
> TTreeNode.cpp:37:   to form a pointer to member function, say `&TTreeNode::getStateIndex'
> TTreeNode.cpp:37: taking the address of a non-static member function
> TTreeNode.cpp:37:   to form a pointer to member function, say `&TTreeNode::SetStateIndex'
> TTreeNode.cpp:38: taking the address of a non-static member function
> TTreeNode.cpp:38:   to form a pointer to member function, say `&TTreeNode::getImageIndex'
> TTreeNode.cpp:38: taking the address of a non-static member function
> TTreeNode.cpp:38:   to form a pointer to member function, say `&TTreeNode::SetImageIndex'
> TTreeNode.cpp:39: taking the address of a non-static member function
> TTreeNode.cpp:39:   to form a pointer to member function, say `&TTreeNode::getData'
> TTreeNode.cpp:39: taking the address of a non-static member function
> TTreeNode.cpp:39:   to form a pointer to member function, say `&TTreeNode::SetData'
> TTreeNode.cpp:40: taking the address of a non-static member function
> TTreeNode.cpp:40:   to form a pointer to member function, say `&TTreeNode::GetParent'
> /usr/include/g++/stl_map.h: At top level:
> TTreeNodes.h:8: warning: `char * default_xpm[4]' defined but not used
> make: *** [TTreeNode.o] Error 1
>         I tried to fic it myself but failed (I'm not experienced coding GTK+ :-(
>         Here are the errors I get::
> 
> >Hello everyone,
> >       The time has come to finally put a deadline in place for the ISO burn.
> >
> >       o I'm finishing up a 1.4.7 release that includes bugfixes, a new
> >               search bounds utility in the WIN32 frontend, and Jerry
> >               Hastings' new help files.
> >
> >       o I'm pulling bibletime 0.23 from the bibletime site and using it
> >               for the installer for KDE.
> >
> >       o I will sync the modules back to the repository on the website,
> >               as Chris may have done some updates since the last sync.
> >
> >       o I'd also like to include the latest Diatheke code.
> >
> >       o I will create directories like BETA, SOURCE, PACKAGES on the ISO.
> >               After adding these directories, would it be possible to get
> >               each of you responsible for your projects to populate them
> >               appropriately?  I'll do SWORD libs and you can follow suite
> >               from there.
> >
> >       o Thank you for all the recommendations on the CD image.  I have
> >               applied many of them, and will do more in the next few
> >               days.
> >
> >
> >Let's set the date for midnight 4/8/2000, this Saturday, with last
> >minute bugfixes available till 4/10/2000 Monday morning.
> >
> >
> >       Let me know if this is unreasonable or if there is something that you
> >'just have to have on the CD and need a little more time to finish'. :)
> --
> BibleTime - the bible study program for KDE
> http://www.bibletime.de/
> info@bibletime.de