IMO it's a trivial configuration issue. You should trust the nightly
builds. We always welcome more nightly builds (hint hint) of course if your
OS or g++ version is not listed. I'm happy to talk you through setting one
up, or else sshing in to do so.
- Noel
On 9 May 2012 22:23, Craig James wrot
On Wed, May 9, 2012 at 12:59 PM, Geoff Hutchison
wrote:
>
> > I'm currently working with the development branch, SVN revision 4744
> > (snapshot from about two weeks ago). If I run "make; make install; make
> > test", almost every test crashes with a segmentation violation. This makes
> > me ner
The tests are run from the build directory so you need to do the
BABEL_LIBDIR, LD_LIBRARY_PATH and BABEL_DATADIR dance. The segfaults are
mainly from loading a file format, but not checking whether it is NULL or
not.
- Noel
On 9 May 2012 19:52, Craig James wrote:
> I'm currently working with th
> I'm currently working with the development branch, SVN revision 4744
> (snapshot from about two weeks ago). If I run "make; make install; make
> test", almost every test crashes with a segmentation violation. This makes
> me nervous.
CDash suggests that everything except MinGW should be fin
I'm currently working with the development branch, SVN revision 4744
(snapshot from about two weeks ago). If I run "make; make install; make
test", almost every test crashes with a segmentation violation. This makes
me nervous.
Should I be worried? I haven't tried to debug it yet to find the so