pspp-dev
[Top][All Lists]
Advanced

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

Re: PSPP & PSPPIRE running as native windows applications.


From: John McCabe-Dansted
Subject: Re: PSPP & PSPPIRE running as native windows applications.
Date: Tue, 20 Feb 2007 23:10:10 +0900

On 2/7/07, John McCabe-Dansted <address@hidden> wrote:
I have likewise replaced pspp.exe with "wine pspp.exe" to get "make
check" to run most of the tests.

It would be possible to change the Makefile so that .exe files are run
with wine and .sh files are run with /bin/sh, but I have not done this
yet.

I found an easier solution. enter:
    mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
    cd /proc/sys/fs/binfmt_misc
    echo ':DOSWin:M::MZ::/usr/bin/wine:' >
         /proc/sys/fs/binfmt_misc/register
As root, and the run make check:

...

PASS: tests/expressions/vectors.sh
..............................
PASS: tests/libpspp/ll-test.exe
...............................
PASS: tests/libpspp/llx-test.exe
.....
PASS: tests/libpspp/heap-test.exe
.......
PASS: tests/libpspp/abt-test.exe
=====================================
11 of 132 tests failed
Please report to address@hidden
=====================================

(Compiled with "-g -O0". It is well known that enabling debug options
makes the majority of bugs disappear ;)

--
John C. McCabe-Dansted
PhD Student
University of Western Australia




reply via email to

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