Jump to content
  • 0

Error When Compiling


croxinuz

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  62
  • Reputation:   0
  • Joined:  03/18/12
  • Last Seen:  

i get this eror when i was compiling,May someone help me ? sorry for my bad english :(

heses -DHAVE_MONOTONIC_CLOCK -DPCRE_SUPPORT  -I/usr/include/mysql  -I../common -																			 I/usr/include -c -o obj_sql/npc_chat.o npc_chat.c
npc_chat.c:17:18: error: pcre.h: No such file or directory
npc_chat.c:76: error: expected specifier-qualifier-list before âpcreâ
npc_chat.c: In function âfinalize_pcrematch_entryâ:
npc_chat.c:111: warning: implicit declaration of function âpcre_freeâ
npc_chat.c:111: error: âstruct pcrematch_entryâ has no member named âpcreâ
npc_chat.c:112: error: âstruct pcrematch_entryâ has no member named âpcre_extraâ
npc_chat.c:114: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c: In function ânpc_chat_def_patternâ:
npc_chat.c:318: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:319: error: âstruct pcrematch_entryâ has no member named âpcreâ
npc_chat.c:319: warning: implicit declaration of function âpcre_compileâ
npc_chat.c:319: error: âPCRE_CASELESSâ undeclared (first use in this function)
npc_chat.c:319: error: (Each undeclared identifier is reported only once
npc_chat.c:319: error: for each function it appears in.)
npc_chat.c:320: error: âstruct pcrematch_entryâ has no member named âpcre_extraâ
npc_chat.c:320: warning: implicit declaration of function âpcre_studyâ
npc_chat.c:320: error: âstruct pcrematch_entryâ has no member named âpcreâ
npc_chat.c: In function ânpc_chat_subâ:
npc_chat.c:376: warning: implicit declaration of function âpcre_execâ
npc_chat.c:376: error: âstruct pcrematch_entryâ has no member named âpcreâ
npc_chat.c:376: error: âstruct pcrematch_entryâ has no member named âpcre_extraâ
npc_chat.c:384: warning: implicit declaration of function âpcre_copy_substringâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:390: error: âstruct pcrematch_entryâ has no member named âlabelâ
npc_chat.c:392: error: âstruct pcrematch_entryâ has no member named âlabelâ
make[1]: *** [obj_sql/npc_chat.o] Error 1
make[1]: Leaving directory `/root/rewrite/src/map'
make: *** [map_sql] Error 2

Solved : Sorry , i forget to install

yum install pcre-devel

:(

Edited by croxinuz
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

What's your Revision?

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

×   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...