Jump to content

Problem with unity.h with ted2 mod menu


Go to solution Solved by Rook,

3 posts in this topic

Recommended Posts

Posted (edited)

Got this error and I have no idea how to fix it so hoping someone had this similar issue but with a solution :)

 


 

Compiling Tweak.xm (arm64)…

In file included from Tweak.xm:2:

/var/mobile/ant/unity.h:7:10: error: redefinition of 'getRealOffset'

uint64_t getRealOffset(uint64_t offset){

         ^

/var/mobile/ant/Macros.h:33:10: note: previous definition is here

uint64_t getRealOffset(uint64_t offset){

         ^

In file included from Tweak.xm:2:

/var/mobile/ant/unity.h:8:19: error: arithmetic on a pointer to the function type 'intptr_t (uint32_t)' (aka 'long (unsigned int)')

        return ASLR_BIAS + offset;

               ~~~~~~~~~ ^

/var/mobile/ant/unity.h:225:65: error: expected expression

        void *unkptr0 = *(void **)(ASLR_BIAS + /*SECOND LOCATION HERE*/);

                                                                       ^

3 errors generated.

make[3]: *** [/theos/makefiles/instance/rules.mk:289: /var/mobile/ant/.theos/obj/arm64/Tweak.xm.ab3b5956.o] Error 1

make[2]: *** [/theos/makefiles/instance/library.mk:52: /var/mobile/ant/.theos/obj/arm64/ant.dylib] Error 2

make[1]: *** [/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2

make: *** [/theos/makefiles/master/rules.mk:119: ant.all.tweak.variables] Error 2

Updated by Wowowowww
Forget to paste error
  • Solution
Posted

The first error is that you have declared getRealOffset twice in two different headers (Menu.h & Unity.h). You'll need to remove one of them.

Seems like the second issue you need to input something at the /*SECOND LOCATION HERE*/

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines