I'm building the newest version straight from git (as of today), completely new clone of the main branch. A render-farm would be fun! But I'm just trying it out on a few different machines we have sitting around here, so I can decide on an installation setup.


scons: Configure: Checking for C function lo_arg_size()...
scons: Configure: ".sconf_temp/conftest_16.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp/conftest_16.c <-
  |  |
  |  |
  |  |#include <assert.h>
  |  |
  |  |#ifdef __cplusplus
  |  |extern "C"
  |  |#endif
  |  |char lo_arg_size();
  |  |
  |  |int main() {
  |  |#if defined (__stub_lo_arg_size) || defined (__stub___lo_arg_size)
  |  |  fail fail fail
  |  |#else
  |  |  lo_arg_size();
  |  |#endif
  |  |
  |  |  return 0;
  |  |}
  |  |
  |



Cheers
Evan



On 2 Feb 2009, at 11:16, gabor papp wrote:

evan.raskob [lists] wrote:
For some reason, the scons script doesn't properly detect the (lack
of) the function.  On 4 machines I've had to manually add:

env.Append(CCFLAGS=' -DNO_LO_ARG_SIZE_DECL')

to the SConstruct.  I think it's a scons bug.
are you using the latest git version or the 0.15 release? if the former, could you check your config.log, please? you can find the liblo function test in the .sconf_temp directory. it's conftest_16.c on my machine, but
it can be different on yours.

the function was not properly tested earlier, but i believe it was fixed
with this commit:
http://git.savannah.gnu.org/cgit/fluxus.git/commit/?id=eaa47e0f4b3eaaddfecd5ed600103add940afc8c

4 machines?! are you making a fluxus renderfarm?

best,
gabor



Reply via email to