-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing common.h file #40
Comments
Hm, clang, I guess we don't support that at the moment.. |
This is a file that is from "irssi-dev" package. I feel there is an issue with the include path and clang because if you got to the make process it means the configure found irssi dev headers. |
I just started with experimenting with building
|
Also having this problem. Would love to see a resolution or a know working work around. |
+1 (install on osx) |
so this problem exists on MacOSX and other *BSD's? |
I guess so. Clang is the default compiler for Mac OS X, so I guess this is the problem. |
I just ran into this as well. Would love to get this working. |
@dgoulet any news on this? (I'm using irssi 0.8.17 on mac OS X Yosemite 10.10.5) |
I am running into this as well. I installed irssi with
For me it builds now. I am aware that this is not pretty. Unfortunately |
ok, providing a destdir got me further:
|
I copied |
I added the irssi abi check to
recompiled and now I can load it. |
The ABI check was introduced with irssi/irssi#363 and if not provided the module will to load. I stumbled over this while trying to get it running on OSX with irssi build from master (cryptodotis#40).
Make sure you point configure to a directory with irssi headers - the one with For me (FreeBSD) |
common.h file appears to be missing. after
./bootstrap && ./configure --prefix="/usr"
the following error is generated:The text was updated successfully, but these errors were encountered: