Still trying to compile 2.0 on Ubuntu Edgy

Robert Ramsdell rcriii at ramsdells.net
Sun Dec 17 07:25:07 EST 2006


I have been trying to compile 2.0.3 on Ubuntu Edgy, with no avail.  I
had compiled 2.0.2 successfully on Dapper drake before I upgraded.  The
last thing I tried was deleting the entire source tree and downloading
it from scratch (rev 15022):

svn checkout http://svn.gnucash.org/repo/gnucash/trunk 2.0
cd 2.0
./autogen.sh
./configure
make

autogen and configure complete without errors, but make ends with the
error below.  Is there something I should look more closely at in the
autogen or config output?  Should I uninstall my present gnucash before
continuing?

Robert

gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I../../../../src/test-core -I.. -Werror -Wdeclaration-after-statement
-Wno-pointer-sign -D_FORTIFY_SOURCE=2 -g -O2 -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations -Wno-unused
-o .libs/test-link-module
test-link-module.o  ../../../../src/engine/.libs/libgncmod-engine.so ../../../../src/app-utils/.libs/libgncmod-app-utils.so ../.libs/libgncmod-register-core.so /usr/lib/libpopt.so -lm -Wl,--rpath -Wl,/usr/local/lib/gnucash
/usr/local/lib/gnucash/libgncmod-gnome-utils.so.0: undefined reference
to `gnc_extract_directory'
/usr/local/lib/gnucash/libgw-engine.so.0: undefined reference to
`xaccQueryAddGUIDMatchGL'
/usr/local/lib/gnucash/libgncmod-gnome-utils.so.0: undefined reference
to `gnc_init_default_directory'
collect2: ld returned 1 exit status
make[5]: *** [test-link-module] Error 1
make[5]: Leaving directory
`/media/hda6/rcriii/downloads/gnucash/2.0/src/register/register-core/test'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/media/hda6/rcriii/downloads/gnucash/2.0/src/register/register-core'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/media/hda6/rcriii/downloads/gnucash/2.0/src/register'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/media/hda6/rcriii/downloads/gnucash/2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/media/hda6/rcriii/downloads/gnucash/2.0'
make: *** [all] Error 2




More information about the gnucash-user mailing list