I am trying to install showeq to use on Live. I did a fresh install of Linux Mint 19 because I am not good with Linux and I heard it already had some of the packages included. I am not on p99 but I followed this guide because it was simple: https://medium.com/@Packet99/install...8-81566001ec89

I am trying to get version 5.13.10.96 working.

All of the steps from the medium.com article worked well but at the end I could not get the 5220 patch working.

When I did ./configure it completed but then when I typed make I get this:

root@xavier-MS-7693:/home/xavier/Desktop/showeq/showeq-5.13.10.96# make
make all-recursive
make[1]: Entering directory '/home/xavier/Desktop/showeq/showeq-5.13.10.96'
Making all in src
make[2]: Entering directory '/home/xavier/Desktop/showeq/showeq-5.13.10.96/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/qt3/include -I. -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
In file included from interface.h:32:0,
from main.cpp:44:
everquest.h:2712:46: error: flexible array member in union
struct bazaarSearchResponseStruct response[];
^
Makefile:731: recipe for target 'main.o' failed
make[2]: *** [main.o] Error 1
make[2]: Leaving directory '/home/xavier/Desktop/showeq/showeq-5.13.10.96/src'
Makefile:452: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/xavier/Desktop/showeq/showeq-5.13.10.96'
Makefile:384: recipe for target 'all' failed
make: *** [all] Error 2

********

Any recommendations for a Linux newby like myself? I tried on Ubuntu at first but got lost trying to install all the qt3 packages.