| Info | Message |
|---|---|
| 1) Message boards : Server programs : Problem with "Validator" creating
Message 36429 Posted 13 Jan 2011 by Marcofe |
Tnx for your answers...you've been very helpfulls.. |
| 2) Message boards : Server programs : Problem with "Validator" creating
Message 36398 Posted 11 Jan 2011 by Marcofe |
Hi everybody, i'm writing here cause, i've an error in compiling process. i'm using example code in http://boinc.berkeley.edu/trac/wiki/ValidationSimple and when i compile it with this makefile
GCC = g++
iLIBS = -lmysqlclient -lsched -lboinc -lboinc_api
INCLUDE = -I/usr/include/mysql
PROGNAME = myvalidator
${PROGNAME}:${PROGNAME}.cpp
${GCC} -o ${PROGNAME} ${PROGNAME}.cpp ${INCLUDE} ${LIBS}
i receive this error:
Can anyone help me?Tnx |
Copyright © 2026 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.