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

covariance branch update

2010-05-17 Thread Jason Stover
I just pushed a rewrite of linreg.c and regression.q to the covariance branch. It uses the code in covariance.c. Please let me know if looks OK. It passed make check. If it does look OK, then I should merge this to master and delete covariance-matrix.[ch], coefficient.[ch], and design-matrix.[ch].

Re: Problem with data input in psppire

2010-05-17 Thread John Darrington
Hi Grzegorz, It would seem that you are right. Can you please file a bug report at sv.gnu.org/bugs/?group=pspp J' On Mon, May 17, 2010 at 12:35:08PM +0200, Grzegorz A. Daszuta wrote: > Hi, > I got the same problem in both test environments - vista (build from > http://pspp.michelboaventura.c

Problem with data input in psppire

2010-05-17 Thread Grzegorz A. Daszuta
Hi, I got the same problem in both test environments - vista (build from http://pspp.michelboaventura.com/?page_id=128&lang=en - 0.7.4-g360654) and gentoo/linux - today's checkout. While inputing data in psppire I'm able to create only num

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