Created
January 12, 2016 21:55
-
-
Save almarklein/c14b34627e9219650a3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\dev>conda build pyapps\conda-recipes\freeimage | |
Removing old build environment | |
Removing old work directory | |
BUILD START: freeimage-3.17.0-vc10_1 | |
Fetching package metadata: ........ | |
Solving package specifications: ........... | |
The following NEW packages will be INSTALLED: | |
msvc_runtime: 1.0.1-vc10_0 [vc10] | |
pip: 7.1.2-py34_0 | |
python: 3.4.4-0 | |
setuptools: 19.1.1-py34_0 | |
wheel: 0.26.0-py34_1 | |
Linking packages ... | |
[ COMPLETE ]|##################################################| 100% | |
Removing old work directory | |
Source cache directory is: C:\miniconda3\conda-bld\src_cache | |
Found source in cache: FreeImage3170.zip | |
Extracting download | |
Applying patch: 'D:\\dev\\pyapps\\conda-recipes\\freeimage\\vs2010_omp.patch' | |
Applying patch: 'D:\\dev\\pyapps\\conda-recipes\\freeimage\\vs_snprintf.patch' | |
Package: freeimage-3.17.0-vc10_1 | |
source tree in: C:\miniconda3\conda-bld\work\FreeImage | |
Warning: Couldn't find Visual Studio: 'C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\vcvarsall.bat' | |
C:\miniconda3\conda-bld\work\FreeImage>set INCLUDE=C:\miniconda3\envs\_build\Library\include; | |
C:\miniconda3\conda-bld\work\FreeImage>set LIB=C:\miniconda3\envs\_build\Library\lib; | |
C:\miniconda3\conda-bld\work\FreeImage>REM ===== end generated header ===== | |
C:\miniconda3\conda-bld\work\FreeImage>if defined ProgramFiles(x86) (set ARCH=x64 ) else (set ARCH=Win32 ) | |
C:\miniconda3\conda-bld\work\FreeImage>devenv.exe FreeImage.2008.sln /Upgrade | |
'devenv.exe' is not recognized as an internal or external command, | |
operable program or batch file. | |
C:\miniconda3\conda-bld\work\FreeImage>msbuild FreeImage.2008.sln /property:Configuration=Release /property:Platform=x64 | |
'msbuild' is not recognized as an internal or external command, | |
operable program or batch file. | |
C:\miniconda3\conda-bld\work\FreeImage>copy Dist\FreeImage.dll C:\miniconda3\envs\_build\Library\bin\FreeImage-3.17.0.dll | |
The system cannot find the file specified. | |
C:\miniconda3\conda-bld\work\FreeImage>copy Dist\FreeImage.dll C:\miniconda3\envs\_build\Library\bin\FreeImage.dll | |
The system cannot find the file specified. | |
C:\miniconda3\conda-bld\work\FreeImage>copy Dist\FreeImage.h C:\miniconda3\envs\_build\Library\include\FreeImage.h | |
The system cannot find the file specified. | |
C:\miniconda3\conda-bld\work\FreeImage>copy Dist\FreeImage.lib C:\miniconda3\envs\_build\Library\lib\FreeImage.lib | |
The system cannot find the file specified. | |
Command failed: C:\Windows\system32\cmd.exe /c call bld.bat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment