pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with pspp-master


From: Michel Boaventura
Subject: Re: Problem with pspp-master
Date: Wed, 12 May 2010 03:22:59 -0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

Hello,

On my toolchain, libintl defines ___printf__, so the fix on gnulib works for me. But Harry's toolchain doesn't defines ___printf__, and even so, DEPENDS_ON_LIBINTL is set to 1.

So I think this is a problem on Harry's toolchain which only shows itself because gnulib now don't always compile printf. If he removes the lines 26 and 44 from gl/printf.c, the
build will probably works.

Can you please do this test Harry?

Also, can you please try to compile this code, on mingw?

#include <stdio.h>

int main() {
  printf("hello\n");
  return 0;
}

Regards,

Michel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]