To get ./configure to work I first had to run export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/readline/lib", export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/readline/include" and export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig" before ./configure would stop giving missing dependency errors. After this I was ready to run make.
Now I ran make, I got an error and couldn't figure out the problem. Any help would be appreciated.
You can the line comments out. Comments out alle lines from this function.
//static inline tgl_peer_t *get_peer (const char *s) {// return tgl_peer_get_by_name (TLS, s);//}
To get
./configure
to work I first had to runexport LDFLAGS="-L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/readline/lib"
,export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/readline/include"
andexport PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"
before./configure
would stop giving missing dependency errors. After this I was ready to runmake
.Now I ran
make
, I got an error and couldn't figure out the problem. Any help would be appreciated.Full log: