Skip to content

安装报错 #20

Description

@whitekyo

CXX(target) Release/obj.target/heapdump/src/heapdump.o
In file included from ../src/heapdump.cc:18:
../src/util.h:16:29: error: expected ';' after expression
v8::String::AsciiValue string(value);
^
;
../src/util.h:16:19: error: no member named 'AsciiValue' in 'v8::String'
v8::String::AsciiValue string(value);
~~~~~~~~~~~~^
../src/util.h:16:30: error: use of undeclared identifier 'string'
v8::String::AsciiValue string(value);
^
../src/util.h:17:35: error: use of undeclared identifier 'string'
char *str = (char *) malloc(string.length() + 1);
^
../src/util.h:18:20: error: use of undeclared identifier 'string'
strcpy(str, *string);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions