So it looks like the problem was that in

libs/procinfo.cpp

it was doing:

 26 #ifdef __APPLE__
 27 #include <signal.h>
 28 #endif

so it only including signal.h if it was on an apple machine.  commenting out 
those got it to compile.  However, after installing it seems all the WUs are 
erroring out with:

[error] Can't parse file info in scheduler reply: unexpected XML tag or syntax
[error] No close tag in scheduler replay

Any idea why that might be happening? Maybe something bad happened with the 
workunits that were already in the database when I ran upgrade?

--Travis


On Mar 31, 2011, at 3:41 PM, Travis Desell wrote:

> I just updated to the trunk and did an
> 
> ./_autosetup
> ./configure --disable-client
> make
> 
> and bumped into the following error:
> 
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -I../api -I../db 
> -I../client -I../tools -I../sched -I../lib/mac -D_THREAD_SAFE -pthread -fPIC 
> -DPIC -D_THREAD_SAFE -pthread -g -O2 -Wall -MT libboinc_la-procinfo.lo -MD 
> -MP -MF .deps/libboinc_la-procinfo.Tpo -c procinfo.cpp  -fPIC -DPIC -o 
> .libs/libboinc_la-procinfo.o
> procinfo.cpp: In function 'void kill_all(std::vector<int, std::allocator<int> 
> >&)':
> procinfo.cpp:87: error: 'SIGTERM' was not declared in this scope
> procinfo.cpp:87: error: 'kill' was not declared in this scope
> *** Error code 1
> 
> Any idea what the problem might be?
> 
> --Travis
> 
> 
> 
> ----------------------------------------------------------------------------------------------------------
> Travis Desell                          <deselt @ cs.rpi.edu>                  
>     1-518-867-1054
> Adjunct Professor & Postdoctoral Research Assistant
> Rensselaer Polytechnic Institute, 110 8th Street, Troy NY 12180, USA
> http://www.cs.rpi.edu/~deselt/
> MilkyWay@Home ( http://milkyway.cs.rpi.edu/ )
> DNA@Home ( http://dnahome.cs.rpi.edu/ )
> Worldwide Computing Laboratory ( http://wcl.cs.rpi.edu/ )
> ----------------------------------------------------------------------------------------------------------
> 
> _______________________________________________
> 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.

----------------------------------------------------------------------------------------------------------
Travis Desell                          <deselt @ cs.rpi.edu>                    
  1-518-867-1054
Adjunct Professor & Postdoctoral Research Assistant
Rensselaer Polytechnic Institute, 110 8th Street, Troy NY 12180, USA
http://www.cs.rpi.edu/~deselt/
MilkyWay@Home ( http://milkyway.cs.rpi.edu/ )
DNA@Home ( http://dnahome.cs.rpi.edu/ )
Worldwide Computing Laboratory ( http://wcl.cs.rpi.edu/ )
----------------------------------------------------------------------------------------------------------

_______________________________________________
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.

Reply via email to