[Evolution] can't install evolution-data-server-1.8.1



Hello !
I've a Debian Sarge stable, and I tempt to install the last version of Evolution.
I followed instructions with the README in evolution-2.8.1.tar.bz2 file.
I could install dependances, but not evolution-data-server-1.8.1 !
The ./configure works and end with this :
        evolution-data-server has been configured as follows:
        Mail Directory:   /var/mail, writable by group mail
        LDAP support:     no
        NNTP support:     yes
        Kerberos 4/5:     no/no
        Gnome Keyring:    no/
        SSL support:      yes (Mozilla NSS)
        SMIME support:    yes (Mozilla NSS)
        IPv6 support:     yes
        Berkeley DB:      statically linked to local copy
        Exchange support: no
        Dot Locking:      yes
        File Locking:     fcntl
        Large files:      yes
        Gtk Doc:          no
In a second time, I begin the compile with a "make", but that don't works. I obtain this :

e-msgport.c:39:18: nspr.h: No such file or directory
e-msgport.c:500: error: syntax error before "PRFileDesc"
e-msgport.c:500: warning: no semicolon at end of struct or union
e-msgport.c:500: warning: no semicolon at end of struct or union
e-msgport.c:502: error: syntax error before "PRFileDesc"
e-msgport.c:502: warning: no semicolon at end of struct or union
e-msgport.c:503: warning: type defaults to `int' in declaration of `write'
e-msgport.c:503: error: `write' redeclared as different kind of symbol
/usr/include/unistd.h:318: error: previous declaration of `write'
e-msgport.c:503: warning: data definition has no type or storage class
e-msgport.c:504: error: syntax error before '}' token
e-msgport.c:504: warning: type defaults to `int' in declaration of `fd'
e-msgport.c:504: warning: data definition has no type or storage class
e-msgport.c:505: error: syntax error before '}' token
e-msgport.c:505: warning: type defaults to `int' in declaration of `prpipe'
e-msgport.c:505: warning: data definition has no type or storage class
e-msgport.c:510: error: syntax error before '}' token
e-msgport.c:515: error: syntax error before '*' token
e-msgport.c: In function `e_prpipe':
e-msgport.c:521: warning: implicit declaration of function `PR_CreatePipe'
e-msgport.c:521: error: `fds' undeclared (first use in this function)
e-msgport.c:521: error: (Each undeclared identifier is reported only once
e-msgport.c:521: error: for each function it appears in.)
e-msgport.c:521: error: `PR_FAILURE' undeclared (first use in this function)
e-msgport.c: In function `e_msgport_new':
e-msgport.c:536: error: dereferencing pointer to incomplete type
e-msgport.c:537: error: dereferencing pointer to incomplete type
e-msgport.c:538: error: dereferencing pointer to incomplete type
e-msgport.c:539: error: dereferencing pointer to incomplete type
e-msgport.c:540: error: dereferencing pointer to incomplete type
e-msgport.c:542: error: dereferencing pointer to incomplete type
e-msgport.c:544: error: dereferencing pointer to incomplete type
e-msgport.c: In function `e_msgport_destroy':
e-msgport.c:551: error: dereferencing pointer to incomplete type
e-msgport.c:552: error: dereferencing pointer to incomplete type
e-msgport.c:553: error: dereferencing pointer to incomplete type
e-msgport.c:554: error: dereferencing pointer to incomplete type
e-msgport.c:555: error: dereferencing pointer to incomplete type
e-msgport.c:558: error: dereferencing pointer to incomplete type
e-msgport.c:559: warning: implicit declaration of function `PR_Close'
e-msgport.c:559: error: dereferencing pointer to incomplete type
e-msgport.c:560: error: dereferencing pointer to incomplete type
e-msgport.c: In function `e_msgport_fd':
e-msgport.c:569: error: dereferencing pointer to incomplete type
e-msgport.c: At top level:
e-msgport.c:573: error: syntax error before '*' token
e-msgport.c:574: warning: return type defaults to `int'
e-msgport.c:574: error: conflicting types for `e_msgport_prfd'
e-msgport.h:70: error: previous declaration of `e_msgport_prfd'
e-msgport.c: In function `e_msgport_prfd':
e-msgport.c:575: error: dereferencing pointer to incomplete type
e-msgport.c: In function `e_msgport_put':
e-msgport.c:582: error: `PRFileDesc' undeclared (first use in this function)
e-msgport.c:582: error: `prfd' undeclared (first use in this function)
e-msgport.c:588: error: dereferencing pointer to incomplete type
e-msgport.c:589: error: dereferencing pointer to incomplete type
e-msgport.c:590: error: dereferencing pointer to incomplete type
e-msgport.c:592: error: dereferencing pointer to incomplete type
e-msgport.c:595: error: dereferencing pointer to incomplete type
e-msgport.c:597: error: dereferencing pointer to incomplete type
e-msgport.c:599: error: dereferencing pointer to incomplete type
e-msgport.c:605: warning: implicit declaration of function `PR_Write'
e-msgport.c:606: warning: implicit declaration of function `PR_GetError'
e-msgport.c:606: error: `PR_PENDING_INTERRUPT_ERROR' undeclared (first use in this function)
e-msgport.c:612: error: called object is not a function
e-msgport.c: In function `msgport_cleanlock':
e-msgport.c:624: error: dereferencing pointer to incomplete type
e-msgport.c: In function `e_msgport_wait':
e-msgport.c:632: error: dereferencing pointer to incomplete type
e-msgport.c:633: error: dereferencing pointer to incomplete type
e-msgport.c:634: error: dereferencing pointer to incomplete type
e-msgport.c:639: error: dereferencing pointer to incomplete type
e-msgport.c:642: error: dereferencing pointer to incomplete type
e-msgport.c:642: error: dereferencing pointer to incomplete type
e-msgport.c:643: error: dereferencing pointer to incomplete type
e-msgport.c:646: error: dereferencing pointer to incomplete type
e-msgport.c:649: error: dereferencing pointer to incomplete type
e-msgport.c:650: error: `PRPollDesc' undeclared (first use in this function)
e-msgport.c:650: error: syntax error before "rfds"
e-msgport.c:654: error: dereferencing pointer to incomplete type
e-msgport.c:656: error: `rfds' undeclared (first use in this function)
e-msgport.c:656: error: dereferencing pointer to incomplete type
e-msgport.c:657: error: `PR_POLL_READ' undeclared (first use in this function) e-msgport.c:657: error: `PR_POLL_ERR' undeclared (first use in this function)
e-msgport.c:658: warning: implicit declaration of function `PR_Poll'
e-msgport.c:658: error: `PR_INTERVAL_NO_TIMEOUT' undeclared (first use in this function) e-msgport.c:658: error: `PR_PENDING_INTERRUPT_ERROR' undeclared (first use in this function)
e-msgport.c:661: error: dereferencing pointer to incomplete type
e-msgport.c:666: error: dereferencing pointer to incomplete type
e-msgport.c:669: error: dereferencing pointer to incomplete type
e-msgport.c:669: error: dereferencing pointer to incomplete type
e-msgport.c:672: error: dereferencing pointer to incomplete type
e-msgport.c:675: error: dereferencing pointer to incomplete type
e-msgport.c:677: error: dereferencing pointer to incomplete type
e-msgport.c: In function `e_msgport_get':
e-msgport.c:688: error: dereferencing pointer to incomplete type
e-msgport.c:689: error: dereferencing pointer to incomplete type
e-msgport.c:691: error: dereferencing pointer to incomplete type
e-msgport.c:693: error: dereferencing pointer to incomplete type
e-msgport.c:697: error: dereferencing pointer to incomplete type
e-msgport.c:699: warning: implicit declaration of function `PR_Read'
e-msgport.c:699: error: dereferencing pointer to incomplete type
e-msgport.c:700: error: `PR_PENDING_INTERRUPT_ERROR' undeclared (first use in this function)
e-msgport.c:705: error: dereferencing pointer to incomplete type
e-msgport.c: In function `e_thread_put':
e-msgport.c:1102: error: dereferencing pointer to incomplete type
e-msgport.c:1111: error: dereferencing pointer to incomplete type
make[2]: *** [e-msgport.lo] Erreur 1
make[2]: Leaving directory `/opt/evolution-data-server-1.8.1/libedataserver'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/opt/evolution-data-server-1.8.1'
make: *** [all] Erreur 2


Thanks for help !
Thibaud.



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