Skip to content

Instantly share code, notes, and snippets.

@almarklein
Created October 20, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almarklein/12aec846e3193f58e4a6 to your computer and use it in GitHub Desktop.
Save almarklein/12aec846e3193f58e4a6 to your computer and use it in GitHub Desktop.
c:\Anaconda34>Scripts\conda-build c:\almar\devel\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:
pip: 7.1.2-py34_0
python: 3.4.3-0
setuptools: 18.4-py34_0
wheel: 0.26.0-py34_1
Linking packages ...
[ COMPLETE ]|##################################################| 100%
Removing old work directory
Source cache directory is: c:\Anaconda34\conda-bld\src_cache
Downloading source to cache: FreeImage3170.zip
Downloading http://optimate.dl.sourceforge.net/project/freeimage/Source%20Distri
bution/3.17.0/FreeImage3170.zip
FreeImage3170. 100% |###############################| Time: 0:00:02 3.51 MB/s
Success
Extracting download
Applying patch: 'c:\\almar\\devel\\conda-recipes\\freeimage\\vs2010_omp.patch'
patching file `Source/LibRawLite/libraw/libraw_types.h'
Package: freeimage-3.17.0-vc10_1
source tree in: c:\Anaconda34\conda-bld\work\FreeImage
c:\Anaconda34\conda-bld\work\FreeImage>call "C:\Program Files (x86)\Microsoft Vi
sual Studio 10.0\VC\vcvarsall.bat" amd64
The specified configuration type is missing. The tools for the
configuration might not be installed.
c:\Anaconda34\conda-bld\work\FreeImage>REM ===== end generated header =====
c:\Anaconda34\conda-bld\work\FreeImage>if defined ProgramFiles(x86) (set BDIR=Di
st\x64 ) else (set BDIR=Dist\x32 )
c:\Anaconda34\conda-bld\work\FreeImage>copy Dist\x64\FreeImage.dll c:\Anaconda34
\envs\_build\Library\bin\FreeImage-3.17.0.dll
The system cannot find the path specified.
c:\Anaconda34\conda-bld\work\FreeImage>copy Dist\x64\FreeImage.dll c:\Anaconda34
\envs\_build\Library\bin\FreeImage.dll
The system cannot find the path specified.
c:\Anaconda34\conda-bld\work\FreeImage>copy Dist\x64\FreeImage.h c:\Anaconda34\e
nvs\_build\Library\include\FreeImage.h
The system cannot find the path specified.
c:\Anaconda34\conda-bld\work\FreeImage>copy Dist\x64\FreeImage.lib c:\Anaconda34
\envs\_build\Library\lib\FreeImage.lib
The system cannot find the path specified.
c:\Anaconda34\conda-bld\work\FreeImage>copy C:\Windows\System32\vcomp120.dll c:\
Anaconda34\envs\_build\Library\bin\vcomp120.dll || exit "needs VC redist from
http://www.microsoft.com/en-us/download/details.aspx?id=40784"
1 file(s) copied.
number of files: 1
Fixing permissions
Fixing permissions
BUILD END: freeimage-3.17.0-vc10_1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment