[Top][All Lists]
[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
- Re: Problem with pspp-master, (continued)
Re: Problem with pspp-master, John Darrington, 2010/05/06
Re: Problem with pspp-master, Harry Thijssen, 2010/05/11
Re: Re: Problem with pspp-master, Harry Thijssen, 2010/05/12
- Re: Problem with pspp-master, Michel Boaventura, 2010/05/12
- Re: Problem with pspp-master, Harry Thijssen, 2010/05/13
- Re: Problem with pspp-master, Harry Thijssen, 2010/05/13
- Re: Problem with pspp-master, Ben Pfaff, 2010/05/16
- Re: Problem with pspp-master, Harry Thijssen, 2010/05/17
- Re: Problem with pspp-master, Ben Pfaff, 2010/05/18
- Re: Problem with pspp-master, Ben Pfaff, 2010/05/20
- Re: Problem with pspp-master, John Darrington, 2010/05/20
- Re: Problem with pspp-master, Ben Pfaff, 2010/05/21