[OGo-Users] Boehm's garbage collector
Henrik Jakobsen
users@opengroupware.org
Thu, 21 Jun 2007 14:57:52 +0200
Hi
I have the install file for libFoundation and it refers to Boehm's
garbage collector. Is it mandatory to install that?
I hope not since the link provided for the source is a dead link
Currently I am setting up libFoundation and since it doesn't compile as
is I have some questions.
I work on a Kubuntu Feisty 7.04 and I am using the procedure from the
sope install to set up things.
Using sope-trunk-r1503-200706111100.tar.gz
First I install GNUstep-make from sope/gnustep-make
gcc -g -O2 -Wall -I. -o which_lib which_lib.c
which_lib.c: In function ‘normalize_and_check_dir’:
which_lib.c:238: advarsel: pointer targets in passing argument 1 of
‘stripstr’ differ in signedness
which_lib.c: In function ‘main’:
which_lib.c:700: advarsel: pointer targets in passing argument 1 of
‘stripstr’ differ in signedness
But otherwise ok.
Then I move on to libFoundation
./configure --with-gnustep
make debug=yes all
Making all in Foundation...
make[1]: Går til katalog '/home/ogo/sope/libFoundation/Foundation'
Making all for library libFoundation...
Compiling file behavior.m ...
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
make[2]: *** [shared_debug_obj/./GNU/behavior.o] Fejl 1
make[1]: *** [libFoundation.all.library.variables] Fejl 2
make[1]: Forlader katalog '/home/ogo/sope/libFoundation/Foundation'
make: *** [internal-all] Fejl 2
This causes me problems. So far I think I have install all that is
required with the recommended procedure.
Any pointers on which way to go from here?
/Henrik