[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: change in syntax handling
From: |
Jason Stover |
Subject: |
Re: change in syntax handling |
Date: |
Wed, 11 Feb 2009 16:41:03 -0500 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
I think there is something wrong with my environment. Now I got this while
compiling a fresh checkout:
gcc -std=gnu99 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith
-Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -o
tests/dissect-sysfile src/libpspp/tests_dissect_sysfile-integer-format.o
src/libpspp/tests_dissect_sysfile-float-format.o
tests/tests_dissect_sysfile-dissect-sysfile.o @LIB_CLOSE@ gl/.libs/libgl.a
-lgsl -lgslcblas -lplot -lm
gcc: @LIB_CLOSE@: No such file or directory
make[2]: *** [tests/dissect-sysfile] Error 1
Shouldn't @LIB_CLOSE@ have been replaced? If so, with what?
On Tue, Feb 10, 2009 at 08:34:39AM +0900, John Darrington wrote:
> Strangely, I don't get this problem. On the latest HEAD, (after I
> adjust glm_cmd appropriately), this syntax completes successfully.
>
> Is there anything unusual in your environment?
>
> On Mon, Feb 09, 2009 at 04:58:33PM -0500, Jason Stover wrote:
> I used to run this syntax to test the code in src/math/ via glm.q:
>
> data list / v0 to v2 1-33 (10).
> begin data.
> 0.65377128 7.735648 -23.97588
> -0.13087553 6.142625 -19.63854
> 0.34880368 7.651430 -25.26557
> 0.69249021 6.125125 -16.57090
> -0.07368178 8.245789 -25.80001
> -0.34404919 6.031540 -17.56743
> 0.75981559 9.832291 -28.35977
> -0.46958313 5.343832 -16.79548
> -0.06108490 8.838262 -29.25689
> 0.56154863 6.200189 -18.58219
> end data.
> list.
> glm v0 /by=v1 v2.
>
> Now I get "error: GLM: Syntax error expecting end of command at `BY'."
>
> Did something change to cause the error in this syntax?
>
> -Jason
>
>
> _______________________________________________
> pspp-dev mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/pspp-dev
>
> --
> PGP Public key ID: 1024D/2DE827B3
> fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
> See http://pgp.mit.edu or any PGP keyserver for public key.
>
>