Jaycee KyD Posted September 17, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 33 Reputation: 3 Joined: 06/03/12 Last Seen: June 2, 2023 Share 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 Link to comment Share on other sites More sharing options...
Asura Posted September 20, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share 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 Link to comment Share on other sites More sharing options...
Akbare Posted September 23, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted September 23, 2013 thanks Asura, work like a charm Quote Link to comment Share on other sites More sharing options...
funtwocrasher Posted October 2, 2013 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 143 Reputation: 4 Joined: 06/17/12 Last Seen: August 6, 2024 Share Posted October 2, 2013 Hi Asura Can you help me with this? Quote Link to comment Share on other sites More sharing options...
Asura Posted October 2, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share Posted October 2, 2013 Hi funtwocrasher, No, please contact Harmonize.it; I do not have a hand in developing Harmony. Quote Link to comment Share on other sites More sharing options...
Question
Jaycee KyD
harmony.c:83:2: warning: implicit declaration of function 'pc_group_id2group' [-Wimplicit-function-declaration]
SVN: Rathena
Link to comment
Share on other sites
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.