Hey Alex, I tried to reproduce your issue using the following configuration:
Ubuntu 14.04.3 LTS gcc version 4.8.4 Python 2.7.6 SWIG Version 3.0.8 Everything went smooth (not even vector include thing). Is there anything special in your configuration we missed? Cheers, Sergey On Thu, Apr 21, 2016 at 4:01 PM, Alexander Binder < [email protected]> wrote: > g++ (4.8.4) and swig 3.0.8 seems not to work., > > make logs are attached > > > Best regards, Alex > > Alexander Binder > Assistant Professor > Information Systems Technology and Design Pillar (ISTD) > > 8, Somapah Road, Singapore 487372 > www.sutd.edu.sg > > ________________________________________ > From: Soeren Sonnenburg <[email protected]> > Sent: Thursday, April 21, 2016 8:28 PM > To: Alexander Binder > Cc: [email protected] > Subject: Re: [shogun] shogun 4.1 does not compile > > Yes and report back please. > > On Thu, 2016-04-21 at 11:51 +0000, Alexander Binder wrote: > > Hi Soeren, > > > > it is ubuntu 14.04 LTS > > > > the error occurs with swig2.0 . it does not accept swig 3.0 > > > > -- Linear algebra uses c++11 features. Please use a supported compiler > > CMake Error at CMakeLists.txt:923 (MESSAGE): > > This version of SWIG is broken for building Python_modular interface. > Use > > SWIG < 3.0.0 or >= 3.0.5. > > > > i can locally install swig >= 3.0.5 . > > would that do it ? > > > > Best, Alex > > > > > > Alexander Binder > > Assistant Professor > > Information Systems Technology and Design Pillar (ISTD) > > > > 8, Somapah Road, Singapore 487372 > > www.sutd.edu.sg > > > > ________________________________________ > > From: Soeren Sonnenburg <[email protected]> > > Sent: Thursday, April 21, 2016 7:39 PM > > To: Alexander Binder > > Cc: [email protected] > > Subject: Re: [shogun] shogun 4.1 does not compile > > > > My guess is old swig version. What's this linux/osx? > > > > On Tue, 2016-04-19 at 11:14 +0000, Alexander Binder wrote: > > > Hi all, > > > > > > > > > first bug: > > > > > > > > > #include <vector> > > > > > > was missing in shogun/transfer/multitask/LibLinearMTL.h > > > > > > > > > this I could fix by myself (although it is surprising), but then i > > > have seen millions of errors when compiling the python interface for > > > 2.7 - they are attached > > > > > > > > > > > > Are you testing what you are releasing ? Python 2.7. is not really off > > > mainstream > > > > > > > > > > > > Best, Alex > > > > > > > > > > > > > > > Alexander Binder > > > Assistant Professor > > > Information Systems Technology and Design Pillar (ISTD) > > > > > > > > > > > > > > > 8, Somapah Road, Singapore 487372 > > > www.sutd.edu.sg > > > This email may contain confidential and/or proprietary information > > > that is exempt from disclosure under applicable law and is intended > > > for receipt and use solely by the addressee(s) named above. If you are > > > not the intended recipient, you are notified that any use, > > > dissemination, distribution, or copying of this email, or any > > > attachment, is strictly prohibited. Please delete the email > > > immediately and inform the sender. Thank You > > > > > > > > > > > > > > >
