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 > >
