Le 02/10/2012 02:10, Pino Zollo a écrit :
> --------------------------------------
> root@SIP-ubuntu:/usr/src/gambas3-3.3.2# ./configure -C > conf_ubuntu.txt
> configure: WARNING: Unable to find file: libintl.so
> configure: WARNING: This library may be located inside the system C library
> configure: WARNING: Unable to find file: libiconv.so
> configure: WARNING: This library may be located inside the system C library
> configure: WARNING: Unable to met pkg-config requirement: gmime-2.6
> configure: WARNING: But gmime 2.4 has been detected!
> sh: Syntax error: redirection unexpected
> configure: WARNING: Unable to met pkg-config requirement: > 1.2.8
> configure: WARNING: Unable to met pkg-config requirement: SDL_ttf
> configure: WARNING: Unable to find file: libLLVM-3.1.so
> configure: WARNING: gb.jit is disabled
> -------------------------------------
>
> Making all in gb.media
> make[2]: se ingresa al directorio «/usr/src/gambas3-3.3.2/gb.media»
> make all-recursive
> make[3]: se ingresa al directorio «/usr/src/gambas3-3.3.2/gb.media»
> Making all in src
> make[4]: se ingresa al directorio «/usr/src/gambas3-3.3.2/gb.media/src»
> CC gb_media_la-main.lo
> CC gb_media_la-c_media.lo
> c_media.c: In function ‘MediaControl_get’:
> c_media.c:533: error: ‘G_VALUE_INIT’ undeclared (first use in this function)
> c_media.c:533: error: (Each undeclared identifier is reported only once
> c_media.c:533: error: for each function it appears in.)
> c_media.c: In function ‘MediaControl_put’:
> c_media.c:551: error: ‘G_VALUE_INIT’ undeclared (first use in this function)
> c_media.c: In function ‘MediaControl_SetWindow’:
> c_media.c:733: warning: implicit declaration of function
> ‘gst_x_overlay_set_window_handle’
> c_media.c:743: warning: implicit declaration of function
> ‘gst_x_overlay_set_render_rectangle’
> c_media.c: In function ‘cb_message’:
> c_media.c:911: warning: implicit declaration of function
> ‘gst_tag_list_to_string’
> c_media.c:911: warning: assignment makes pointer from integer without a cast
> c_media.c:929: error: ‘GST_MESSAGE_PROGRESS’ undeclared (first use in
> this function)
> make[4]: *** [gb_media_la-c_media.lo] Error 1
> make[4]: se sale del directorio «/usr/src/gambas3-3.3.2/gb.media/src»
> make[3]: *** [all-recursive] Error 1
> make[3]: se sale del directorio «/usr/src/gambas3-3.3.2/gb.media»
> make[2]: *** [all] Error 2
> make[2]: se sale del directorio «/usr/src/gambas3-3.3.2/gb.media»
> make[1]: *** [all-recursive] Error 1
> make[1]: se sale del directorio «/usr/src/gambas3-3.3.2»
> make: *** [all] Error 2
> ----------------------------------------
>
> is gmime-2.6 required ?
>
> Pino
>

If you don't give the details abouts your system I can't help you.

Normally, the gb.mime component works with gmime 2.4 or gmime 2.6. Both 
of one are detected by pkg-config. So you must ensure that the 
development packages are installed and that they use pkg-config.

For gb.media: which version of GStreamer do you have?

-- 
Benoît Minisini

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to