Opened 17 years ago

Closed 17 years ago

#118 closed Defect (fixed)

BOINC Complie Fails

Reported by: trona@… Owned by: romw
Priority: Minor Milestone: Undetermined
Component: Client - Build Version:
Keywords: Cc:

Description

Building BOIC configured with:

./configure --disable-server --build=i686-pc-linux-gnu CXXFLAGS="-O3 -funroll-loops -fforce-addr -ffast-math"

Fails with:

client_state.C: In constructor `CLIENT_STATE::CLIENT_STATE()': client_state.C:77: error: `HOSTTYPEALT' was not declared in this scope make[2]: * [boinc_client-client_state.o] Error 1 make[2]: Leaving directory `/usr/local/src/boinc/client' make[1]: * [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/boinc' make: * [all] Error 2

Additionally, _autosetup reports:

Bootstrapping configure script and makefiles: Checking version of 'make' >= 379... succeeded. (381) Checking version of 'm4' >= 104... succeeded. (104) Checking version of 'pkg-config' >= 15... succeeded. (21) Checking version of 'autoconf' >= 258... succeeded. (260) Checking version of 'automake' >= 108... succeeded. (109) aclocal -I m4 && autoheader && automake && autoconf /usr/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION

run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal

/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS /usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK /usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB /usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB /usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB /usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF /usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB Done, now run ./configure

./configure -C to enable caching ./configure --enable-maintainer-mode to enable maintainer dependencies

Any hints?

Thanks.

Change History (2)

comment:1 Changed 17 years ago by KSMarksPsych

Component: UndeterminedClient - Build
Owner: set to romw
Priority: UndeterminedMinor

comment:2 Changed 17 years ago by romw

Resolution: fixed
Status: newclosed

I checked in a fix today for this issue.

Thanks for reporting it.

Note: See TracTickets for help on using tickets.