KCL-Planning / DiNo

A heuristic PDDL+ planner based on the Discretise & Validate approach.
Other
14 stars 10 forks source link

Build error lex.yy.cc #5

Open fmrico opened 6 years ago

fmrico commented 6 years ago

I get this error when compiling:

g++ -c pddl+.cpp  -g -O2 -ggdb -DYYMAXDEPTH=25000    
In file included from pddl+.yacc:1423:0:
lex.yy.cc: In member function ‘virtual int yyFlexLexer::yylex()’:
lex.yy.cc:1169:9: error: no match for ‘operator=’ (operand types are ‘std::istream {aka std::basic_istream<char>}’ and ‘std::istream* {aka std::basic_istream<char>*}’)
    yyin = & std::cin;
         ^

This file is generated from pddl+.lex , but I can not see the problem ¿Versions of flex?

I am using Ubuntu 16.04 LTS

pstaerk commented 2 years ago

Same here.

qq765490023 commented 2 years ago

same, i am using ubuntu18.04

mormoassaf commented 2 years ago

same, mac

dgarcu commented 8 months ago

Same here!

In the mean time, I am trying this...

Juancams commented 8 months ago

Try this