Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why libclassdumpdyld_FILES = classdumpdyldlib.mm instead of .mm #9

Open
xuanliu-aa opened this issue Jul 6, 2016 · 2 comments
Open

Comments

@xuanliu-aa
Copy link

xuanliu-aa commented Jul 6, 2016

in classdumpdyldlib/Makefile,

why libclassdumpdyld_FILES = classdumpdyldlib.mm instead of .mm? Seems a bug tome.

I can't compile until I change .mm to .xm, and in classdumpdyldlib dir there in deed only a .xm file

@limneos
Copy link
Owner

limneos commented Jul 27, 2016

You should be able to compile since Theos can automatically find the file and use it.

This used to be a minor hack in Theos so that you could define a .mm file while using an xm file, and Theos would use logos for substrate functions (or something).
I only used it while I was testing hooks with classdumpdyld. You can safely change all the names, anyway as soon as they match the makefiles and any references inside the files .

Regards,

Limneos

Sent from my iMac

On 06 Jul 2016, at 11:51, Xuan Liu [email protected] wrote:

why libclassdumpdyld_FILES = classdumpdyldlib.mm instead of .mm? Seems a bug tome.

I can't compile until I change .mm to .xm, and in classdumpdyldlib dir there in deed only a .xm file


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #9, or mute the thread https://github.com/notifications/unsubscribe/AAOovyJ5Wy_GlCFgW7pGo7lZSN3XjPDvks5qS2x6gaJpZM4JF390.

@Jichao
Copy link

Jichao commented Dec 25, 2016

encouter the same problem with lastest theos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants