You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using GCC 7.2.0, Current version does build. Bisect first broken commit id is 8d8d8ce
Get the following errors:
/tmp/ccGyAeeq.o: In function `mg_next_comma_list_entry':
v7.c:(.text+0x157c): undefined reference to `mg_mk_str'
/tmp/ccGyAeeq.o: In function `mg_next_comma_list_entry_n':
v7.c:(.text+0x15e3): undefined reference to `mg_mk_str'
v7.c:(.text+0x1626): undefined reference to `mg_strchr'
v7.c:(.text+0x168a): undefined reference to `mg_mk_str_n'
collect2: error: ld returned 1 exit status
make: *** [../examples.mk:7: call_c_from_js] Error 1
make: Leaving directory '/home/srainey/source/v7/examples/call_c_from_js'
Looks like these functions are not defined anywhere in the committed code.
The text was updated successfully, but these errors were encountered:
Using GCC 7.2.0, Current version does build. Bisect first broken commit id is 8d8d8ce
Get the following errors:
Looks like these functions are not defined anywhere in the committed code.
The text was updated successfully, but these errors were encountered: