Re: Problem with pspp-master

2010-05-20 Thread Harry Thijssen
I will wait a bit till I can get the latest tarball from your server again. :-) That is much more convenient for me. The latest published mswindows build is from 15-5-2010 with to source of 13-5-2010, so we have some time before a new build is useful. Have fun 2010/5/20 Ben Pfaff : > Ben Pfaff

Re: Problem with pspp-master

2010-05-20 Thread Ben Pfaff
John Darrington writes: > So is there now any need for that DEPENDS_ON_LIBINTL condition > in configure.ac ? I guess not in the current form. DEPENDS_ON_LIBINTL still appears in gnulib in the relocatable-prog module. I don't know for sure exactly what it is doing there. I sent a query about t

Re: Problem with pspp-master

2010-05-20 Thread John Darrington
So is there now any need for that DEPENDS_ON_LIBINTL condition in configure.ac ? On Thu, May 20, 2010 at 06:54:13AM -0700, Ben Pfaff wrote: Ben Pfaff writes: > Ben Pfaff writes: > >> Harry Thijssen writes: >> >>> It seems the whole condition in printf.c is ob

Re: Problem with pspp-master

2010-05-20 Thread Ben Pfaff
Ben Pfaff writes: > Ben Pfaff writes: > >> Harry Thijssen writes: >> >>> It seems the whole condition in printf.c is obsolete. >>> >>> The attached patch fixes that. >>> >>> Michel can you test if this works for you? >> >> It seems that Bruno's change here fixed Mingw but broke OpenSUSE >> and

Re: Problem with pspp-master

2010-05-17 Thread Ben Pfaff
Ben Pfaff writes: > Harry Thijssen writes: > >> It seems the whole condition in printf.c is obsolete. >> >> The attached patch fixes that. >> >> Michel can you test if this works for you? > > It seems that Bruno's change here fixed Mingw but broke OpenSUSE > and FreeBSD. I'm following up with B

Re: Problem with pspp-master

2010-05-17 Thread Harry Thijssen
To me it looks as a PSPP problem. Michels proposal: >If he removes the lines 26 and 44 from gl/printf.c, the >build will probably works. seems to fix the problems. This works on mingw and openSUSE for me. Have fun 2010/5/16 Ben Pfaff : > Harry Thijssen writes: > >> It seems the whole condition

Re: Problem with pspp-master

2010-05-15 Thread Ben Pfaff
Harry Thijssen writes: > It seems the whole condition in printf.c is obsolete. > > The attached patch fixes that. > > Michel can you test if this works for you? It seems that Bruno's change here fixed Mingw but broke OpenSUSE and FreeBSD. I'm following up with Bruno on the Gnulib list. -- "In

Re: Re: Problem with pspp-master

2010-05-13 Thread Harry Thijssen
I now see I miss interpreted the suggestion. This seems to work and my patch does exact what Michel suggested. Have fun [...] >>If he removes the lines 26 and 44 from gl/printf.c, the >>build will probably works. [...] ___ pspp-dev mailing list pspp-d

Re: Problem with pspp-master

2010-05-13 Thread Harry Thijssen
It seems the whole condition in printf.c is obsolete. The attached patch fixes that. Michel can you test if this works for you? Have fun 2010/5/12 Harry Thijssen : > Ok, when I change !DEPENDS_ON_LIBINTL to DEPENDS_ON_LIBINTL on line 26 > of gl/printf.c it works for me. What happens for you in

Re: Problem with pspp-master

2010-05-12 Thread Harry Thijssen
Ok, when I change !DEPENDS_ON_LIBINTL to DEPENDS_ON_LIBINTL on line 26 of gl/printf.c it works for me. What happens for you in that case? A build for my openSUSE installation crashes when I haved changed this line. Have fun 2010/5/12 Michel Boaventura : >> Unfortunately not. I get the same error

Re: Problem with pspp-master

2010-05-12 Thread Michel Boaventura
> Unfortunately not. I get the same error as before. This is very strange. The LIBINTL is the only thing that has change between this two builds. I don't know then what is the problem :( Michel ___ pspp-dev mailing list pspp-dev@gnu.org http://list

Re: Re: Problem with pspp-master

2010-05-12 Thread Harry Thijssen
>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 comp

Re: Problem with pspp-master

2010-05-11 Thread Michel Boaventura
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 co

Re: Problem with pspp-master

2010-05-11 Thread Ben Pfaff
Harry Thijssen writes: > I am not sure if somebody is looking at this. Or should I file a bug? I haven't had a chance to look at it yet. Filing a bug sounds good to me. -- Ben Pfaff http://benpfaff.org ___ pspp-dev mailing list pspp-dev@gnu.org htt

Re: Problem with pspp-master

2010-05-11 Thread Harry Thijssen
Hi, I am not sure if somebody is looking at this. Or should I file a bug? Have fun 2010/5/6 Harry Thijssen > Hi > > During cross-compile build of pspp-master I get the following error: > > /bin/sh ./libtool --tag=CC --mode=link i686-pc-mingw32-gcc -std=gnu99 > -Wall -W -Wwrite-strings -Wstri

Re: Problem with pspp-master

2010-05-07 Thread Michel Boaventura
Sorry about my delayed messages. Seems like my mail server is with some kind of problems... ___ pspp-dev mailing list pspp-dev@gnu.org http://lists.gnu.org/mailman/listinfo/pspp-dev

Re: Problem with pspp-master

2010-05-07 Thread Harry Thijssen
Hi Michel I guess that is the case. Until 15-4 all went well. The problems start with the version of 16-4. Have fun. 2010/5/7 Michel Boaventura > Hello Harry, > > Its strange. Seems like your libintl doesn't defines ___printf__. Did you > change your toolchain since > your last build? If no, m

Re: Problem with pspp-master

2010-05-07 Thread John Darrington
Oh well that seems to confirm that commit number c123de464dea801978314665b174f735a873378d was responsible. What is the value of DEPENDS_ON_LIBINTL in your config.h file? J' On Fri, May 07, 2010 at 01:05:11PM +0200, Harry Thijssen wrote: My installation compiles up to the 15-4-2010 tarbal

Re: Problem with pspp-master

2010-05-07 Thread Harry Thijssen
My installation compiles up to the 15-4-2010 tarball nice. The 16-4-2010 tarball is the first with the problem. So I guess I can say yes I have installed the necessary libraries. Have fun 2010/5/7 John Darrington > It may seem like asilly question but . > Are you sure that you have the nec

Re: Problem with pspp-master

2010-05-07 Thread Harry Thijssen
2010/5/7 Michel Boaventura > Hello Ben and Harry, > > In fact we did fix it. I've just tested it on both git and latest tarball, > and everything works fine. But the problem that Harry reports seems to be > another one. My problem was about multiple definitions of ___printf__, > and Harry's one i

Re: Problem with pspp-master

2010-05-07 Thread Harry Thijssen
/* Define to 1 if libintl is a separate library, not integrated into libc */ #define DEPENDS_ON_LIBINTL 1 Have fun 2010/5/7 John Darrington > Oh well that seems to confirm that commit number > c123de464dea801978314665b174f735a873378d > was responsible. > > What is the value of DEPENDS_ON_LIBINT

Re: Problem with pspp-master

2010-05-07 Thread Michel Boaventura
Hello Harry,Its strange. Seems like your libintl doesn't defines ___printf__. Did you change your toolchain sinceyour last build? If no, maybe the fix for my problem creates your :)To test it, you could try to compile a previous version of pspp. The fix was pushed around 03/27. Pleasetry a tarball

Re: Problem with pspp-master

2010-05-06 Thread Michel Boaventura
Hello Ben and Harry, In fact we did fix it. I've just tested it on both git and latest tarball, and everything works fine. But the problem that Harry reports seems to be another one. My problem was about multiple definitions of ___printf__, and Harry's one is about undefined reference. On my too

Re: Problem with pspp-master

2010-05-06 Thread John Darrington
It may seem like asilly question but . Are you sure that you have the necessary mingw std library installed? Are youable to cross compile asimple "hello world" program? J' On Thu, May 06, 2010 at 08:15:50PM +0200, Harry Thijssen wrote: Hi During cross-compile build of pspp-m

Re: Problem with pspp-master

2010-05-06 Thread Ben Pfaff
OK. Michel, do you still use any workarounds for this problem? I thought that we fixed it. Harry Thijssen writes: > Hi > > Yes with the latest tarball and I also tested the tarball from yesterday. The > message was from the tarball of yesterday. I always get the tarballs from > http: > //benp

Re: Problem with pspp-master

2010-05-06 Thread Ben Pfaff
Harry Thijssen writes: > During cross-compile build of pspp-master I get the following error: Michel reported a similar problem some time ago, but we fixed it. Did you use the version of Gnulib recommended by README.Git? Part of the fix for the problem was in Gnulib, so that is important. Does

Re: Problem with pspp-master

2010-05-06 Thread Harry Thijssen
Hi Yes with the latest tarball and I also tested the tarball from yesterday. The message was from the tarball of yesterday. I always get the tarballs from http://benpfaff.org/~blp/pspp-masterto avoid problems of the right libs etc. Have f