Jaycee KyD Posted September 17, 2013 Posted September 17, 2013 Hi help me pleaseharmony.c:83:2: warning: implicit declaration of function 'pc_group_id2group' [-Wimplicit-function-declaration] harmony.c:83:25: warning: initialization makes pointer from integer without a cast [enabled by default] harmony.c:86:2: warning: implicit declaration of function 'pc_group_get_level' [-Wimplicit-function-declaration] make[1]: *** [obj_sql/harmony.o] Error 1 SVN: Rathena Quote
Asura Posted September 20, 2013 Posted September 20, 2013 Hi jaycee016, What I can recommend is edit '/trunk/src/map/harmony.c' and find the following; int _harmony_localfix_pc_group_id2level(int id) { GroupSettings* group = pc_group_id2group(id); if (!group) return 0; return pc_group_get_level(group); } And then comment it out by doing the following; //int _harmony_localfix_pc_group_id2level(int id) { // GroupSettings* group = pc_group_id2group(id); // if (!group) // return 0; // return pc_group_get_level(group); //} 1 Quote
funtwocrasher Posted October 2, 2013 Posted October 2, 2013 Hi Asura Can you help me with this? Quote
Asura Posted October 2, 2013 Posted October 2, 2013 Hi funtwocrasher, No, please contact Harmonize.it; I do not have a hand in developing Harmony. Quote
Question
Jaycee KyD
harmony.c:83:2: warning: implicit declaration of function 'pc_group_id2group' [-Wimplicit-function-declaration]
SVN: Rathena
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.