[Psi-devel] Re: Imminent release, call for testers
Magnus Henoch
mange at freemail.hu
Mon Jun 20 11:21:46 PDT 2005
Kevin Smith <kevin at kismith.co.uk> writes:
> I'd like to very soon make a psi-0.10-beta1 release, so can people
> please download a recent version that's usable for them, and test tabs
> both on and off, in various different incantations? Please report here
> whether it works, or doesn't, and in what circumstances you tested it.
Finally getting around to test...
I grabbed the CVS snapshot of 2005-06-20 and tried to build it on
Solaris 9 with Qt 3.3.3, using makespecs solaris-cc. The following
changes to the configure script were necessary:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: psi-conf.patch
Type: text/x-patch
Size: 905 bytes
Desc: not available
Url : http://listserver.dreamhost.com/pipermail/psi-devel-affinix.com/attachments/20050620/82e5b27c/psi-conf.bin
-------------- next part --------------
Solaris' /bin/sh is insufficient to run the configure script, if you
want to pass command line arguments to it. It's not POSIX compliant,
so the easiest way to fix it is of course to use a compliant shell.
However, changing the shell path in the configure script will probably
break things on *BSD, so maybe the first hunk should be left out.
The rest of the patch concerns Sun's C compiler not being the same as
Sun's C++ compiler. I have checked that this patch doesn't break
building on Linux, so it should be okay.
After building it, it seems to work fine, both with and without tabs.
Magnus
More information about the Psi-devel-affinix.com
mailing list