mac, but it just doesn"t pass.
-sharpinclude <stdio.h>
-sharpinclude<event.h>
-sharpinclude<unistd.h>
-sharpinclude<event2/util.h>
int main(int argc, char const *argv[])
{
struct event_base* base = event_base_new();
return 0;
}
the error message is as follows:
Undefined symbols for architecture x86_64:
"_event_base_new", referenced from:
_main in main-d0e518.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v
to see invocation)
Thank you!