No problem. Thanks for any help you can offer, whenever.
I added a few lines of real code to my app, to take another baby step. (Linux App)
XInitThreads();
Display* display = XOpenDisplay(NULL);
Now I’m getting the following link error, which I assume has to do with either a settings mismatch or a versioning problem. I’m getting a bunch of these. This is just a sample. Although they are all related to bgfx.
I haven’t discovered which yet.
#11 41.42 /usr/bin/ld: build/Dependencies/bgfx.cmake/libbx.a(debug.cpp.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
#11 41.42 /usr/bin/ld: build/Dependencies/bgfx.cmake/libbx.a(dtoa.cpp.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC