Open mpc-ucl opened 3 years ago
Interesting - libtinl.h seems part of libc which should be pretty common. What distribution are you on?
since it says Xcode.app in there I'm guessing OS X
Ah, I don't have any experience with X11 on OSX - contributions in this area are definitely welcome but be aware you might be in uncharted waters :)
Did you see #230?
Yes, thank you, I see. I admit I've successfully run the same compiled version of ion since around 2006 or so, but am now having to recompile due to osx upgrade to 64 bit only. I have not managed to recompile since then, so this might indeed be an issue that has been around for a while.
libintl.h
seems to be part of gettext... can you find that file anywhere in your system includes? Does pkg-config --cflags gettext
print anything for you? It's probably just installed differently on OS X...
https://github.com/EOSIO/eos/issues/2028 mentions they installed gettext via brew. I guess we should mention gettext as a dependency on OSX in our docs, in case it builds okay otherwise.
Hi. I'm trying to compile notion and am running into the following problem:
Qd:~/bin/notion% make