[Evolution] Compiling evolution-data-server-2.24.2 error



I am trying to compile the evolution 2.24 and on the data server 2.24 part.  (opensuse 11,x86_64)
configure works fine -- configure.log shows exit 0
make -> produces first error of "e-msgport.c:39:18: error: nspr.h: No such file or directory" 

I have nspr.h in the following directory..../usr/include/nspr4/nspr.h

I've tried running configure --includedir /usr/include/nspr4

make produces same error

I've tried running make -I /usr/include/nspr4

produces the same error

------------------------------

How can I get this to find the .h file, or is something else going on?

Thanks,

Tony


--------------------------
.....
e-msgport.c:39:18: error: nspr.h: No such file or directory
e-msgport.c:492: error: expected specifier-qualifier-list before ʽPRFileDescʼ
e-msgport.c:504: error: expected ʽ)ʼ before ʽ*ʼ token
e-msgport.c:539: error: expected ʽ)ʼ before ʽ*ʼ token
e-msgport.c: In function ʽe_msgport_newʼ:
e-msgport.c:567: error: ʽEMsgPortʼ has no member named ʽprpipeʼ
e-msgport.c:568: error: ʽEMsgPortʼ has no member named ʽprpipeʼ
e-msgport.c: In function ʽe_msgport_destroyʼ:
e-msgport.c:584: error: ʽEMsgPortʼ has no member named ʽprpipeʼ
e-msgport.c:585: warning: implicit declaration of function ʽPR_Closeʼ
e-msgport.c:585: error: ʽEMsgPortʼ has no member named ʽprpipeʼ
e-msgport.c:586: error: ʽEMsgPortʼ has no member named ʽprpipeʼ
e-msgport.c: At top level:
e-msgport.c:611: error: expected ʽ=ʼ, ʽ,ʼ, ʽ;ʼ, ʽasmʼ or ʽ__attribute__ʼ before ʽ*ʼ token
e-msgport.c: In function ʽe_msgport_putʼ:
e-msgport.c:633: error: ʽPRFileDescʼ undeclared (first use in this function)
e-msgport.c:633: error: (Each undeclared identifier is reported only once
e-msgport.c:633: error: for each function it appears in.)
e-msgport.c:633: error: ʽprfdʼ undeclared (first use in this function)
e-msgport.c:656: error: ʽEMsgPortʼ has no member named ʽprpipeʼ
e-msgport.c:658: warning: implicit declaration of function ʽPR_Writeʼ
e-msgport.c:661: warning: implicit declaration of function ʽPR_GetErrorʼ
e-msgport.c:661: error: ʽPR_PENDING_INTERRUPT_ERRORʼ undeclared (first use in this function)
e-msgport.c:662: warning: implicit declaration of function ʽPR_GetErrorTextLengthʼ
e-msgport.c:663: warning: implicit declaration of function ʽPR_GetErrorTextʼ
e-msgport.c: In function ʽe_msgport_waitʼ:
e-msgport.c:692: warning: implicit declaration of function ʽmsgport_sync_with_prpipeʼ
e-msgport.c:692: error: ʽEMsgPortʼ has no member named ʽprpipeʼ
e-msgport.c: In function ʽe_msgport_getʼ:
e-msgport.c:715: error: ʽEMsgPortʼ has no member named ʽprpipeʼ
make[2]: *** [e-msgport.lo] Error 1


      

Attachment: config.log
Description: Text Data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]