On Mon, 25 Mar 2013, Kyunghoon Lee wrote: > I wonder if it is possible to install libmesh on Windows using the Visual > Studio compiler. I personally tried to compile stripped downed reduced > basis and libmesh files, and got into a trouble because of XDR. I guess > using Cygwin would be much easier since in that case we can easily reuse > all settings worked for Linux. However, I have to use the Visual Studio > compiler since Cygwin compilers are not supported by MATLAB 64 bit on > Windows. I'd appreciate any advice/tips.
One person attempted years ago to get libMesh working on Visual Studio, but the VS version he had was horribly flawed (this was around 2005 and it didn't support some features of the 1998 C++ standard) and he just switched to Linux before ever completing a patch. The newest Visual Studio might be fine, so long as you set up your own build system and it includes or generates a libmesh_config.h that disables any operating system features that Microsoft doesn't support. What errors did XDR give you? --- Roy ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
