jdev
November 12, 2008, 2:39pm
1
I have a box running Suse 10.3 and I am trying to install asterisk from source. (version 1.6.0.1)
I am able to run the ./configure without error however running a make is a different story.
Here is the tail of the make and what I am seeing
[CC] fskmodem.c → fskmodem.o
[CC] global_datastores.c → global_datastores.o
[CC] hashtab.c → hashtab.o
[CC] http.c → http.o
http.c:44:25: error: gmime/gmime.h: No such file or directory
http.c:376: error: expected ‘)’ before ‘’ token
http.c:402: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ ’ token
http.c:422: error: expected ‘)’ before ‘’ token
http.c:459: error: expected ‘)’ before ‘ ’ token
http.c: In function ‘handle_post’:
http.c:483: error: ‘GMimeMessage’ undeclared (first use in this function)
http.c:483: error: (Each undeclared identifier is reported only once
http.c:483: error: for each function it appears in.)
http.c:483: error: ‘message’ undeclared (first use in this function)
http.c:552: warning: implicit declaration of function ‘parse_message’
http.c:561: warning: implicit declaration of function ‘process_message’
http.c: In function ‘ast_http_init’:
http.c:1181: warning: implicit declaration of function ‘g_mime_init’
make[1]: *** [http.o] Error 1
make: *** [main] Error 2
Any suggestions or tips would be much appreciated.