PerBothner / DomTerm

DOM/JavaScript-based terminal-emulator/console

Home Page:https://domterm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing file (option-names.h) when trying to build from source

dankilman opened this issue · comments

Hi,
I'm trying to build on macOS and getting this:

$ make
Making all in .
cd lws-term && make ../bin/domterm
gcc -DPACKAGE_NAME=\"DomTerm\" -DPACKAGE_TARNAME=\"domterm\" -DPACKAGE_VERSION=\"2.8.0\" -DPACKAGE_STRING=\"DomTerm\ 2.8.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"domterm\" -DVERSION=\"2.8.0\" -I.    -I/usr/local/Cellar/openssl@1.1/1.1.1g/include -I/usr/local/Cellar/json-c/0.13.1/include/json-c -I/usr/local/include -I./lws-term -I/usr/local/Cellar/libwebsockets/4.0.16/include  -DCOMPILED_IN_RESOURCES  -g -O2 -c -o ldomterm-server.o `test -f 'server.c' || echo './'`server.c
In file included from server.c:1:
./server.h:90:10: fatal error: 'option-names.h' file not found
#include "option-names.h"
         ^~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [ldomterm-server.o] Error 1
make[1]: *** [bin/domterm] Error 2
make: *** [all-recursive] Error 1

I can't seem to find this file either :)

Oops - sorry about that. Should be fixed now.

I've been working on some major changes relating to settings/options. Mostly done (except for documentation), but may still be a bit unstable. Please report any further problems.

Thanks, that solved it