On Fri, May 15, 2015 at 09:06:34PM +0200, Georg Baum wrote:
> 
> Can you try again pelase? c_str() was not instantiated explicitly (because 
> on linux it is automatically instantiated).

Yes, it now compiles on both solaris and cygwin. However, on solaris,
a spurious warning is printed after each tested layout. The output
looks like this:

Testing ../../src/../lib/layouts/AEA.layout...
../../src/tests/test_layout: !: not found
Testing ../../src/../lib/layouts/IEEEtran-CompSoc.layout...
../../src/tests/test_layout: !: not found

I have not investigated, but I think this is due to some script assuming
that /bin/sh is really /bin/bash, and this is not true on solaris.
Incidentally, for this same reason I cannot simply run ./autogen.sh
but have to run "bash autogen.sh". This is really minor, though, as

....
Testing ../../src/../lib/layouts/tufte-handout.layout...
../../src/tests/test_layout: !: not found
====================
layout tests passed.
====================

-- 
Enrico

Reply via email to