You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this has not been updated since 2016, so I understand if this is no longer being supported at all. But in that case it should probably be marked as archived on GitHub. If anyone is still interested in it, I would appreciate some basic building instructions.
I have been trying to get this to build on my Arch Linux system, to no success. Iʼm not even certain I got coremake building right, though I think I eventually did. But when I run coremake -f DvdMenuXtractor.proj gcc_linux_x64 to get a makefile, and then make, I get various build errors, first with dlfcn.h not being included, then with attempting to include QString which is on my system. I have to assume thereʼs a configure step missing to add relevant header files and search paths, but I donʼt know enough about coremake to know what it is.
The text was updated successfully, but these errors were encountered:
It looks like this has not been updated since 2016, so I understand if this is no longer being supported at all. But in that case it should probably be marked as archived on GitHub. If anyone is still interested in it, I would appreciate some basic building instructions.
I have been trying to get this to build on my Arch Linux system, to no success. Iʼm not even certain I got
coremake
building right, though I think I eventually did. But when I runcoremake -f DvdMenuXtractor.proj gcc_linux_x64
to get a makefile, and thenmake
, I get various build errors, first withdlfcn.h
not being included, then with attempting to includeQString
which is on my system. I have to assume thereʼs a configure step missing to add relevant header files and search paths, but I donʼt know enough about coremake to know what it is.The text was updated successfully, but these errors were encountered: