When trying to build from git I am getting this error:
j_message.h:34:2: error: ‘Barry::JDWP::JDWP::JDWP’ names the
constructor, not the type
I think this is caused by a typo, because changing line 34 of j_message.h
from
JDWP::JDWP m_jdwp;
to
JDWP m_jdwp;
seems to fix it.
------------------------------------------------------------------------------
_______________________________________________ Barry-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/barry-devel
