Need help! YANTTCAUV.
Rob Prior
rv7@b4.ca
Sat, 04 Jan 2003 12:00:24 -0800
David Hampton wrote:
> On Sat, 2003-01-04 at 11:35, Rob Prior wrote:
>
>>That's "Yet another newbie trying to compile an unstable version".
>>
>>I'm trying to install gnucash-1.7.6 the hardest way possible, i'm
>>running RedHat8.0 so I don't have apt-get. I *think* i've installed all
>>the required subpackages, configure now finishes happily and doesn't
>>report any fatal errors anymore anyway. 8-)
>>
>>Compiling goes fine until it gets to[gnucash-1.7.6/src/engine]:
>>
>>make[4]: Entering directory `/usr/src/gnucash-1.7.6/src/engine'
>>make[4]: warning: -jN forced in submake: disabling jobserver mode.
>
> Gnucash doesn't support a parallel make, though someone is working on
> it. Does the compile work if you use -j1?
Apparently not. I did a "make clean" followed by a "make -j1" just to
make sure:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/libc
-I../../src/gnc-module -I/usr/include/gnucash -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I /usr/include/g-wrap -g -O2 -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations
-Werror-implicit-function-declaration -c kvp-util.c -fPIC -o
.libs/kvp-util.o
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-I../../lib/libc -I../../src/gnc-module -I/usr/include/gnucash
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I /usr/include/g-wrap
-g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
-Werror-implicit-function-declaration -c
md5.c
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-I../../lib/libc -I../../src/gnc-module -I/usr/include/gnucash
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I /usr/include/g-wrap
-g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
-Werror-implicit-function-declaration -c
messages.c
make[4]: *** No rule to make target `../../src/engine/libgw-engine.la',
needed by `libgncmod-engine.la'. Stop.
make[4]: *** Waiting for unfinished jobs....
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/libc
-I../../src/gnc-module -I/usr/include/gnucash -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I /usr/include/g-wrap -g -O2 -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations
-Werror-implicit-function-declaration -c md5.c -fPIC -o .libs/md5.o
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/libc
-I../../src/gnc-module -I/usr/include/gnucash -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I /usr/include/g-wrap -g -O2 -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations
-Werror-implicit-function-declaration -c messages.c -fPIC -o
.libs/messages.o
make[4]: Leaving directory `/usr/src/gnucash-1.7.6/src/engine'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/gnucash-1.7.6/src/engine'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gnucash-1.7.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnucash-1.7.6'
make: *** [all-recursive-am] Error 2
[root@corsair gnucash-1.7.6]#