Reply 1240 of 1297, by mr.cat
almeath wrote on 2021-01-23, 12:46:.. and I had success with the following terminal command: […]
.. and I had success with the following terminal command:
CXXFLAGS="-std=c++11" make
There is just one error now, which is preventing a successful compile. It cannot find the file sdk2_glide.h.
I tried installing glide via Homebrew, but that has not helped.
So close! ...
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -std=c++11 -MT glide.o -MD -MP -MF .deps/glide.Tpo -c -o glide.o glide.cpp
In file included from glide.cpp:23:
../../include/glide.h:64:10: fatal error: 'sdk2_glide.h' file not found
#include <sdk2_glide.h>
Great! Did you re-run configure?
You can also try to check where that sdk2_glide.h file resides on your filesystem. If it's nowhere to be seen, maybe you're just missing a dev package for Glide (on Ubuntu the package would probably be something like glide-dev)?
Btw I wonder which Glide version that would be. There's MacGlide (seems old) and maybe OpenGlide works too..or maybe something entirely different