On do, 2014-11-13 at 14:22 +0100, CJ wrote:
> Just tried to compile 3.6.2 but get a similar error
> like before but this time in gb.mime, any clues?
> 
> ...
> make[4]: Leaving directory `/home/gambas3-3.6.2/gb.net.curl'
> make[3]: Leaving directory `/home/gambas3-3.6.2/gb.net.curl'
> make[2]: Leaving directory `/home/gambas3-3.6.2/gb.net.curl'
> Making all in gb.mime
> make[2]: Entering directory `/home/gambas3-3.6.2/gb.mime'
> make  all-recursive
> make[3]: Entering directory `/home/gambas3-3.6.2/gb.mime'
> Making all in src
> make[4]: Entering directory `/home/gambas3-3.6.2/gb.mime/src'
>   CC     gb_mime_la-main.lo
> In file included from main.c:28:
> main.h:31:18: error: glib.h: No such file or directory
> main.h:32:25: error: gmime/gmime.h: No such file or directory
> In file included from c_mimemessage.h:30,
>                  from main.c:31:
> c_mimepart.h:39: error: expected specifier-qualifier-list before
> 'GMimeObject'
> c_mimepart.h:43: error: expected ')' before '*' token
> In file included from main.c:31:
> c_mimemessage.h:40: error: expected specifier-qualifier-list before
> 'GMimeMessage'
> c_mimemessage.h:46: error: expected ')' before '*' token
> main.c: In function 'GB_INIT':
> main.c:49: warning: implicit declaration of function 'g_mime_init'
> main.c: In function 'GB_EXIT':
> main.c:56: warning: implicit declaration of function 'g_mime_shutdown'
> make[4]: *** [gb_mime_la-main.lo] Error 1
> make[4]: Leaving directory `/home/gambas3-3.6.2/gb.mime/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/gambas3-3.6.2/gb.mime'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/gambas3-3.6.2/gb.mime'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/gambas3-3.6.2'
> make: *** [all] Error 2
> root@raspi-dev:/home/gambas3-3.6.2#
> 
> Full logfile attached.
> 
> /CJ

>From your log:
|| Unable to met pkg-config requirement: gmime-2.6
|| But gmime 2.4 has been detected!

Seems you need a higher version of gmine (2.6 instead of 2.4)

If you are running Raspbian you need package libgmime-2.6-dev.

-- 
Kind regards,

Willy (aka gbWilly)

http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org





------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to