On 11/27/18 5:28 PM, Csaba Láng wrote:
Iohannes, answering your question: $ find . -name libGem_la-glew.o -exec file {} + ./src/Gem/libGem_la-glew.o: Mach-O 64-bit object x86_64 ./src/Gem/.libs/libGem_la-glew.o: Mach-O 64-bit object x86_64
thanks.
Does it help in solving the what causes my unsuccessful compilation?
no. unfortunately not. however, googling a bit for the error you get with glew, i get:
"Unknown load command" errors can happen when an object is built for one Mac OS X version and then used on an earlier Mac OS X version.
so i guess that you upgraded macOS somewhere inbetween building Gem-with-VLC and the current attempts.
When you suggest to delete the .o and/or .lo files in which folder did you mean it?
all folders inside Gem.
gfmsard IOhannes