I checked in a possible fix. -- David
On 07-Aug-2012 3:25 PM, Slawomir Rzeznicki wrote: > Hello > > I've just updated my SVN repository to the lastest revision (25989 atm) and I > can't build the trunk anymore, > "make" stops with the following errors (this is with only client & libraries > enabled, fresh sources): > > Making all in vda > make[2]: Wejście do katalogu `/home/boinc-test/boinc/vda' > g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac > -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow > -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing > -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -g -O2 -Wall -MT > vda_lib2.o -MD -MP -MF .deps/vda_lib2.Tpo -c -o vda_lib2.o vda_lib2.cpp > vda_lib2.cpp: In member function 'int DATA_UNIT::delete_file()': > vda_lib2.cpp:102:40: error: 'readlink' was not declared in this scope > vda_lib2.cpp:104:22: error: 'unlink' was not declared in this scope > vda_lib2.cpp: In member function 'int META_CHUNK::encode()': > vda_lib2.cpp:227:45: error: 'link' was not declared in this scope > vda_lib2.cpp: In member function 'int VDA_FILE_AUX::init()': > vda_lib2.cpp:346:35: error: 'symlink' was not declared in this scope > vda_lib2.cpp: In member function 'int DATA_UNIT::delete_file()': > vda_lib2.cpp:105:1: warning: control reaches end of non-void function > [-Wreturn-type] > make[2]: *** [vda_lib2.o] Błąd 1 > make[2]: Opuszczenie katalogu `/home/boinc-test/boinc/vda' > make[1]: *** [all-recursive] Błąd 1 > make[1]: Opuszczenie katalogu `/home/boinc-test/boinc' > make: *** [all] Błąd 2 > > > It happens only on 32bit Debian 6, 64bit version has no problems even though > it has exactly the same setup. > By looking at the changelogs, I think the problem was introduced around > revision 25887. > > > _______________________________________________ > 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. > _______________________________________________ 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.
