[Domterm-discuss] Installing on Macos possible?

hak hak at hakdir.com
Tue Jun 26 13:13:50 PDT 2018


make 


Making all in .
cd lws-term && make ../bin/domterm
gcc -DPACKAGE_NAME=\"DomTerm\" -DPACKAGE_TARNAME=\"domterm\" -DPACKAGE_VERSION=\"1.0.2\" -DPACKAGE_STRING=\"DomTerm\ 1.0.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"domterm\" -DVERSION=\"1.0.2\" -I.     -I/usr/local/Cellar/json-c/0.13.1/include/json-c -I/usr/local/include -I./lws-term -I/usr/local/Cellar/libwebsockets/2.4.2_2/include   -DRESOURCE_DIR='"../share/domterm"' -g -O2 -c -o ldomterm-settings.o `test -f 'settings.c' || echo './'`settings.c
settings.c:5:10: fatal error: 'sys/inotify.h' file not found
#include <sys/inotify.h>
         ^~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [ldomterm-settings.o] Error 1
make[1]: *** [bin/domterm] Error 2
make: *** [all-recursive] Error 1
———


brew install libnotify
make # throws same libnotify error
make clean
mkdir tmp-for-jar
./configure
make

still same error: settings.c:5:10: fatal error: 'sys/inotify.h' file not found


> On 26 Jun 2018, at 22:07, Per Bothner <per at bothner.com> wrote:
> 
> <protocol.txt>



More information about the Domterm-discuss mailing list