win32 compile errors
karimb at comcast.net
karimb at comcast.net
Thu Nov 6 13:36:44 EST 2008
I'm trying to compile the latest code on a win xp box. The build is failing with the following error:
if /bin/sh ../../../libtool --tag=CC --mode=compile /c/soft/gnucash/repos/compile gcc -DHAVE_CONFIG_H -I. -I../../../../repos/src/business/business-core -I../../.. -DG_LOG_DOMAIN=\"gnc.business.core\" -I../../../../repos/src -I../../../src -I../../../../repos/src/engine -I../../../../repos/src/gnc-module -I../../../lib/libqof/qof -I../../../../repos/lib/libqof/qof -Ic:/soft/guile/include -Ic:/soft/gnome/include/glib-2.0 -Ic:/soft/gnome/lib/glib-2.0/include -I/c/soft/autotools/include -I/c/soft/regex/include -I/c/soft/gnome/include -I/c/soft/guile/include -I/c/soft/libdbi/include -I/c/soft/gwenhywfar/include -I/c/soft/hh/include -D_WIN32 -Werror -Wdeclaration-after-statement -g -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wno-unused -mms-bitfields -MT gncVendor.lo -MD -MP -MF ".deps/gncVendor.Tpo" -c -o gncVendor.lo ../../../../repos/src/business/business-core/gncVendor.c; \
then mv -f ".deps/gncVendor.Tpo" ".deps/gncVendor.Plo"; else rm -f ".deps/gncVendor.Tpo"; exit 1; fi
/c/soft/gnucash/repos/compile gcc -DHAVE_CONFIG_H -I. -I../../../../repos/src/business/business-core -I../../.. -DG_LOG_DOMAIN=\"gnc.business.core\" -I../../../../repos/src -I../../../src -I../../../../repos/src/engine -I../../../../repos/src/gnc-module -I../../../lib/libqof/qof -I../../../../repos/lib/libqof/qof -Ic:/soft/guile/include -Ic:/soft/gnome/include/glib-2.0 -Ic:/soft/gnome/lib/glib-2.0/include -I/c/soft/autotools/include -I/c/soft/regex/include -I/c/soft/gnome/include -I/c/soft/guile/include -I/c/soft/libdbi/include -I/c/soft/gwenhywfar/include -I/c/soft/hh/include -D_WIN32 -Werror -Wdeclaration-after-statement -g -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wno-unused -mms-bitfields -MT gncVendor.lo -MD -MP -MF .deps/gncVendor.Tpo -c ../../../../repos/src/business/business-core/gncVendor.c -DDLL_EXPORT -DPIC -o .libs/gncVendor.o
/bin/sh ../../../libtool --tag=CC --mode=link /c/soft/gnucash/repos/compile gcc -Werror -Wdeclaration-after-statement -g -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wno-unused -mms-bitfields -L/c/soft/autotools/lib -L/c/soft/regex/lib -lregex -L/c/soft/gnome/lib -L/c/soft/guile/lib -L/c/soft/libdbi/lib -L/c/soft/gwenhywfar/lib -L/c/soft/hh/lib -g -no-undefined -mwindows -o libgncmod-business-core.la -rpath c:/soft/gnucash/inst/lib/gnucash -avoid-version swig-business-core.lo gncBusGuile.lo gncmod-business-core.lo gncAddress.lo gncBillTerm.lo gncBusiness.lo gncCustomer.lo gncEmployee.lo gncEntry.lo gncInvoice.lo gncJob.lo gncOrder.lo gncOwner.lo gncTaxTable.lo gncVendor.lo ../../../src/gnc-module/libgnc-module.la ../../../src/engine/libgncmod-engine.la ../../../lib/libqof/qof/libgnc-qof.la -Lc:/soft/guile/lib -lguile -lguile-ltdl -lwsock32 -L/c/soft/readline/lib -L/c/soft/regex/lib -lregex -lm -Lc:/soft/gnome/lib -lgthread-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpopt -lm -lm
libtool: link: `gncBillTerm.lo' is not a valid libtool object
make[5]: *** [libgncmod-business-core.la] Error 1
make[5]: Leaving directory `/c/soft/gnucash/build/src/business/business-core'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/c/soft/gnucash/build/src/business/business-core'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/c/soft/gnucash/build/src/business'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/soft/gnucash/build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/soft/gnucash/build'
make: *** [all] Error 2
Anyone know why the gncBillTerm.lo is not a valid libtool object and how I can turn it into a valid libtool object? Any help is appreciated. Thanks.
Karim
More information about the gnucash-devel
mailing list