This is my makefile for an example assimilator, i.e. the relevant function "assimilate_handler" of your other mail is implemented in "pi_assimilator_soci.cpp":
S+=assimilator.cpp pi_assimilator_soci.cpp validate_util.cpp INCLUDES=-I./ `mysql_config --cflags` \ -I./boincsrc -I./boincsrc/db -I./boincsrc/sched \ -I./boincsrc/lib -I/usr/include/soci LIBRARIES=\ -L./boincsrc/sched -lsched -L./boincsrc/api -lboinc_api \ -L./boincsrc/lib -lboinc -pthread `mysql_config --libs` \ -lsoci_core-gcc-3_0 -lsoci_mysql-gcc-3_0 -ldl all: ${S} g++ -O2 -Wall -o pi_assimilator_soci ${S} ${INCLUDES} ${LIBRARIES} On 31/07/12 05:57, Игорь Угай wrote: > Hi. Can you help me with compile /home/boincadm/sched/assimilator.cpp? Send > me your makefile. > > _______________________________________________ boinc_dev mailing list boinc_dev@ssl.berkeley.edu http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.