[Dip] help installing dippy on anaconda

Hugh Medal hugh.medal at msstate.edu
Wed Aug 31 10:50:22 EDT 2016


Hello,

I am trying to install dippy to my anaconda distribution of python
(/anaconda/bin/python). I am running Mac OS X.

Here is the steps I have followed:

1. installed Dip to /Users/hm568/git/Dip-0.92/ using:

cd /Users/hm568/git/
git clone --branch=stable/0.92 https://github.com/coin-or/Dip Dip-0.92
cd Dip-0.92
git clone --branch=stable/0.8 https://github.com/coin-or-tools/BuildTools/
BuildTools/get.dependencies fetch
./configure --enable-static --disable-shared
make
make install

2. installed dippy by doing the following

ws106-17:Dip hm568$ COIN_INSTALL_DIR=/Users/hm568/git/Dip-0.92/
/anaconda/bin/python setup.py install

running install

running bdist_egg

running egg_info

writing requirements to coinor.dippy.egg-info/requires.txt

writing coinor.dippy.egg-info/PKG-INFO

writing namespace_packages to coinor.dippy.egg-info/namespace_packages.txt

writing top-level names to coinor.dippy.egg-info/top_level.txt

writing dependency_links to coinor.dippy.egg-info/dependency_links.txt

reading manifest file 'coinor.dippy.egg-info/SOURCES.txt'

writing manifest file 'coinor.dippy.egg-info/SOURCES.txt'

installing library code to build/bdist.macosx-10.6-x86_64/egg

running install_lib

running build_py

running build_ext

building '_dippy' extension

gcc -fno-strict-aliasing -I//anaconda/include -arch x86_64 -DNDEBUG -g
-fwrapv -O3 -Wall -Wstrict-prototypes -D__DECOMP_LP_CLP__
-I/Users/hm568/git/Dip-0.92/include/coin
-I/usr/local/gurobi/linux64/include -I/usr/local/cplex/include/ilcplex
-I/anaconda/include/python2.7 -c src/dippy/DippyDecompAlgo.cpp -o
build/temp.macosx-10.6-x86_64-2.7/src/dippy/DippyDecompAlgo.o

In file included from src/dippy/DippyDecompAlgo.cpp:3:

In file included from src/dippy/DippyDecompAlgo.h:4:

In file included from /Users/hm568/git/Dip-0.92/include/coin/Decomp.h:55:

In file included from
/Users/hm568/git/Dip-0.92/include/coin/CoinPackedMatrix.hpp:10:

/Users/hm568/git/Dip-0.92/include/coin/CoinTypes.hpp:15:10: fatal
error: 'cstdint'
file not found

#include <cstdint>

         ^

1 error generated.

error: command 'gcc' failed with exit status 1


Can you provide any guidance on this error?


Thanks,

Hugh

-- 
*Hugh Medal*
Assistant Professor
Industrial and Systems Engineering
Mississippi State University
Office: 260K McCain
Office: 662-325-3923
Email: hmedal at i <hmedal at uark.edu>se.msstate.edu
Website: hm568.ise.msstate.edu
Office hours: hughmedal "dot" youcanbook "dot" me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/dip/attachments/20160831/fd720317/attachment.html>


More information about the Dip mailing list