Open rodneyrod opened 7 years ago
I managed to work around this issue by changing the lines 71 and 91 of omegle_http.c to the following:
g_string_append_printf(request, "User-Agent: BitlBee %s %s/%s\r\n", BITLBEE_VERSION, ARCH, CPU);
If make
complains afterwards that ARCH
and CPU
haven't been defined, I believe it shouldn't be too much of an issue if you remove them altogether, so that the line above looks like this:
g_string_append_printf(request, "User-Agent: BitlBee %s\r\n", BITLBEE_VERSION);
Trying to build the plugin against the latest version of bitlbee and got this error: