Excellent.

Having done these steps, it did indeed make check, and with the --without-threads flag, it even passed the timeout tests!
I'm happy with this for now.  Is non-threading ever likely to be 
unsupported?
Thanks,
Grem


Hi Gregory,

Gregory Marton <[EMAIL PROTECTED]> writes:

While trying to compile the latest on the 1.8 branch,

gen-scmconfig.c: In function 'main':
gen-scmconfig.c:388: error: stray '@' in program
This indicates that your `scmconfig.h' is broken.

Normally, `scmconfig.h' is produced from `scmconfig.h.in' by
`config.status', i.e., at the end of the `configure' run.  All `@'
variables found in the `.in' file should be substituted by their value,
which is not the case here.

You may want to run "make distclean && autoheader && autoreconf -vfi"
and then rebuild the whole thing:

 $ ./configure -C --enable-maintainer-mode && make all check

Hope this helps,
Ludovic.




--
------ __@   Gregory A. Marton                http://csail.mit.edu/~gremio/
--- _`\<,_                                                                .
-- (*)/ (*)               Things are going from bad to verse!
~~~~~~~~~~~~~~~~-~~~~~~~~_~~~_~~~~~v~~~~^^^^~~~~~--~~~~~~~~~~~~~~~++~~~~~~~



Reply via email to