[sword-devel] sword-1.5.0

Troy A. Griffitts sword-devel@crosswire.org
Tue, 14 Mar 2000 22:38:43 -0700


Well, there have been some basic things under the hood that have
changed.  Do you mean that programmers should know or that end users
should know.

1.4.x and 1.5.x are not shared library binary compatible.



Darren DeMeulenaere wrote:
> 
> >
> 
> Ignore this email, I realized after sending it that I didn't have glibdev
> installed.  Fixed that problem and am trying the compile again.  So there may be
> things to follow, but hopefully not.
> 
> Are there major issues from going to 1.4.6 to 1.5 that we need to be aware of?
> 
> Darren
> 
> >
> > I downloaded it and tried to install it on my SuSe 6.2.  It failed the make at
> > glib.h,  it was reading gdk.h and there was an include glib.h, but my system
> > doesn't have glib.h.  I have glib-1.2.3-2 installed which placed some lib files
> > in /usr/lib/.  Below is the start of some of the errors I was getting.
> >
> > /usr/include/gdk/gdktypes.h:33: warning: No include path in which to find glib.h
> >
> > In file included from /usr/include/gtk/gtkarg.h:31,
> >                  from /usr/include/gtk/gtkobject.h:31,
> >                  from /usr/include/gtk/gtkaccelgroup.h:35,
> >                  from /usr/include/gtk/gtkwidget.h:31,
> >                  from TWinControl.h:6,
> >                  from TWinControl.cpp:1:
> > /usr/include/gtk/gtktypeutils.h:31: warning: No include path in which to find gl
> >
> > ib.h
> > /bin/sh -ec 'gcc -MM -MG -I../../../include/ -D_GNU_SOURCE -I. `gtk-config --cfl
> >
> > ags` -static TControl.cpp | sed '\''s/TControl\.o/& TControl.d/g'\'' > TControl.
> >
> > d'
> > /bin/sh -ec 'gcc -MM -MG -I../../../include/ -D_GNU_SOURCE -I. `gtk-config --cfl
> >
> > ags` -static TComponent.cpp | sed '\''s/TComponent\.o/& TComponent.d/g'\'' > TCo
> >
> > mponent.d'
> > /bin/sh -ec 'gcc -MM -MG -I../../../include/ -D_GNU_SOURCE -I. `gtk-config --cfl
> >
> > ags` -static TPersistent.cpp | sed '\''s/TPersistent\.o/& TPersistent.d/g'\'' >
> > TPersistent.d'
> > /bin/sh -ec 'gcc -MM -MG -I../../../include/ -D_GNU_SOURCE -I. `gtk-config --cfl
> >
> > ags` -static TObject.cpp | sed '\''s/TObject\.o/& TObject.d/g'\'' > TObject.d'
> > make[1]: Leaving directory `/home/darrend/sword-1.5.0/apps/X11/VCL'
> > make[1]: Entering directory `/home/darrend/sword-1.5.0/apps/X11/VCL'
> > gcc -I../../../include/ -D_GNU_SOURCE -I. `gtk-config --cflags` -static -pipe -W
> >
> > all -Wno-format  -fomit-frame-pointer -ggdb -O0 -m486 -c -o TObject.o TObject.cp
> >
> > p
> > gcc -I../../../include/ -D_GNU_SOURCE -I. `gtk-config --cflags` -static -pipe -W
> >
> > all -Wno-format  -fomit-frame-pointer -ggdb -O0 -m486 -c -o TPersistent.o TPersi
> >
> > stent.cpp
> > gcc -I../../../include/ -D_GNU_SOURCE -I. `gtk-config --cflags` -static -pipe -W
> >
> > all -Wno-format  -fomit-frame-pointer -ggdb -O0 -m486 -c -o TComponent.o TCompon
> >
> > ent.cpp
> > gcc -I../../../include/ -D_GNU_SOURCE -I. `gtk-config --cflags` -static -pipe -W
> >
> > all -Wno-format  -fomit-frame-pointer -ggdb -O0 -m486 -c -o TControl.o TControl.
> >
> > cpp
> > gcc -I../../../include/ -D_GNU_SOURCE -I. `gtk-config --cflags` -static -pipe -W
> >
> > all -Wno-format  -fomit-frame-pointer -ggdb -O0 -m486 -c -o TWinControl.o TWinCo
> >
> > ntrol.cpp
> > In file included from /usr/include/gdk/gdk.h:31,
> >                  from /usr/include/gtk/gtkwidget.h:30,
> >                  from TWinControl.h:6,
> >                  from TWinControl.cpp:1:
> > /usr/include/gdk/gdktypes.h:33: glib.h: No such file or directory
> > In file included from /usr/include/gtk/gtkarg.h:31,
> >                  from /usr/include/gtk/gtkobject.h:31,
> >                  from /usr/include/gtk/gtkaccelgroup.h:35,
> >                  from /usr/include/gtk/gtkwidget.h:31,
> >
> > Your advise would be greatly appreciated.
> >
> > Darren