On Sun, 27 Mar 2011, [email protected] wrote:

My mails to user-mailing list are totally ignored. I do no know why.
Therefore, I try it with devel and hope nobody gets upset.

I haven't seen anything make it through libmesh-users - I assume
you're subscribed?  The spam filter settings must be stuck on
"overzealous".

/home/bucher/soft/libmesh-0.7.0.4/include/base/getpot.h:394: error: 'snprintf' w
as not declared in this scope
/home/bucher/soft/libmesh-0.7.0.4/include/base/getpot.h:2563: error: 'strtok_r'
was not declared in this scope

Would you check and make sure snprintf is defined in stdio.h and
strtok_r in string.h for Cygwin?

In file included from 
/usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++/unordered_map:40,
                 from conftest.cpp:39:
/usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++/c++0x_warning.h:36:2: error: 
#error This file requires compiler and library support for the upcoming
ISO C++ standard, C++0x. This support is currently experimental, and must be 
enabled with the -std=c++0x or -std=gnu++0x compiler options.

This is actually probably fine - there are a bunch of different
options for unordered maps, and we fall back on whichever works, even
if that's just std::map.  Just to make sure: what's the output of
"grep UNORDERED include/base/libmesh_config.h"?

I use a WIN7-64Bit-system and Petsc and libmesh are supposed to run on cygwin.

Supposed to, but it's probably been a couple years since someone's
needed to use it; and it's a little tricky to run the regression tests
without the potentially regressing system available.  Hopefully there
shouldn't be too much to change.

(Besides that, I also receive errors during the make of vtk with conio.h)

You can disable VTK support at the configure line if necessary, but
I'd prefer to fix this - what were the errors?
---
Roy
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to