[sword-devel] sword-1.5.0
Darren DeMeulenaere
sword-devel@crosswire.org
Tue, 14 Mar 2000 08:30:22 -0800
"Troy A. Griffitts" wrote:
> 1.5.0 is packaged up on the dev site:
>
> http://www.crosswire.org/sword/ALPHAcckswwlkrfre22034820285912/alpha/
>
> Please test if you get a chance, submit anything minor today (like new
> locales) that you would like to get in, and if no problems are reported,
> we'll go public tomorrow.
>
> -Troy.
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