Re: [boinc_dev] Finding BOINC API from a build system

2009-06-17 Thread Jeremy Cowles
This compiled fine under Arch. It seems the create_project script is still trying to copy pymw_assimilator. I will fix this. On Tue, Jun 16, 2009 at 4:02 PM, David Anderson da...@ssl.berkeley.eduwrote: I checked in a different solution, which I tested on Win and FC10; please try building on

Re: [boinc_dev] Finding BOINC API from a build system

2009-06-16 Thread Gabor Gombas
Hi! On Tue, Jun 16, 2009 at 11:06:37AM -0300, Nicolás Alvarez wrote: Ok, here are a set of patches that removes config.h from the installed headers. I've only tested it on Linux. There is currently a build error on archlinux, solved by including config.h in str_util.h. That header uses

Re: [boinc_dev] Finding BOINC API from a build system

2009-06-16 Thread David Anderson
Gabor Gombas wrote: Anyway, I'll look into str_util.h. It is messy to mix public API with OS fixups. I factored out the OS fixes into a separate .h file (str_replace.h), so str_util.h no longer includes config.h -- David ___ boinc_dev mailing list

Re: [boinc_dev] Finding BOINC API from a build system

2009-06-16 Thread Jeremy Cowles
Does this still need to be tested? I can try the patch on Arch if you want. 2009/6/16 Gabor Gombas gomb...@sztaki.hu On Tue, Jun 16, 2009 at 11:51:52AM -0300, Nicolás Alvarez wrote: What is the error message? The correct fix is to include config.h from every C/C++ source files, and never

Re: [boinc_dev] Finding BOINC API from a build system

2009-06-16 Thread David Anderson
I checked in a different solution, which I tested on Win and FC10; please try building on other platforms. -- David Jeremy Cowles wrote: Does this still need to be tested? I can try the patch on Arch if you want. ___ boinc_dev mailing list

Re: [boinc_dev] Finding BOINC API from a build system

2009-06-15 Thread Nicolás Alvarez
El 15/06/2009, a las 08:48, Gabor Gombas gomb...@sztaki.hu escribió: On Sun, Jun 14, 2009 at 10:01:26PM -0300, Nicolás Alvarez wrote: However, how do I find BOINC's config.h? If I look in the global search paths, I might end up finding the config.h from some other completely different