← Back to team overview

dolfin team mailing list archive

Re: portability issue

 

I suspect you mean <unistd.h>?

This has already been fixed in the latest CVS version. <unistd.h> is
no longer in use.

/Anders

On Sun, Dec 11, 2005 at 08:35:17PM -0500, tomtzigt wrote:
>    In kernel/log/Logger.cpp, the following unportable header is included:
> 
> 
> 
>    #include <uninst.h>
> 
> 
> 
>    In MinGW and Windows this is equivalent to io.h, so replacing the above
>    with
> 
> 
> 
>    #include <io.h>
> 
> 
> 
>    Will make this portable.
> 
> 
> 
>    Theo

> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/dolfin-dev


-- 
Anders Logg
Research Assistant Professor
Toyota Technological Institute at Chicago
http://www.tti-c.org/logg/



References