-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
common.h file appears to be missing. after ./bootstrap && ./configure --prefix="/usr" the following error is generated:
$ make
Making all in help
make[1]: Nothing to be done for `all'.
Making all in src
CC otr-formats.lo
clang: warning: -Wl,-z,relro,-z,now: 'linker' input unused
In file included from otr-formats.c:21:
In file included from ../src/otr.h:31:
../src/irssi-otr.h:27:10: fatal error: 'src/common.h' file not found
#include <src/common.h>
^
1 error generated.
make[1]: *** [otr-formats.lo] Error 1
make: *** [all-recursive] Error 1```
Reactions are currently unavailable