Re: [boinc_dev] errors compiling assimilator/validator has conflict with mysql

2012-01-04 Thread Travis Desell
Actually it looks like the problem came from including "my_global.h" Things seem to compile without it, but it's weird that it's generating that warning. On Jan 4, 2012, at 7:52 PM, Travis Desell wrote: > Given how BOINC was configured when it was compiled, it looks like it's > including from

Re: [boinc_dev] errors compiling assimilator/validator has conflict with mysql

2012-01-04 Thread Travis Desell
Given how BOINC was configured when it was compiled, it looks like it's including from the same /usr/include/mysql directory. >From the makefile: ../boinc/Makefile:MYSQL_CFLAGS = -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -DUNIV_LINUX -DUNIV_LINUX --Travis On Jan 4, 2012, at

Re: [boinc_dev] errors compiling assimilator/validator has conflict with mysql

2012-01-04 Thread Travis Desell
I'm including my_config.h from our assimilator/validator code (because it also needs to use mysql). --Travis On Jan 4, 2012, at 7:33 PM, David Anderson wrote: > I don't think it will cause a problem. > But where is my_config.h being included from? > I can't find this anywhere in the BOINC sour

Re: [boinc_dev] errors compiling assimilator/validator has conflict with mysql

2012-01-04 Thread Carl Christensen
it looks a conflict with the mysql config file (my_config.h) -- also check that boinc isn't using another mysql configuration, i.e. there could be the system mysql install at /usr/include/mysql but possible a "homegrown" mysql at /usr/local/mysql/include etc _

Re: [boinc_dev] errors compiling assimilator/validator has conflict with mysql

2012-01-04 Thread David Anderson
I don't think it will cause a problem. But where is my_config.h being included from? I can't find this anywhere in the BOINC source code. -- David On 04-Jan-2012 1:49 PM, Travis Desell wrote: > I'm getting the following warning when compiling the validator/assimilator: > > g++ -Wall -g -O -I/boinc

[boinc_dev] errors compiling assimilator/validator has conflict with mysql

2012-01-04 Thread Travis Desell
I'm getting the following warning when compiling the validator/assimilator: g++ -Wall -g -O -I/boinc/src/boinc -I/boinc/src/boinc/db -I/boinc/src/boinc/api -I/boinc/src/boinc/lib -I/boinc/src/boinc/tools -I/boinc/src/boinc/sched -I/usr/include/mysql -DGMLE_BOINC -I/usr/include -g -L/boinc/src/bo