[bt-devel] Repetitive error in 'Make'

Joachim Ansorg junkmail at joachim.ansorgs.de
Sun Apr 25 13:10:47 MST 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

BibleTime compiles fine, a lib required by KDE is missing.
Please try to install fam-devel or libfam-devel.

Joachim


> Hi Everyone,
>
> I'm new to this list, and to BibleTime. I'm really eager to start using it,
> as soon as I can get it to compile. I d/l Bibletime-1.4.1.tar.bz2 and have
> already built and installed Sword.
>
> The build environment is Mandrake 9.1
> #kde-config --prefix
>  /usr
> #kde-config --version
> Qt: 3.1.1
> KDE: 3.1.0
> kde-config: 1.0
> [The 'missing' referred to in the final error message seem to be present
> in: /usr/lib/libfam.so.0
> /usr/lib/libfam.so.0.0.0]
>
>
> The error message, first occurence at beginning of 'make':
>
> In file included from /usr/include/sword/utilweb.h:26,
>                  from /usr/include/sword/utilfuns.h:27,
>                  from /usr/include/sword/swobject.h:4,
>                  from /usr/include/sword/swdisp.h:26,
>                  from /usr/include/sword/swmodule.h:27,
>                  from /usr/include/sword/swmgr.h:45,
>                  from ../../../bibletime/backend/cswordbackend.h:31,
>                  from ../../../bibletime/backend/cswordmoduleinfo.h:22,
>                  from csearchdialogpages.h:22,
>                  from csearchdialog.h:22,
>                  from csearchdialog.cpp:18:
> /usr/include/sword/swbuf.h: In member function `void
> sword::SWBuf::assureMore(long unsigned int)':
> /usr/include/sword/swbuf.h:47: warning: comparison between signed and
> unsigned integer expressions
> /usr/include/sword/swbuf.h: In member function `sword::SWBuf&
> sword::SWBuf::operator<<(int)':
> /usr/include/sword/swbuf.h:196: warning: comparison between signed and
> unsigned integer expressions
> if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt3/include
> -I/usr/X11R6/include  -I/usr/include/sword  -DQT_THREAD_SUPPORT 
> -D_REENTRANT -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -Wall
> -I../../../ -I../../../bibletime  -Wnon-virtual-dtor -Wno-long-long -Wundef
> -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500
> -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2
> -Wformat-security
> -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT
> csearchdialogpages.o -MD -MP -MF ".deps/csearchdialogpages.Tpo" \
>   -c -o csearchdialogpages.o `test -f 'csearchdialogpages.cpp' || echo
> './'`csearchdialogpages.cpp; \
> then mv -f ".deps/csearchdialogpages.Tpo" ".deps/csearchdialogpages.Po"; \
> else rm -f ".deps/csearchdialogpages.Tpo"; exit 1; \
> fi
>
> Final error message:
>
> In file included from /usr/include/sword/utilweb.h:26,
>                  from /usr/include/sword/utilfuns.h:27,
>                  from /usr/include/sword/swobject.h:4,
>                  from /usr/include/sword/swdisp.h:26,
>                  from /usr/include/sword/swmodule.h:27,
>                  from /usr/include/sword/swmgr.h:45,
>                  from backend/cswordbackend.h:31,
>                  from backend/cswordmoduleinfo.h:22,
>                  from frontend/cprofilewindow.h:21,
>                  from frontend/cprofile.h:21,
>                  from frontend/cprofilemgr.h:21,
>                  from bibletime.h:24,
>                  from bibletime.moc.cpp:11:
> /usr/include/sword/swbuf.h: In member function `void
> sword::SWBuf::assureMore(long unsigned int)':
> /usr/include/sword/swbuf.h:47: warning: comparison between signed and
> unsigned integer expressions
> /usr/include/sword/swbuf.h: In member function `sword::SWBuf&
> sword::SWBuf::operator<<(int)':
> /usr/include/sword/swbuf.h:196: warning: comparison between signed and
> unsigned integer expressions
> /bin/sh ../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor
> -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute
> -fno-exceptions
> -fno-check-new -fno-common    -o bibletime  -L/usr/X11R6/lib
> -L/usr/lib/qt3/lib -L/usr/lib  -L/usr/lib -R /usr/lib -R /usr/lib/qt3/lib
> -R /usr/X11R6/lib bibletime_init.o bibletime_slots.o bibletime.o
> bibletimeapp.o main.o bibletime.moc.o  ./printing/libprinting.a
> ./frontend/displaywindow/libdisplaywindow.a ./frontend/display/libdisplay.a
> ./frontend/keychooser/libkeychooser.a ./frontend/mainindex/libmainindex.a
> ./frontend/searchdialog/libsearchdialog.a ./frontend/libfrontend.a
> ./backend/libbackend.a ./util/libutil.a -lXext -lqt-mt  -lz -lpng -lz -lm
> -lXext -lX11  -lSM -lICE -lpthread -lkdecore -lkdeui -lkdeprint -lkio
> -lkhtml -lX11  -lsword
> libtool: link: cannot find the library `/usr/lib/libfam.la'
> make[3]: *** [bibletime] Error 1
> make[3]: Leaving directory `/home/andre/bibletime-1.4.1/bibletime'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/andre/bibletime-1.4.1/bibletime'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/andre/bibletime-1.4.1'
> make: *** [all] Error 2
>
> Very frustrating, since 'Make' takes forever!
>
> Can anyone help with this?
>
> Regards & Blessings,
> Andre
>
>
>
> _______________________________________________
> bt-devel mailing list
> bt-devel at crosswire.org
> http://www.crosswire.org/mailman/listinfo/bt-devel

- -- 
<>< Re: deemed!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAjBtKEyRIb2AZBB0RAgagAJ94G0GjUmiFW+PUYg3nLHaUjaR/TwCfdYFy
C555yKgJJYchm2etb2GibgM=
=NNh2
-----END PGP SIGNATURE-----


More information about the bt-devel mailing list