tysonbrochu / eltopo

http://www.cs.ubc.ca/labs/imager/tr/2009/eltopo/eltopo.html
BSD 2-Clause "Simplified" License
124 stars 36 forks source link

Build on Windows 7 / VS2015 #13

Open oqilipo opened 6 years ago

oqilipo commented 6 years ago

I've tried to build this on Windows 7 with VS2015 (VS14.0) but I receive the following errors:

1>------ Build started: Project: eltopo, Configuration: Release x64 ------
1>  bfstream.cpp
1>..\common\bfstream.cpp(4): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning)
1>  collisionqueries.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  cubic_ccd_wrapper.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  fileio.cpp
1>  levelset.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  makelevelset2.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  makelevelset3.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  marching_tiles_hires.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  marching_triangles.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  dense_matrix.cpp
1>  sparse_matrix.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  root_parity_ccd_wrapper.cpp
1>  runstats.cpp
1>..\common\runstats.cpp(56): error C2039: 'min': is not a member of 'std'
1>  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\fstream(13): note: see declaration of 'std'
1>..\common\runstats.cpp(56): error C3861: 'min': identifier not found
1>..\common\runstats.cpp(64): error C2039: 'max': is not a member of 'std'
1>  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\fstream(13): note: see declaration of 'std'
1>..\common\runstats.cpp(64): error C3861: 'max': identifier not found
1>..\common\runstats.cpp(109): error C2039: 'min': is not a member of 'std'
1>  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\fstream(13): note: see declaration of 'std'
1>..\common\runstats.cpp(109): error C3861: 'min': identifier not found
1>..\common\runstats.cpp(117): error C2039: 'max': is not a member of 'std'
1>  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\fstream(13): note: see declaration of 'std'
1>..\common\runstats.cpp(117): error C3861: 'max': identifier not found
1>  expansion.cpp
1>  interval.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  neg.cpp
1>  rootparitycollisiontest.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  accelerationgrid.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  broadphasegrid.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  collisionpipeline.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  Compiling...
1>  dynamicsurface.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  edgecollapser.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  edgeflipper.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  edgesplitter.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  eltopo.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>..\eltopo3d\eltopo.cpp(77): warning C4800: 'const int': forcing value to bool 'true' or 'false' (performance warning)
1>..\eltopo3d\eltopo.cpp(78): warning C4800: 'const int': forcing value to bool 'true' or 'false' (performance warning)
1>..\eltopo3d\eltopo.cpp(79): warning C4800: 'const int': forcing value to bool 'true' or 'false' (performance warning)
1>..\eltopo3d\eltopo.cpp(244): warning C4800: 'const int': forcing value to bool 'true' or 'false' (performance warning)
1>  impactzonesolver.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>..\eltopo3d\impactzonesolver.cpp(348): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>..\eltopo3d\impactzonesolver.cpp(350): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>..\eltopo3d\impactzonesolver.cpp(368): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>..\eltopo3d\impactzonesolver.cpp(379): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>..\eltopo3d\impactzonesolver.cpp(412): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>..\eltopo3d\impactzonesolver.cpp(419): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>..\eltopo3d\impactzonesolver.cpp(424): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>..\eltopo3d\impactzonesolver.cpp(425): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>..\eltopo3d\impactzonesolver.cpp(426): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>  meshmerger.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  meshpincher.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>..\eltopo3d\meshpincher.cpp(150): warning C4244: 'argument': conversion from 'unsigned __int64' to 'double', possible loss of data
1>  meshrenderer.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  meshsmoother.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  nondestructivetrimesh.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  subdivisionscheme.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  surftrack.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
1>  trianglequality.cpp
1>C:\dev\eltopo\common\util.h(200): error C2556: 'int lround(double)': overloaded function differs only by return type from 'long lround(double)'
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(199): error C2371: 'lround': redefinition; different basic types
1>  C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\math.h(509): note: see declaration of 'lround'
1>C:\dev\eltopo\common\util.h(200): error C2491: 'lround': definition of dllimport function not allowed
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Thanks in advance

h00shi commented 4 years ago

Not much experience in C++, eh? The error messages are pretty clear.

oqilipo commented 4 years ago

Thanks for the help, now the following errors pop up:

1>------ Build started: Project: eltopo_release, Configuration: Release x64 ------
1>cl : command line warning D9002: ignoring unknown option '-std=c++11'
1>cl : command line warning D9002: ignoring unknown option '-g'
1>cl : command line warning D9002: ignoring unknown option '-march=native'
1>cl : command line warning D9002: ignoring unknown option '-fPIC'
1>bfstream.cpp
1>cl : command line warning D9002: ignoring unknown option '-funroll-loops'
1>fileio.cpp
1>C:\dev\eltopo\eltopo3d\..\common\bfstream.h(15,1): fatal error C1189: #error:  Need to define either big or little endian
1>dense_matrix.cpp
1>C:\dev\eltopo\eltopo3d\..\common\bfstream.h(15,1): fatal error C1189: #error:  Need to define either big or little endian
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(542,74): error C2660: 'BLAS::dotf': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(541,18): message : see declaration of 'BLAS::dotf'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(545,73): error C2660: 'BLAS::dot': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(544,19): message : see declaration of 'BLAS::dot'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(548,73): error C2661: 'BLAS::dot': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(551,40): error C2660: 'BLAS::norm2': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(550,18): message : see declaration of 'BLAS::norm2'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(554,40): error C2661: 'BLAS::norm2': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(557,42): error C2660: 'BLAS::abs_sum': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(556,18): message : see declaration of 'BLAS::abs_sum'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(560,42): error C2661: 'BLAS::abs_sum': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(563,48): error C2660: 'BLAS::index_abs_max': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(562,16): message : see declaration of 'BLAS::index_abs_max'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(566,48): error C2661: 'BLAS::index_abs_max': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(569,42): error C2660: 'BLAS::abs_max': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(568,18): message : see declaration of 'BLAS::abs_max'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(572,42): error C2661: 'BLAS::abs_max': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(575,67): error C2660: 'BLAS::swap': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(574,17): message : see declaration of 'BLAS::swap'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(578,67): error C2661: 'BLAS::swap': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(581,67): error C2660: 'BLAS::copy': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(580,17): message : see declaration of 'BLAS::copy'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(584,67): error C2661: 'BLAS::copy': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(587,80): error C2660: 'BLAS::add_scaled': function does not take 4 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(586,17): message : see declaration of 'BLAS::add_scaled'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(590,80): error C2661: 'BLAS::add_scaled': no overloaded function takes 4 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(593,40): error C2660: 'BLAS::scale': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(592,17): message : see declaration of 'BLAS::scale'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(596,40): error C2661: 'BLAS::scale': no overloaded function takes 3 arguments
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(29,11): error C2039: 'multiply_matrix_vector': is not a member of 'BLAS'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(535): message : see declaration of 'BLAS'
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(29,33): error C3861: 'multiply_matrix_vector': identifier not found
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(36,32): error C2661: 'BLAS::copy': no overloaded function takes 3 arguments
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(37,11): error C2039: 'multiply_matrix_vector': is not a member of 'BLAS'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(535): message : see declaration of 'BLAS'
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(37,40): error C2039: 'NoTrans': is not a member of 'BLAS'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(535): message : see declaration of 'BLAS'
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(37,47): error C2065: 'NoTrans': undeclared identifier
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(37,33): error C3861: 'multiply_matrix_vector': identifier not found
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(44,11): error C2039: 'multiply_matrix_vector': is not a member of 'BLAS'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(535): message : see declaration of 'BLAS'
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(44,40): error C2039: 'Trans': is not a member of 'BLAS'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(535): message : see declaration of 'BLAS'
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(44,45): error C2065: 'Trans': undeclared identifier
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(44,33): error C3861: 'multiply_matrix_vector': identifier not found
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(51,32): error C2661: 'BLAS::copy': no overloaded function takes 3 arguments
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(52,11): error C2039: 'multiply_matrix_vector': is not a member of 'BLAS'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(535): message : see declaration of 'BLAS'
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(52,40): error C2039: 'Trans': is not a member of 'BLAS'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(535): message : see declaration of 'BLAS'
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(52,45): error C2065: 'Trans': undeclared identifier
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(52,33): error C3861: 'multiply_matrix_vector': identifier not found
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(83,11): error C2039: 'multiply_matrix_matrix': is not a member of 'BLAS'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(535): message : see declaration of 'BLAS'
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(83,33): error C3861: 'multiply_matrix_matrix': identifier not found
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(89,11): error C2039: 'multiply_matrix_matrix': is not a member of 'BLAS'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(535): message : see declaration of 'BLAS'
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(89,40): error C2039: 'Trans': is not a member of 'BLAS'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(535): message : see declaration of 'BLAS'
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(89,45): error C2065: 'Trans': undeclared identifier
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(89,53): error C2039: 'NoTrans': is not a member of 'BLAS'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(535): message : see declaration of 'BLAS'
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(89,60): error C2065: 'NoTrans': undeclared identifier
1>krylov_solvers.cpp
1>C:\dev\eltopo\common\newsparse\dense_matrix.cpp(89,33): error C3861: 'multiply_matrix_matrix': identifier not found
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(542,74): error C2660: 'BLAS::dotf': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(541,18): message : see declaration of 'BLAS::dotf'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(545,73): error C2660: 'BLAS::dot': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(544,19): message : see declaration of 'BLAS::dot'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(548,73): error C2661: 'BLAS::dot': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(551,40): error C2660: 'BLAS::norm2': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(550,18): message : see declaration of 'BLAS::norm2'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(554,40): error C2661: 'BLAS::norm2': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(557,42): error C2660: 'BLAS::abs_sum': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(556,18): message : see declaration of 'BLAS::abs_sum'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(560,42): error C2661: 'BLAS::abs_sum': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(563,48): error C2660: 'BLAS::index_abs_max': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(562,16): message : see declaration of 'BLAS::index_abs_max'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(566,48): error C2661: 'BLAS::index_abs_max': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(569,42): error C2660: 'BLAS::abs_max': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(568,18): message : see declaration of 'BLAS::abs_max'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(572,42): error C2661: 'BLAS::abs_max': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(575,67): error C2660: 'BLAS::swap': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(574,17): message : see declaration of 'BLAS::swap'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(578,67): error C2661: 'BLAS::swap': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(581,67): error C2660: 'BLAS::copy': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(580,17): message : see declaration of 'BLAS::copy'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(584,67): error C2661: 'BLAS::copy': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(587,80): error C2660: 'BLAS::add_scaled': function does not take 4 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(586,17): message : see declaration of 'BLAS::add_scaled'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(590,80): error C2661: 'BLAS::add_scaled': no overloaded function takes 4 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(593,40): error C2660: 'BLAS::scale': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(592,17): message : see declaration of 'BLAS::scale'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(596,40): error C2661: 'BLAS::scale': no overloaded function takes 3 arguments
1>C:\dev\eltopo\common\newsparse\krylov_solvers.cpp(19,53): error C2661: 'BLAS::abs_max': no overloaded function takes 2 arguments
1>C:\dev\eltopo\common\newsparse\krylov_solvers.cpp(25,33): error C2661: 'BLAS::copy': no overloaded function takes 3 arguments
1>C:\dev\eltopo\common\newsparse\krylov_solvers.cpp(44,49): error C2661: 'BLAS::add_scaled': no overloaded function takes 4 arguments
1>C:\dev\eltopo\common\newsparse\krylov_solvers.cpp(74,53): error C2661: 'BLAS::abs_max': no overloaded function takes 2 arguments
1>C:\dev\eltopo\common\newsparse\krylov_solvers.cpp(80,33): error C2661: 'BLAS::copy': no overloaded function takes 3 arguments
1>C:\dev\eltopo\common\newsparse\krylov_solvers.cpp(98,49): error C2661: 'BLAS::add_scaled': no overloaded function takes 4 arguments
1>sparse_matrix.cpp
1>C:\dev\eltopo\common\newsparse\krylov_solvers.cpp(156,49): error C2661: 'BLAS::add_scaled': no overloaded function takes 4 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(542,74): error C2660: 'BLAS::dotf': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(541,18): message : see declaration of 'BLAS::dotf'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(545,73): error C2660: 'BLAS::dot': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(544,19): message : see declaration of 'BLAS::dot'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(548,73): error C2661: 'BLAS::dot': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(551,40): error C2660: 'BLAS::norm2': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(550,18): message : see declaration of 'BLAS::norm2'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(554,40): error C2661: 'BLAS::norm2': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(557,42): error C2660: 'BLAS::abs_sum': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(556,18): message : see declaration of 'BLAS::abs_sum'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(560,42): error C2661: 'BLAS::abs_sum': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(563,48): error C2660: 'BLAS::index_abs_max': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(562,16): message : see declaration of 'BLAS::index_abs_max'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(566,48): error C2661: 'BLAS::index_abs_max': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(569,42): error C2660: 'BLAS::abs_max': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(568,18): message : see declaration of 'BLAS::abs_max'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(572,42): error C2661: 'BLAS::abs_max': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(575,67): error C2660: 'BLAS::swap': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(574,17): message : see declaration of 'BLAS::swap'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(578,67): error C2661: 'BLAS::swap': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(581,67): error C2660: 'BLAS::copy': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(580,17): message : see declaration of 'BLAS::copy'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(584,67): error C2661: 'BLAS::copy': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(587,80): error C2660: 'BLAS::add_scaled': function does not take 4 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(586,17): message : see declaration of 'BLAS::add_scaled'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(590,80): error C2661: 'BLAS::add_scaled': no overloaded function takes 4 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(593,40): error C2660: 'BLAS::scale': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(592,17): message : see declaration of 'BLAS::scale'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(596,40): error C2661: 'BLAS::scale': no overloaded function takes 3 arguments
1>C:\dev\eltopo\common\newsparse\sparse_matrix.cpp(116,32): error C2661: 'BLAS::copy': no overloaded function takes 3 arguments
1>impactzonesolver.cpp
1>C:\dev\eltopo\common\newsparse\sparse_matrix.cpp(226,32): error C2661: 'BLAS::copy': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(542,74): error C2660: 'BLAS::dotf': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(541,18): message : see declaration of 'BLAS::dotf'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(545,73): error C2660: 'BLAS::dot': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(544,19): message : see declaration of 'BLAS::dot'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(548,73): error C2661: 'BLAS::dot': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(551,40): error C2660: 'BLAS::norm2': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(550,18): message : see declaration of 'BLAS::norm2'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(554,40): error C2661: 'BLAS::norm2': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(557,42): error C2660: 'BLAS::abs_sum': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(556,18): message : see declaration of 'BLAS::abs_sum'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(560,42): error C2661: 'BLAS::abs_sum': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(563,48): error C2660: 'BLAS::index_abs_max': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(562,16): message : see declaration of 'BLAS::index_abs_max'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(566,48): error C2661: 'BLAS::index_abs_max': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(569,42): error C2660: 'BLAS::abs_max': function does not take 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(568,18): message : see declaration of 'BLAS::abs_max'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(572,42): error C2661: 'BLAS::abs_max': no overloaded function takes 2 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(575,67): error C2660: 'BLAS::swap': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(574,17): message : see declaration of 'BLAS::swap'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(578,67): error C2661: 'BLAS::swap': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(581,67): error C2660: 'BLAS::copy': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(580,17): message : see declaration of 'BLAS::copy'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(584,67): error C2661: 'BLAS::copy': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(587,80): error C2660: 'BLAS::add_scaled': function does not take 4 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(586,17): message : see declaration of 'BLAS::add_scaled'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(590,80): error C2661: 'BLAS::add_scaled': no overloaded function takes 4 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(593,40): error C2660: 'BLAS::scale': function does not take 3 arguments
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(592,17): message : see declaration of 'BLAS::scale'
1>C:\dev\eltopo\eltopo3d\..\common\blas_wrapper.h(596,40): error C2661: 'BLAS::scale': no overloaded function takes 3 arguments
1>C:\dev\eltopo\eltopo3d\impactzonesolver.cpp(348,27): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>C:\dev\eltopo\eltopo3d\impactzonesolver.cpp(350,34): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>C:\dev\eltopo\eltopo3d\impactzonesolver.cpp(368,17): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>C:\dev\eltopo\eltopo3d\impactzonesolver.cpp(379,17): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>C:\dev\eltopo\eltopo3d\impactzonesolver.cpp(412,34): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>C:\dev\eltopo\eltopo3d\impactzonesolver.cpp(419,28): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>C:\dev\eltopo\eltopo3d\impactzonesolver.cpp(419,66): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>C:\dev\eltopo\eltopo3d\impactzonesolver.cpp(419,88): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>C:\dev\eltopo\eltopo3d\impactzonesolver.cpp(424,76): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>C:\dev\eltopo\eltopo3d\impactzonesolver.cpp(425,80): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>Generating Code...
1>C:\dev\eltopo\eltopo3d\impactzonesolver.cpp(426,80): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data
1>Done building project "eltopo_release.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========
h00shi commented 4 years ago

You seem to be using something other than /vs_files/eltopo.sln in visual studio. Try that one instead.