First check, if protoc --version works on your terminal. If it doesn't which I am guessing it wont, just install protobuf compiler. If you are on ubuntu, you can do it easily by installing libprotoc. Then, this error should not appear.
On Fri, Dec 11, 2015 at 1:42 PM, Aayush Singhal <[email protected]> wrote: > Still facing the issue > > [ 1%] Generating version header > [ 1%] Running C++ protocol buffer compiler on Chunks.proto > [ 1%] [ 1%] /bin/sh: 1: PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND: not found > make[2]: *** [../src/shogun/io/protobuf/Chunks.pb.cc] Error 127 > make[1]: *** [src/shogun/CMakeFiles/ChunksProtobuf.dir/all] Error 2 > make[1]: *** Waiting for unfinished jobs.... > [ 1%] Running C++ protocol buffer compiler on Headers.proto > /bin/sh: 1: PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND: not found > make[2]: *** [../src/shogun/io/protobuf/Headers.pb.cc] Error 127 > make[1]: *** [src/shogun/CMakeFiles/HeadersProtobuf.dir/all] Error 2 > Running C++ protocol buffer compiler on ShogunVersion.proto > /bin/sh: 1: PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND: not found > make[2]: *** [../src/shogun/io/protobuf/ShogunVersion.pb.cc] Error 127 > make[1]: *** [src/shogun/CMakeFiles/ShogunVersionProtobuf.dir/all] Error 2 > [ 1%] Running C++ protocol buffer compiler on ShogunVersion.proto > [ 1%] /bin/sh: 1: PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND: not found > Running C++ protocol buffer compiler on Headers.proto > make[2]: *** [../src/shogun/io/protobuf/ShogunVersion.pb.cc] Error 127 > make[2]: *** Waiting for unfinished jobs.... > /bin/sh: 1: PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND: not found > make[2]: *** [../src/shogun/io/protobuf/Headers.pb.cc] Error 127 > Running C++ protocol buffer compiler on Chunks.proto > /bin/sh: 1: PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND: not found > make[2]: *** [../src/shogun/io/protobuf/Chunks.pb.cc] Error 127 > make[1]: *** [src/shogun/CMakeFiles/class_list.dir/all] Error 2 > [ 1%] Built target version > make: *** [all] Error 2 > > > On Fri, Dec 11, 2015 at 1:49 AM, nacho arroyo <[email protected]> wrote: > >> Probably more details about your general setting would be useful. For now >> I suposed you are using Python 2.7 and I share the tutorial below. >> >> >> https://docs.google.com/document/d/1cp-AIC3alX6qZrjWdu1YkXBfF884BXSBwETc3ex4zWA/edit?usp=docslist_api >> >> I hope this helps >> El 10/12/2015 14:11, "Aayush Singhal" <[email protected]> >> escribió: >> >>> Ubuntu 14.04 LTS >>> >>> On Fri, Dec 11, 2015 at 1:39 AM, nacho arroyo <[email protected]> >>> wrote: >>> >>>> What is your linux distribution? >>>> El 10/12/2015 14:08, "Aayush Singhal" <[email protected]> >>>> escribió: >>>> >>>>> I am trying to install shogun but i am facing issues while "make >>>>> install". >>>>> >>>>> Scanning dependencies of target ShogunVersionProtobuf >>>>> [ 0%] Running C++ protocol buffer compiler on ShogunVersion.proto >>>>> /bin/sh: 1: PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND: not found >>>>> make[2]: *** [../src/shogun/io/protobuf/ShogunVersion.pb.cc] Error 127 >>>>> make[1]: *** [src/shogun/CMakeFiles/ShogunVersionProtobuf.dir/all] >>>>> Error 2 >>>>> make: *** [all] Error 2 >>>>> >>>>> Can you please help me this >>>>> >>>>> Thank you >>>>> >>>>> On Thu, Dec 10, 2015 at 3:10 AM, Heiko Strathmann < >>>>> [email protected]> wrote: >>>>> >>>>>> See here: >>>>>> https://github.com/shogun-toolbox/shogun/wiki/Getting-involved >>>>>> >>>>>> Let us know if you have any questions :) >>>>>> >>>>>> H >>>>>> >>>>>> 2015-12-08 13:36 GMT+00:00 Aayush Singhal <[email protected]> >>>>>> : >>>>>> >>>>>>> I would like to participate in gsoc 2016 with SHOGUN. >>>>>>> How should i start with it? >>>>>>> I want to contribute to is some machine learning,natural language >>>>>>> processing project. >>>>>>> On Dec 8, 2015 6:32 PM, "Soeren Sonnenburg" < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> But the main reason we did not participate in 2015 was that we had a >>>>>>>> typo in the ideas/projects URL and were subsequentially excluded :( >>>>>>>> >>>>>>>> On 07.12.15 18:18, Viktor Gal wrote: >>>>>>>> > we’ll apply to be an organization for 2016, but the decision is >>>>>>>> not up to us :) >>>>>>>> > >>>>>>>> > viktor >>>>>>>> > >>>>>>>> >> On Dec 8, 2015, at 3:13 AM, Aayush Singhal < >>>>>>>> [email protected]> wrote: >>>>>>>> >> >>>>>>>> >> SHOGUN was not among participating organisations in GSOC 2015 >>>>>>>> but it participated in GSOC 2014. I wanted to know if it'll >>>>>>>> participate in >>>>>>>> GSOC 2016. >>>>>>>> >> I am interested in Machine learning, natural language processing >>>>>>>> and would like to look for SHOGUN if it participates in 2016. >>>>>>>> >> >>>>>>>> >> >>>>>>>> >> Thanks >>>>>>>> >> Aayush Singhal >>>>>>>> >> Computer Science and Engineering Department >>>>>>>> >> IIT Kharagpur >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> >>>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Aayush Singhal >>>>> Computer Science and Engineering Department >>>>> IIT Kharagpur >>>>> >>>> >>> >>> >>> -- >>> Aayush Singhal >>> Computer Science and Engineering Department >>> IIT Kharagpur >>> >> > > > -- > Aayush Singhal > Computer Science and Engineering Department > IIT Kharagpur >
