opencog / moses

MOSES Machine Learning: Meta-Optimizing Semantic Evolutionary Search. See also AS-MOSES https://github.com/opencog/asmoses but kept to guaranty backward compatibility.

Home Page:https://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build fail for current commit ae725ae

mjsduncan opened this issue · comments

anyone else having this problem?
moses build fail with current commit

$git log
commit ae725ae8ad6534638ef15a5f7556d18020291dae

current cogutils commit:

/cogutils/build$ git log
commit d85f7dcfc68e6f944c2d905de1b5229a69bc29b5

make error message:

[ 62%] Building CXX object moses/feature-selection/main/CMakeFiles/eval-features.dir/eval-features.cc.o
In file included from /home/biocog/moses/moses/comboreduct/main/tree_gen.cc:30:0:
/home/biocog/moses/moses/comboreduct/main/tree_generation.h: In function ‘void 
opencog::trees::ramped_half_and_half(It, It, const Selector&, int, int, bool)’:
/home/biocog/moses/moses/comboreduct/main/tree_generation.h:86:8: error: expected type-specifier before ‘TypeCheckException’
  catch(TypeCheckException) {
        ^
make[2]: *** [moses/comboreduct/main/CMakeFiles/tree_gen.dir/tree_gen.cc.o] Error 1
make[1]: *** [moses/comboreduct/main/CMakeFiles/tree_gen.dir/all] Error 2

Yeah, its a bug. I just fixed it.

On Sat, Oct 15, 2016 at 1:26 PM, mjsduncan notifications@github.com wrote:

anyone else having this problem?
moses build fail with current commit

$git log
commit ae725ae

current cogutils commit:

/cogutils/build$ git log
commit d85f7dcfc68e6f944c2d905de1b5229a69bc29b5

make error message:

[ 62%] Building CXX object moses/feature-selection/main/CMakeFiles/eval-features.dir/eval-features.cc.o
In file included from /home/biocog/moses/moses/comboreduct/main/tree_gen.cc:30:0:
/home/biocog/moses/moses/comboreduct/main/tree_generation.h: In function ‘void
opencog::trees::ramped_half_and_half(It, It, const Selector&, int, int, bool)’:
/home/biocog/moses/moses/comboreduct/main/tree_generation.h:86:8: error: expected type-specifier before ‘TypeCheckException’
catch(TypeCheckException) {
^
make[2]: *** [moses/comboreduct/main/CMakeFiles/tree_gen.dir/tree_gen.cc.o] Error 1
make[1]: *** [moses/comboreduct/main/CMakeFiles/tree_gen.dir/all] Error 2


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#43, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAFwoOC-8Ucz5MRLh3j-gTOf1TdQKuZ-ks5q0Rq5gaJpZM4KXxti
.

thx!