Dr. Troyer, I am not sure if the last email was delivered to you, so I am sending it to you again.

This is the CMakeCache.txt file that I found in the location C:\Users\UserName\build\alps and I believe this is the one you are looking for. There are files with the same name in other folders too (e.g., C:\Users\UserName\build\CLAPACK, C:\Users\UserName\build\vtk etc). 

# This is the CMakeCache file.
# For build in directory: c:/Users/Niraj/build/alps
# It was generated by CMake: C:/Program Files (x86)/CMake 2.8/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//name of the boost library
ALPS_BOOST_LIBRARY_NAME:STRING=boost

//Build ALPS applications
ALPS_BUILD_APPLICATIONS:BOOL=ON

//Build tools used by developers to maintain ALPS
ALPS_BUILD_DEVELOPER_TOOLS:BOOL=OFF

//Build ALPS documentation
ALPS_BUILD_DOC:BOOL=OFF

//Build ALPS examples
ALPS_BUILD_EXAMPLES:BOOL=ON

//Build the ALPS fortran applications and tools
ALPS_BUILD_FORTRAN:BOOL=OFF

//CACHE
ALPS_BUILD_NGS:BOOL=OFF

//Build ALPS for cray
ALPS_BUILD_ON_CRAY:BOOL=OFF

//Build ALPS python extentions
ALPS_BUILD_PYTHON:BOOL=ON

//Build a source distribution
ALPS_BUILD_SOURCE:BOOL=OFF

//Build ALPS tests
ALPS_BUILD_TESTS:BOOL=ON

//Build only a tutorials package
ALPS_BUILD_TUTORIALS_PACKAGE:BOOL=OFF

//Prepare an installer that downloads instead of containing the
// installation packages
ALPS_DOWNLOAD_PACKAGES:BOOL=OFF

//Enable MPI Parallelization
ALPS_ENABLE_MPI:BOOL=ON

//Enable OpenMP parallelization
ALPS_ENABLE_OPENMP:BOOL=OFF

//Enable OpenMP worker support
ALPS_ENABLE_OPENMP_WORKER:BOOL=OFF

//Build for use within VisTrails
ALPS_FOR_VISTRAILS:BOOL=OFF

//Include Boost sources in the source tarball
ALPS_INCLUDE_BOOST_SOURCE:BOOL=OFF

//Include the ALPS tutorials
ALPS_INCLUDE_TUTORIALS:BOOL=ON

//Install Boost Test framework
ALPS_INSTALL_BOOST_TEST:BOOL=OFF

//Install deprecated headers for ALPS
ALPS_INSTALL_DEPRECATED:BOOL=OFF

//Install headers for ALPS and all dependent libraries
ALPS_INSTALL_HEADERS:BOOL=ON

//Install the ALPS VisTrails extensions
ALPS_INSTALL_VISTRAILS_PACKAGES:BOOL=OFF

//Exclude some parts of ALPS from the build with LLVM
ALPS_LLVM_WORKAROUND:BOOL=OFF

//Build ALPS for MacOS X 10.6
ALPS_MACOS106:BOOL=OFF

//Install all dependent libraries into package
ALPS_PACKAGE_LIBRARIES:BOOL=OFF

//Override the package version
ALPS_PACKAGE_VERSION:STRING=

//Patch VisTrails from VisTrails git repository
ALPS_PATCH_VISTRAILS:BOOL=OFF

//Override the package name
ALPS_SYSTEM_NAME:STRING=

//Use the libraries deployed with VisTrails
ALPS_USE_VISTRAILS:BOOL=OFF

//Force Vistrails packages to be built in 32 bit
ALPS_VISTRAILS_32BIT:BOOL=OFF

//FORTRAN functions are compiled without a trailing underscore
BIND_FORTRAN_LOWERCASE:BOOL=OFF

//Path to a library.
BLAS_LIBRARY:FILEPATH=BLAS_LIBRARY-NOTFOUND

//Build shared libraries
BUILD_SHARED_LIBS:BOOL=ON

//Boost date_time library (debug)
Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=Boost_DATE_TIME_LIBRARY_DEBUG-NOTFOUND

//Boost date_time library (release)
Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=Boost_DATE_TIME_LIBRARY_RELEASE-NOTFOUND

//The directory containing a CMake configuration file for Boost.
Boost_DIR:PATH=Boost_DIR-NOTFOUND

//Boost filesystem library (debug)
Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=Boost_FILESYSTEM_LIBRARY_DEBUG-NOTFOUND

//Boost filesystem library (release)
Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=Boost_FILESYSTEM_LIBRARY_RELEASE-NOTFOUND

//Boost Include Directory
Boost_INCLUDE_DIR:PATH=C:/Users/Niraj/src/boost_1_42_0

//Boost mpi library (debug)
Boost_MPI_LIBRARY_DEBUG:FILEPATH=Boost_MPI_LIBRARY_DEBUG-NOTFOUND

//Boost mpi library (release)
Boost_MPI_LIBRARY_RELEASE:FILEPATH=Boost_MPI_LIBRARY_RELEASE-NOTFOUND

//Boost program_options library (debug)
Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG:FILEPATH=Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG-NOTFOUND

//Boost program_options library (release)
Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE:FILEPATH=Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE-NOTFOUND

//Boost python library (debug)
Boost_PYTHON_LIBRARY_DEBUG:FILEPATH=Boost_PYTHON_LIBRARY_DEBUG-NOTFOUND

//Boost python library (release)
Boost_PYTHON_LIBRARY_RELEASE:FILEPATH=Boost_PYTHON_LIBRARY_RELEASE-NOTFOUND

//Boost regex library (debug)
Boost_REGEX_LIBRARY_DEBUG:FILEPATH=Boost_REGEX_LIBRARY_DEBUG-NOTFOUND

//Boost regex library (release)
Boost_REGEX_LIBRARY_RELEASE:FILEPATH=Boost_REGEX_LIBRARY_RELEASE-NOTFOUND

//Path to a file.
Boost_ROOT_DIR:PATH=C:/Users/Niraj/src/boost_1_55_0/boost

//Boost serialization library (debug)
Boost_SERIALIZATION_LIBRARY_DEBUG:FILEPATH=Boost_SERIALIZATION_LIBRARY_DEBUG-NOTFOUND

//Boost serialization library (release)
Boost_SERIALIZATION_LIBRARY_RELEASE:FILEPATH=Boost_SERIALIZATION_LIBRARY_RELEASE-NOTFOUND

//Boost system library (debug)
Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=Boost_SYSTEM_LIBRARY_DEBUG-NOTFOUND

//Boost system library (release)
Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=Boost_SYSTEM_LIBRARY_RELEASE-NOTFOUND

//Boost thread library (debug)
Boost_THREAD_LIBRARY_DEBUG:FILEPATH=Boost_THREAD_LIBRARY_DEBUG-NOTFOUND

//Boost thread library (release)
Boost_THREAD_LIBRARY_RELEASE:FILEPATH=Boost_THREAD_LIBRARY_RELEASE-NOTFOUND

//Type of build
CMAKE_BUILD_TYPE:STRING=Release

//Semicolon separated list of supported configuration types, only
// supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything
// else will be ignored.
CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING= /DWIN32 /D_WINDOWS /W3 /GR /EHsc

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=/D_DEBUG /MDd /Zi /Ob0 /Od /RTC1

//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /D NDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /D NDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /D NDEBUG

//Libraries linked by defalut with all C++ applications.
CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING= /DWIN32 /D_WINDOWS /W3

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=/D_DEBUG /MDd /Zi /Ob0 /Od /RTC1

//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /D NDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /D NDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /D NDEBUG

//Libraries linked by defalut with all C applications.
CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=' /machine:X86 '

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL:YES

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL:YES

//Flags for Fortran compiler.
CMAKE_Fortran_FLAGS:STRING= /W1 /nologo /fpp /libs:dll /threads

//Flags used by the compiler during debug builds.
CMAKE_Fortran_FLAGS_DEBUG:STRING=/debug:full /dbglibs

//Flags used by the compiler during release minsize builds.
CMAKE_Fortran_FLAGS_MINSIZEREL:STRING=/O1 /D NDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_Fortran_FLAGS_RELEASE:STRING=/O2 /D NDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_Fortran_FLAGS_RELWITHDEBINFO:STRING=/O2 /debug:full /D NDEBUG

//Libraries linked by defalut with all Fortran applications.
CMAKE_Fortran_STANDARD_LIBRARIES:STRING=user32.lib

//ALPS install prefix
CMAKE_INSTALL_ALTERNATE_PREFIX:PATH=C:/Program Files/ALPS

//ALPS install prefix
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/ALPS

//Path to a program.
CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/link.exe

//make program
CMAKE_MAKE_PROGRAM:FILEPATH=C:/PROGRA~2/MICROS~3.0/Common7/IDE/VCExpress.exe

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=' /machine:X86 '

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL:YES

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL:YES

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=alps

//RC compiler
CMAKE_RC_COMPILER:FILEPATH=rc

//Flags for Fortran compiler.
CMAKE_RC_FLAGS:STRING=' '

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=' /machine:X86 '

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL:YES

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL:YES

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=OFF

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=OFF

//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=OFF

//Path to a library.
INTEL_GUIDE_LIBRARY:FILEPATH=INTEL_GUIDE_LIBRARY-NOTFOUND

//Use 64-bit version of LAPACK
LAPACK_64_BIT:BOOL=OFF

//Path to a library.
LAPACK_LIBRARY:FILEPATH=LAPACK_LIBRARY-NOTFOUND

//Executable for running MPI programs.
MPIEXEC:FILEPATH=MPIEXEC-NOTFOUND

//Maximum number of processors available to run MPI applications.
MPIEXEC_MAX_NUMPROCS:STRING=2

//Flag used by MPI to specify the number of processes for MPIEXEC;
// the next option will be the number of processes.
MPIEXEC_NUMPROC_FLAG:STRING=-np

//These flags will come after all flags given to MPIEXEC.
MPIEXEC_POSTFLAGS:STRING=

//These flags will be directly before the executable that is being
// run by MPIEXEC.
MPIEXEC_PREFLAGS:STRING=

//Path to a program.
MPI_CXX_COMPILER:FILEPATH=MPI_CXX_COMPILER-NOTFOUND

//MPI CXX compilation flags
MPI_CXX_COMPILE_FLAGS:STRING=

//MPI CXX include path
MPI_CXX_INCLUDE_PATH:STRING=MPI_HEADER_PATH-NOTFOUND

//MPI CXX libraries to link against
MPI_CXX_LIBRARIES:STRING=MPI_CXX_LIBRARIES-NOTFOUND

//MPI CXX linking flags
MPI_CXX_LINK_FLAGS:STRING=

//Path to a program.
MPI_C_COMPILER:FILEPATH=MPI_C_COMPILER-NOTFOUND

//MPI C compilation flags
MPI_C_COMPILE_FLAGS:STRING=

//MPI C include path
MPI_C_INCLUDE_PATH:STRING=MPI_HEADER_PATH-NOTFOUND

//MPI C libraries to link against
MPI_C_LIBRARIES:STRING=MPI_C_LIBRARIES-NOTFOUND

//MPI C linking flags
MPI_C_LINK_FLAGS:STRING=

//Extra MPI libraries to link against
MPI_EXTRA_LIBRARY:STRING=MPI_EXTRA_LIBRARY-NOTFOUND

//MPI library to link against
MPI_LIBRARY:FILEPATH=MPI_LIBRARY-NOTFOUND

//Path to a library.
PTHREAD_LIBRARY:FILEPATH=PTHREAD_LIBRARY-NOTFOUND

//path for Python extensions
PYTHON_EXTENSION_DIR:STRING=lib

//Path to a file.
VISTRAILS_APP_DIR:PATH=VISTRAILS_APP_DIR-NOTFOUND

//Name of the VisTrails application
VISTRAILS_APP_NAME:STRING=vistrails

//Value Computed by CMake
alps_BINARY_DIR:STATIC=C:/Users/Niraj/build/alps

//Value Computed by CMake
alps_SOURCE_DIR:STATIC=C:/Users/Niraj/src/alps


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: ALPS_BOOST_LIBRARY_NAME
ALPS_BOOST_LIBRARY_NAME-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ALPS_BUILD_TUTORIALS_PACKAGE
ALPS_BUILD_TUTORIALS_PACKAGE-ADVANCED:INTERNAL=1
//Have include rpc/rpc.h
ALPS_HAVE_RPC_XDR_H:INTERNAL=
//Have include stdarg.h
ALPS_HAVE_STDARG_H:INTERNAL=1
//Have include sys/stat.h
ALPS_HAVE_SYS_STAT_H:INTERNAL=1
//Have include sys/systeminfo.h
ALPS_HAVE_SYS_SYSTEMINFO_H:INTERNAL=
//Have include sys/types.h
ALPS_HAVE_SYS_TYPES_H:INTERNAL=1
//Have include unistd.h
ALPS_HAVE_UNISTD_H:INTERNAL=
//Have include valarray
ALPS_HAVE_VALARRAY:INTERNAL=1
//Have include windows.h
ALPS_HAVE_WINDOWS_H:INTERNAL=1
//ADVANCED property for variable: ALPS_INSTALL_BOOST_TEST
ALPS_INSTALL_BOOST_TEST-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ALPS_LLVM_WORKAROUND
ALPS_LLVM_WORKAROUND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ALPS_PATCH_VISTRAILS
ALPS_PATCH_VISTRAILS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BIND_FORTRAN_LOWERCASE
BIND_FORTRAN_LOWERCASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_DEBUG
Boost_DATE_TIME_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_RELEASE
Boost_DATE_TIME_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_DIR
Boost_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_DEBUG
Boost_FILESYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_RELEASE
Boost_FILESYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_INCLUDE_DIR
Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1
//The library version string for boost libraries
Boost_LIB_VERSION:INTERNAL=
//ADVANCED property for variable: Boost_MPI_LIBRARY_DEBUG
Boost_MPI_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_MPI_LIBRARY_RELEASE
Boost_MPI_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG
Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE
Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_PYTHON_LIBRARY_DEBUG
Boost_PYTHON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_PYTHON_LIBRARY_RELEASE
Boost_PYTHON_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_REGEX_LIBRARY_DEBUG
Boost_REGEX_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_REGEX_LIBRARY_RELEASE
Boost_REGEX_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SERIALIZATION_LIBRARY_DEBUG
Boost_SERIALIZATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SERIALIZATION_LIBRARY_RELEASE
Boost_SERIALIZATION_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG
Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE
Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_THREAD_LIBRARY_DEBUG
Boost_THREAD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_THREAD_LIBRARY_RELEASE
Boost_THREAD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//The version number for boost libraries
Boost_VERSION:INTERNAL=
//ADVANCED property for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=C:/PROGRA~2/MICROS~3.0/Common7/IDE/VCExpress.exe
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/Niraj/build/alps
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=12
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/Program Files (x86)/CMake 2.8/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files (x86)/CMake 2.8/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files (x86)/CMake 2.8/bin/ctest.exe
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=C:/Program Files (x86)/CMake 2.8/bin/cmake-gui.exe
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS
CMAKE_Fortran_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS_DEBUG
CMAKE_Fortran_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS_MINSIZEREL
CMAKE_Fortran_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELEASE
CMAKE_Fortran_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELWITHDEBINFO
CMAKE_Fortran_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_STANDARD_LIBRARIES
CMAKE_Fortran_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Visual Studio 9 2008
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/Niraj/src/alps
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_COMPILER
CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
CMAKE_RC_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS
CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/Program Files (x86)/CMake 2.8/share/cmake-2.8
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Suppress Warnings that are meant for the author of the CMakeLists.txt
// files.
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: INTEL_GUIDE_LIBRARY
INTEL_GUIDE_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC
MPIEXEC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_MAX_NUMPROCS
MPIEXEC_MAX_NUMPROCS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_NUMPROC_FLAG
MPIEXEC_NUMPROC_FLAG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_POSTFLAGS
MPIEXEC_POSTFLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_PREFLAGS
MPIEXEC_PREFLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_COMPILER
MPI_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_COMPILE_FLAGS
MPI_CXX_COMPILE_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_INCLUDE_PATH
MPI_CXX_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_LIBRARIES
MPI_CXX_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_LINK_FLAGS
MPI_CXX_LINK_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_COMPILER
MPI_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_COMPILE_FLAGS
MPI_C_COMPILE_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_INCLUDE_PATH
MPI_C_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_LIBRARIES
MPI_C_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_LINK_FLAGS
MPI_C_LINK_FLAGS-ADVANCED:INTERNAL=1
//Scratch variable for MPI header detection
MPI_HEADER_PATH:INTERNAL=MPI_HEADER_PATH-NOTFOUND
//Scratch variable for MPI lib detection
MPI_LIB:INTERNAL=MPI_LIB-NOTFOUND
//ADVANCED property for variable: PYTHON_EXTENSION_DIR
PYTHON_EXTENSION_DIR-ADVANCED:INTERNAL=1
//Stored GUID
SG_Filter_CMake Rules_GUID_CMAKE:INTERNAL=3D26DDAB-08AA-4CD7-97E0-9DEB6D35E1C3
//Stored GUID
SG_Filter_Header Files_GUID_CMAKE:INTERNAL=90DB218D-3F5A-4A6A-A4E4-8F7DC726848D
//Stored GUID
SG_Filter_Object Files_GUID_CMAKE:INTERNAL=8A13B722-E02E-4277-A7A0-3276730520CD
//Stored GUID
SG_Filter_Resources_GUID_CMAKE:INTERNAL=0C315041-C782-4736-A37B-F797ECF880F3
//Stored GUID
SG_Filter_Source Files_GUID_CMAKE:INTERNAL=61C1AD31-0895-4EA2-92CC-E9D51A5144EA
//ADVANCED property for variable: VISTRAILS_APP_NAME
VISTRAILS_APP_NAME-ADVANCED:INTERNAL=1
//Stored GUID
ZERO_CHECK_GUID_CMAKE:INTERNAL=A3902998-20E9-4CD4-865C-95DB10CF445D
//Last used Boost_ADDITIONAL_VERSIONS value.
_Boost_ADDITIONAL_VERSIONS_LAST:INTERNAL=1.48;1.48.0;1.47;1.47.0
//Components requested for this build tree.
_Boost_COMPONENTS_SEARCHED:INTERNAL=date_time;filesystem;mpi;program_options;python;regex;serialization;system;thread
//Last used Boost_INCLUDE_DIR value.
_Boost_INCLUDE_DIR_LAST:INTERNAL=Boost_INCLUDE_DIR-NOTFOUND
//Last used Boost_USE_MULTITHREADED value.
_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE



On Wed, Mar 26, 2014 at 11:54 AM, Niraj Ghimire <niraj.ghimire@gmail.com> wrote:
Dear Synge,
       I will check it out. Thank you so much, I appreciate it.

~Niraj


On Wed, Mar 26, 2014 at 11:51 AM, Synge Todo <wistaria@comp-phys.org> wrote:
Dear Niraj,

You might be interested in MateriApps LIVE! (http://sourceforge.net/projects/materiappslive/),
which is a Debian GNU Linux LIVE USB containing ALPS and other simulation software packages
for condensed matter physics, molecular science, materials science, etc.

Best,
Synge


On 2014/03/27, at 0:35, Niraj Ghimire <niraj.ghimire@gmail.com> wrote:

> Dr. Troyer, I downloaded "boost 1.55.0" (and I cannot use a version newer than that because alps 2.1.1 does not support it) and tried to build it using CMake but I got the same error message yet again. I checked that the boost folder contains file version.hpp, I specified this location for Boost_root_directory in CMake, it didn't work. I have no idea what went wrong and how to fix it.
>
> P.S. Like you said, building from source is really difficult on Windows, I am going to have a Linux based machine in a few days and then I will build alps from source.
>
>
> On Tue, Mar 25, 2014 at 12:47 AM, Matthias Troyer <troyer@phys.ethz.ch> wrote:
> You will need a more recent version of Boost and should check that the directory you specify contains a file boost\version.hpp .
>
> Matthias
>
>
>
> On Mar 25, 2014, at 5:35, Niraj Ghimire <niraj.ghimire@gmail.com> wrote:
>
>> The path to the source tree of the boost library would be C:\Users\Username\src\boost_1_42_0, right ? I treid that but it didn't work.
>>
>>
>> On Tue, Mar 25, 2014 at 12:27 AM, Matthias Troyer <troyer@phys.ethz.ch> wrote:
>> As you can see in the message, you need to specify the path to the source tree of the Boost library.
>>
>>
>>
>>
>> On Mar 25, 2014, at 5:17, Niraj Ghimire <niraj.ghimire@gmail.com> wrote:
>>
>>> Sorry about that. This is the error message on CMake that I got when I hit "Configure."
>>>
>>> CMake Error: Could not open file for write in copy operation /CMakeSystem.cmake.tmp
>>> CMake Error: : System Error: Permission denied
>>> CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake:182 (configure_file):
>>> configure_file Problem configuring file
>>> Call Stack (most recent call first):
>>> CMakeLists.txt:110 (include)
>>>
>>> Build type: Release
>>> ALPS version: 2.1.1
>>> Looking for precompiled Boost libraries (version >= 1.47)
>>> Could NOT find Boost
>>> Could NOT find Boost
>>> Looking for Boost Source
>>> CMake Error at config/FindBoostSrc.cmake:102 (message):
>>> Boost Source not Found
>>> Call Stack (most recent call first):
>>> config/FindBoostForALPS.cmake:61 (find_package)
>>> CMakeLists.txt:248 (find_package)
>>>
>>> Configuring incomplete, errors occurred!
>>> See also "C:/Users/Niraj/build/alps/CMakeFiles/CMakeOutput.log".
>>> See also "C:/Users/Niraj/build/alps/CMakeFiles/CMakeError.log".
>>>
>>>
>>> On Tue, Mar 25, 2014 at 12:03 AM, Matthias Troyer <troyer@phys.ethz.ch> wrote:
>>>  Need the output of CMake, not the error file
>>>
>>>
>>>
>>>
>>> On Mar 24, 2014, at 22:43, Niraj Ghimire <niraj.ghimire@gmail.com> wrote:
>>>
>>>> This is the content from the CMakeError.txt file. Hope this helps to figure out what went wrong.
>>>>
>>>> Determining if the include file rpc/rpc.h exists failed with the following output:
>>>> Change Dir: C:/Users/Niraj/build/alps/CMakeFiles/CMakeTmp
>>>>
>>>> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2655219810
>>>>
>>>>
>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>
>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>
>>>> 1>------ Build started: Project: cmTryCompileExec2655219810, Configuration: Debug Win32 ------
>>>>
>>>> 1>Compiling...
>>>>
>>>> 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
>>>>
>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>
>>>> 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2655219810.dir\Debug\\" /Fd"cmTryCompileExec2655219810.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFile.c
>>>>
>>>> 1>CheckIncludeFile.c
>>>>
>>>> 1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'rpc/rpc.h': No such file or directory
>>>>
>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\CMakeTmp\cmTryCompileExec2655219810.dir\Debug\BuildLog.htm"
>>>>
>>>> 1>cmTryCompileExec2655219810 - 1 error(s), 0 warning(s)
>>>>
>>>> ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
>>>>
>>>>
>>>>
>>>> Determining if the include file sys/systeminfo.h exists failed with the following output:
>>>> Change Dir: C:/Users/Niraj/build/alps/CMakeFiles/CMakeTmp
>>>>
>>>> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec3412457876
>>>>
>>>>
>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>
>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>
>>>> 1>------ Build started: Project: cmTryCompileExec3412457876, Configuration: Debug Win32 ------
>>>>
>>>> 1>Compiling...
>>>>
>>>> 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
>>>>
>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>
>>>> 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3412457876.dir\Debug\\" /Fd"cmTryCompileExec3412457876.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFile.c
>>>>
>>>> 1>CheckIncludeFile.c
>>>>
>>>> 1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'sys/systeminfo.h': No such file or directory
>>>>
>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\CMakeTmp\cmTryCompileExec3412457876.dir\Debug\BuildLog.htm"
>>>>
>>>> 1>cmTryCompileExec3412457876 - 1 error(s), 0 warning(s)
>>>>
>>>> ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
>>>>
>>>>
>>>>
>>>> Determining if the include file unistd.h exists failed with the following output:
>>>> Change Dir: C:/Users/Niraj/build/alps/CMakeFiles/CMakeTmp
>>>>
>>>> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec4027216326
>>>>
>>>>
>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>
>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>
>>>> 1>------ Build started: Project: cmTryCompileExec4027216326, Configuration: Debug Win32 ------
>>>>
>>>> 1>Compiling...
>>>>
>>>> 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
>>>>
>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>
>>>> 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec4027216326.dir\Debug\\" /Fd"cmTryCompileExec4027216326.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFile.c
>>>>
>>>> 1>CheckIncludeFile.c
>>>>
>>>> 1>.\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
>>>>
>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\CMakeTmp\cmTryCompileExec4027216326.dir\Debug\BuildLog.htm"
>>>>
>>>> 1>cmTryCompileExec4027216326 - 1 error(s), 0 warning(s)
>>>>
>>>> ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Mon, Mar 24, 2014 at 5:41 PM, Niraj Ghimire <niraj.ghimire@gmail.com> wrote:
>>>>
>>>>
>>>>
>>>> On Mon, Mar 24, 2014 at 5:38 PM, Matthias Troyer <troyer@phys.ethz.ch> wrote:
>>>> I don't find the error message that you reported here, and the output looks truncated
>>>>
>>>> On 24 Mar 2014, at 22:15, Niraj Ghimire <niraj.ghimire@gmail.com> wrote:
>>>>
>>>>> The content of the Cmake output.txt file is huge, I have no idea how to convey it to you, so I have just copied it here:
>>>>>
>>>>> The system is: Windows -  - AMD64
>>>>> Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
>>>>> Compiler:
>>>>> Build flags:
>>>>> Id flags:
>>>>>
>>>>> The output was:
>>>>> 0
>>>>>
>>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>> 1>------ Build started: Project: CompilerIdC, Configuration: Debug Win32 ------
>>>>> 1>Compiling...
>>>>> 1>CMakeCCompilerId.c
>>>>> 1>Linking...
>>>>> 1>Embedding manifest...
>>>>> 1>Performing Post-Build Event...
>>>>> 1>CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\cl.exe
>>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\2.8.12.2\CompilerIdC\Debug\BuildLog.htm"
>>>>> 1>CompilerIdC - 0 error(s), 0 warning(s)
>>>>> ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
>>>>>
>>>>>
>>>>> Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"
>>>>>
>>>>> Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcproj"
>>>>>
>>>>> The C compiler identification is MSVC, found in "C:/Users/Niraj/build/alps/CMakeFiles/2.8.12.2/CompilerIdC/CompilerIdC.exe"
>>>>>
>>>>> Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
>>>>> Compiler:
>>>>> Build flags:
>>>>> Id flags:
>>>>>
>>>>> The output was:
>>>>> 0
>>>>>
>>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>> 1>------ Build started: Project: CompilerIdCXX, Configuration: Debug Win32 ------
>>>>> 1>Compiling...
>>>>> 1>CMakeCXXCompilerId.cpp
>>>>> 1>Linking...
>>>>> 1>Embedding manifest...
>>>>> 1>Performing Post-Build Event...
>>>>> 1>CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\cl.exe
>>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\2.8.12.2\CompilerIdCXX\Debug\BuildLog.htm"
>>>>> 1>CompilerIdCXX - 0 error(s), 0 warning(s)
>>>>> ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
>>>>>
>>>>>
>>>>> Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
>>>>>
>>>>> Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcproj"
>>>>>
>>>>> The CXX compiler identification is MSVC, found in "C:/Users/Niraj/build/alps/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.exe"
>>>>>
>>>>> Determining if the C compiler works passed with the following output:
>>>>> Change Dir: C:/Users/Niraj/build/alps/CMakeFiles/CMakeTmp
>>>>>
>>>>> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec343473873
>>>>>
>>>>>
>>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>>
>>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>>
>>>>> 1>------ Build started: Project: cmTryCompileExec343473873, Configuration: Debug Win32 ------
>>>>>
>>>>> 1>Compiling...
>>>>>
>>>>> 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec343473873.dir\Debug\\" /Fd"cmTryCompileExec343473873.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\testCCompiler.c
>>>>>
>>>>> 1>testCCompiler.c
>>>>>
>>>>> 1>Compiling manifest to resources...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Linking...
>>>>>
>>>>> 1>Embedding manifest...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\CMakeTmp\cmTryCompileExec343473873.dir\Debug\BuildLog.htm"
>>>>>
>>>>> 1>cmTryCompileExec343473873 - 0 error(s), 0 warning(s)
>>>>>
>>>>> ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
>>>>>
>>>>>
>>>>>
>>>>> Detecting C compiler ABI info compiled with the following output:
>>>>> Change Dir: C:/Users/Niraj/build/alps/CMakeFiles/CMakeTmp
>>>>>
>>>>> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec1510577454
>>>>>
>>>>>
>>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>>
>>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>>
>>>>> 1>------ Build started: Project: cmTryCompileExec1510577454, Configuration: Debug Win32 ------
>>>>>
>>>>> 1>Compiling...
>>>>>
>>>>> 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1510577454.dir\Debug\\" /Fd"cmTryCompileExec1510577454.dir\Debug\vc90.pdb" /W3 /c /Zi /TC "..\..\..\..\..\..\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCCompilerABI.c"
>>>>>
>>>>> 1>CMakeCCompilerABI.c
>>>>>
>>>>> 1>Compiling manifest to resources...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Linking...
>>>>>
>>>>> 1>Embedding manifest...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\CMakeTmp\cmTryCompileExec1510577454.dir\Debug\BuildLog.htm"
>>>>>
>>>>> 1>cmTryCompileExec1510577454 - 0 error(s), 0 warning(s)
>>>>>
>>>>> ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
>>>>>
>>>>>
>>>>>
>>>>> Determining if the CXX compiler works passed with the following output:
>>>>> Change Dir: C:/Users/Niraj/build/alps/CMakeFiles/CMakeTmp
>>>>>
>>>>> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec3488916556
>>>>>
>>>>>
>>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>>
>>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>>
>>>>> 1>------ Build started: Project: cmTryCompileExec3488916556, Configuration: Debug Win32 ------
>>>>>
>>>>> 1>Compiling...
>>>>>
>>>>> 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fo"cmTryCompileExec3488916556.dir\Debug\\" /Fd"cmTryCompileExec3488916556.dir\Debug\vc90.pdb" /W3 /c /Zi /TP .\testCXXCompiler.cxx
>>>>>
>>>>> 1>testCXXCompiler.cxx
>>>>>
>>>>> 1>Compiling manifest to resources...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Linking...
>>>>>
>>>>> 1>Embedding manifest...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\CMakeTmp\cmTryCompileExec3488916556.dir\Debug\BuildLog.htm"
>>>>>
>>>>> 1>cmTryCompileExec3488916556 - 0 error(s), 0 warning(s)
>>>>>
>>>>> ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
>>>>>
>>>>>
>>>>>
>>>>> Detecting CXX compiler ABI info compiled with the following output:
>>>>> Change Dir: C:/Users/Niraj/build/alps/CMakeFiles/CMakeTmp
>>>>>
>>>>> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec683221049
>>>>>
>>>>>
>>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>>
>>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>>
>>>>> 1>------ Build started: Project: cmTryCompileExec683221049, Configuration: Debug Win32 ------
>>>>>
>>>>> 1>Compiling...
>>>>>
>>>>> 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fo"cmTryCompileExec683221049.dir\Debug\\" /Fd"cmTryCompileExec683221049.dir\Debug\vc90.pdb" /W3 /c /Zi /TP "..\..\..\..\..\..\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXCompilerABI.cpp"
>>>>>
>>>>> 1>CMakeCXXCompilerABI.cpp
>>>>>
>>>>> 1>Compiling manifest to resources...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Linking...
>>>>>
>>>>> 1>Embedding manifest...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\CMakeTmp\cmTryCompileExec683221049.dir\Debug\BuildLog.htm"
>>>>>
>>>>> 1>cmTryCompileExec683221049 - 0 error(s), 0 warning(s)
>>>>>
>>>>> ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
>>>>>
>>>>>
>>>>>
>>>>> Determining if the include file stdarg.h exists passed with the following output:
>>>>> Change Dir: C:/Users/Niraj/build/alps/CMakeFiles/CMakeTmp
>>>>>
>>>>> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2444191313
>>>>>
>>>>>
>>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>>
>>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>>
>>>>> 1>------ Build started: Project: cmTryCompileExec2444191313, Configuration: Debug Win32 ------
>>>>>
>>>>> 1>Compiling...
>>>>>
>>>>> 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2444191313.dir\Debug\\" /Fd"cmTryCompileExec2444191313.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFile.c
>>>>>
>>>>> 1>CheckIncludeFile.c
>>>>>
>>>>> 1>Compiling manifest to resources...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Linking...
>>>>>
>>>>> 1>Embedding manifest...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\CMakeTmp\cmTryCompileExec2444191313.dir\Debug\BuildLog.htm"
>>>>>
>>>>> 1>cmTryCompileExec2444191313 - 0 error(s), 0 warning(s)
>>>>>
>>>>> ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
>>>>>
>>>>>
>>>>>
>>>>> Determining if the include file sys/stat.h exists passed with the following output:
>>>>> Change Dir: C:/Users/Niraj/build/alps/CMakeFiles/CMakeTmp
>>>>>
>>>>> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2769291780
>>>>>
>>>>>
>>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>>
>>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>>
>>>>> 1>------ Build started: Project: cmTryCompileExec2769291780, Configuration: Debug Win32 ------
>>>>>
>>>>> 1>Compiling...
>>>>>
>>>>> 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec2769291780.dir\Debug\\" /Fd"cmTryCompileExec2769291780.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFile.c
>>>>>
>>>>> 1>CheckIncludeFile.c
>>>>>
>>>>> 1>Compiling manifest to resources...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Linking...
>>>>>
>>>>> 1>Embedding manifest...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\CMakeTmp\cmTryCompileExec2769291780.dir\Debug\BuildLog.htm"
>>>>>
>>>>> 1>cmTryCompileExec2769291780 - 0 error(s), 0 warning(s)
>>>>>
>>>>> ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
>>>>>
>>>>>
>>>>>
>>>>> Determining if the include file sys/types.h exists passed with the following output:
>>>>> Change Dir: C:/Users/Niraj/build/alps/CMakeFiles/CMakeTmp
>>>>>
>>>>> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec1053364341
>>>>>
>>>>>
>>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>>
>>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>>
>>>>> 1>------ Build started: Project: cmTryCompileExec1053364341, Configuration: Debug Win32 ------
>>>>>
>>>>> 1>Compiling...
>>>>>
>>>>> 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec1053364341.dir\Debug\\" /Fd"cmTryCompileExec1053364341.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFile.c
>>>>>
>>>>> 1>CheckIncludeFile.c
>>>>>
>>>>> 1>Compiling manifest to resources...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Linking...
>>>>>
>>>>> 1>Embedding manifest...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\CMakeTmp\cmTryCompileExec1053364341.dir\Debug\BuildLog.htm"
>>>>>
>>>>> 1>cmTryCompileExec1053364341 - 0 error(s), 0 warning(s)
>>>>>
>>>>> ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
>>>>>
>>>>>
>>>>>
>>>>> Determining if the include file windows.h exists passed with the following output:
>>>>> Change Dir: C:/Users/Niraj/build/alps/CMakeFiles/CMakeTmp
>>>>>
>>>>> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec3672226274
>>>>>
>>>>>
>>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>>
>>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>>
>>>>> 1>------ Build started: Project: cmTryCompileExec3672226274, Configuration: Debug Win32 ------
>>>>>
>>>>> 1>Compiling...
>>>>>
>>>>> 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec3672226274.dir\Debug\\" /Fd"cmTryCompileExec3672226274.dir\Debug\vc90.pdb" /W3 /c /Zi /TC .\CheckIncludeFile.c
>>>>>
>>>>> 1>CheckIncludeFile.c
>>>>>
>>>>> 1>Compiling manifest to resources...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Linking...
>>>>>
>>>>> 1>Embedding manifest...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\CMakeTmp\cmTryCompileExec3672226274.dir\Debug\BuildLog.htm"
>>>>>
>>>>> 1>cmTryCompileExec3672226274 - 0 error(s), 0 warning(s)
>>>>>
>>>>> ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
>>>>>
>>>>>
>>>>>
>>>>> Determining if the include file valarray exists passed with the following output:
>>>>> Change Dir: C:/Users/Niraj/build/alps/CMakeFiles/CMakeTmp
>>>>>
>>>>> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2495394295
>>>>>
>>>>>
>>>>> Microsoft (R) Visual C++ Express Edition Version 9.0.21022.8.
>>>>>
>>>>> Copyright (C) Microsoft Corp 2007. All rights reserved.
>>>>>
>>>>> 1>------ Build started: Project: cmTryCompileExec2495394295, Configuration: Debug Win32 ------
>>>>>
>>>>> 1>Compiling...
>>>>>
>>>>> 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fo"cmTryCompileExec2495394295.dir\Debug\\" /Fd"cmTryCompileExec2495394295.dir\Debug\vc90.pdb" /W3 /c /Zi /TP .\CheckIncludeFile.cxx
>>>>>
>>>>> 1>CheckIncludeFile.cxx
>>>>>
>>>>> 1>Compiling manifest to resources...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Linking...
>>>>>
>>>>> 1>Embedding manifest...
>>>>>
>>>>> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
>>>>>
>>>>> 1>Copyright (C) Microsoft Corporation.  All rights reserved.
>>>>>
>>>>> 1>Build log was saved at "file://c:\Users\Niraj\build\alps\CMakeFiles\CMakeTmp\cmTryCompileExec2495394295.dir\Debug\BuildLog.htm"
>>>>>
>>>>> 1>cmTryCompileExec2495394295 - 0 error(s), 0 warning(s)
>>>>>
>>>>> ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
>>>>>
>>>>>
>>>>>
>>>>> The system is: Windows -  - AMD64
>>>>> The system is: Windows -  - AMD64
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Mon, Mar 24, 2014 at 5:06 PM, Matthias Troyer <troyer@phys.ethz.ch> wrote:
>>>>> These errors mean that you did not specify the correct paths to various libraries. You will have to provide the CMake output for us to help. But please be aware that building from source on Windows is hard.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Mar 24, 2014, at 22:03, Niraj Ghimire <niraj.ghimire@gmail.com> wrote:
>>>>>
>>>>>> Thank you, Dr. Troyer. Now I am having problems trying to build ALPS. I downloaded the source package alps-2.2.b1-r7195-src.tar.gz from the webpage "http://alps.comp-phys.org/mediawiki/index.php/Download_and_install_ALPS_2" and tried to build it, I was not successful at all. Then I downloaded the other source package alps-2.1.1-r6176-src.tar.gz from the same page and tried to build it, I ended up getting the same error message which reads "Error in configuration process, project files may be invalid."
>>>>>>
>>>>>> Where can I find the correct source code for ALPS ?
>>>>>>
>>>>>> Regards,
>>>>>> Niraj Ghimire
>>>>>> Graduate Student
>>>>>> Department of Physics
>>>>>> University of Connecticut
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Mon, Mar 24, 2014 at 3:23 AM, Matthias Troyer <troyer@phys.ethz.ch> wrote:
>>>>>> lpsolve and sqlite are not needed anymore. zlib and szlib are included in the binary distributions of HDF5 for Windows, which are easier to use than building from source.
>>>>>>
>>>>>> On Mar 24, 2014, at 12:32 AM, Niraj Ghimire <niraj.ghimire@gmail.com> wrote:
>>>>>>
>>>>>>> Dear alps users,
>>>>>>>
>>>>>>>          I have been trying to build alps package from source on Windows 7 OS. I have been following the outdated instructions on the page
>>>>>>>                   https://alps.comp-phys.org/trac/wiki/AlpsOnWindows.
>>>>>>>
>>>>>>> I could not find the proper versions of Zlib, SZlib, Lpsolve and SQlite. There are links on this webpage that read "Check out the source code from <>" where <> is, for instance, https://alps.comp-phys.org/svn/alps1/trunk/wistaria/windows/lpsolve for "Lpsolve". I don't know how to download the source codes using these links.
>>>>>>>
>>>>>>>           I tried to download the source codes from a trusted webpage like sourceforge.net, some of them work while others don't and I keep getting errors.
>>>>>>>
>>>>>>>            Please help me.
>>>>>>>
>>>>>>> Regards,
>>>>>>> Niraj Ghimire
>>>>>>> Graduate Student
>>>>>>> Department of Physics
>>>>>>> University of Connecticut
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>
>>
>