[mlpack-svn] [MLPACK] #220: libxml2 need 'iconv.h'

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Sun Mar 25 14:28:56 EDT 2012


#220: libxml2 need 'iconv.h'
---------------------+------------------------------------------------------
  Reporter:  zy26    |        Owner:  rcurtin     
      Type:  defect  |       Status:  accepted    
  Priority:  minor   |    Milestone:  mlpack 1.0.2
 Component:  mlpack  |   Resolution:              
  Keywords:          |     Blocking:              
Blocked By:          |  
---------------------+------------------------------------------------------
Changes (by rcurtin):

  * owner:  => rcurtin
  * status:  new => accepted


Comment:

 I had a bit of trouble with this one.  On Linux, we can assume that the
 package manager will install all the correct dependencies of libxml2, but
 on Windows, we can't.  I have a snippet in trunk/CMakeLists.txt which
 checks that zlib1.dll and iconv.dll (required by libxml2.dll) exist on the
 system, but I guess I need two similar snippets for iconv.h and zlib.h.  I
 will look into the best way to do this in the next day or two (because
 there are a couple ways to solve this problem) and get back to you when
 I've found what I think is the best solution.  For now it looks like you
 are dropping iconv.h into the right place and that is working for you.

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/220#comment:1>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list