Commit 2182 should fix it. Next come the fixes you suggested.
On Mon, Mar 24, 2014 at 2:24 PM, Eric J Korpela <[email protected]>wrote: > To me is as good a place as any. I see my most recent checkin undid a > prior checkin. > > > On Mon, Mar 24, 2014 at 2:22 AM, Gianfranco Costamagna < > [email protected]> wrote: > >> Hi, where should I report seti@home build failures? >> >> I tried to build the latest svn head on debian, and I got this build >> failure >> >> thanks, >> >> G. >> >> In file included from <command-line>:0:0: >> ./../sah_config.h:602:0: note: this is the location of the previous >> definition >> #define VERSION "7.28" >> ^ >> In file included from ../../db/sqlrow.h:28:0, >> from ../../db/db_table.h:27, >> from ../../client/seti_header.h:43, >> from ../../client/seti.h:43, >> from ../../client/analyzeFuncs.h:31, >> from ../../client/main.cpp:75: >> ../../db/xml_util.h: In function 'std::string base64_encode(const T*, >> size_t)': >> ../../db/xml_util.h:278:65: warning: array subscript has type 'char' >> [-Wchar-subscripts] >> for (i=0;i<((nleft>3)?4:(nleft+1));i++) c[i]=encode_arr[c[i]]; >> ^ >> ../../db/xml_util.h: In function 'std::string base85_encode(const T*, >> size_t)': >> ../../db/xml_util.h:373:47: warning: array subscript has type 'char' >> [-Wchar-subscripts] >> for (i=0;i<5;i++) c[i]=encode_arr85[c[i]]; >> ^ >> ../../client/main.cpp: In function 'int main(int, char**)': >> ../../client/main.cpp:202:8: warning: variable 'standalone' set but not >> used [-Wunused-but-set-variable] >> bool standalone = false; >> ^ >> if g++ -DHAVE_CONFIG_H -I. -I../../client -I.. -msse3 -mfpmath=sse -g >> -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat >> -Werror=format-security -I/usr/include/boinc -I/usr/include/boinc/lib >> -I/usr/include/boinc/api -O3 -I/usr/include -I/usr/include/openssl -fPIC >> -DPIC -DHAVE_CONFIG_H \ >> -D_FORTIFY_SOURCE=2 -g -O2 -fPIE -fstack-protector >> --param=ssp-buffer-size=4 -Wformat -Werror=format-security >> -I/usr/include/boinc -I/usr/include/boinc/lib -I/usr/include/boinc/api -O3 >> -msse3 -mfpmath=sse -g -O2 -fPIE -fstack-protector >> --param=ssp-buffer-size=4 -Wformat -Werror=format-security >> -I/usr/include/boinc -I/usr/include/boinc/lib -I/usr/include/boinc/api -O3 >> -I/usr/include -I/usr/include/openssl -DHAVE_CONFIG_H -DTEXT_UI -DNDEBUG >> -DCLIENT -I../../db -I/usr/include/boinc -I/usr/include/boinc/api >> -I/usr/include/boinc/lib -I/usr/include/boinc/sched -I/usr/include/boinc/db >> -pthread -msse2 -mfpmath=sse -DUSE_SSE -DUSE_SSE2 -g -O2 -fPIE >> -fstack-protector --param=ssp-buffer-size=4 -Wformat >> -Werror=format-security -I/usr/include/boinc -I/usr/include/boinc/lib >> -I/usr/include/boinc/api -O3 -I/usr/include -I/usr/include/openssl >> -DUSE_SSE3 -DUSE_3DNOW \ >> -MT seti_boinc-analyzeFuncs_vector.o -MD -MP -MF >> ".deps/seti_boinc-analyzeFuncs_vector.Tpo" \ >> -c -o seti_boinc-analyzeFuncs_vector.o >> ../../client/vector/analyzeFuncs_vector.cpp; then mv -f >> ".deps/seti_boinc-analyzeFuncs_vector.Tpo" >> ".deps/seti_boinc-analyzeFuncs_vector.Po"; \ >> else rm -f ".deps/seti_boinc-analyzeFuncs_vector.Tpo"; exit 1; fi >> In file included from ../../client/seti.h:43:0, >> from ../../client/analyzeFuncs.h:31, >> from ../../client/vector/analyzeFuncs_vector.cpp:73: >> ../../client/seti_header.h:43:25: fatal error: db/db_table.h: No such >> file or directory >> #include "db/db_table.h" >> ^ >> compilation terminated. >> >> Gianfranco >> > > _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
