Hi Srivardhan ...
Think it works

Thanks a billion ...
Replacing git:// with http:// as suggested by you worked :):)



Thanks again and Br,

Gautam


From: Srivardhan [mailto:[email protected]]
Sent: Wednesday, August 06, 2014 4:24 PM
To: Kumar, Gautam H.; [email protected]
Subject: RE: Help needed regarding the "1.4.93 version of Wayland and Weston"



From: wayland-devel [mailto:[email protected]] On 
Behalf Of [email protected]<mailto:[email protected]>
Sent: Wednesday, August 06, 2014 3:49 PM
To: 
[email protected]<mailto:[email protected]>
Subject: Help needed regarding the "1.4.93 version of Wayland and Weston"
Importance: High


Hi,

Request your help regarding building of the Weston module downloaded from your 
site.

I am trying to build the Wayland and Weston components on my Linux Ubuntu 
3.2.0-67

I am getting problem  as highlighted below

Steps to reproduce
1] I download wayland-1.4.93.tar.xz and weston-1.4.93.tar.xz from the site 
http://wayland.freedesktop.org/releases.html
2] Placed the above downloaded files in my "source_build" folder.
3] tar xpvf wayland-1.4.93.tar.xz
4] WAYLAND WAS BUILT SUCCESSFULLY
               5] tar xpvf weston-1.4.93.tar.xz
               6] cd weston-1.4.93
               7] autoreconf --force -install
               8] ./configure
               9] make
                              
root@ivi-VirtualBox:/source_build/weston-1.4.93#<mailto:root@ivi-VirtualBox:/source_build/weston-1.4.93>
 make
                                GEN    protocol/screenshooter-protocol.c
                                GEN    protocol/screenshooter-server-protocol.h
                                GEN    protocol/text-cursor-position-protocol.c
                                GEN    
protocol/text-cursor-position-server-protocol.h
                                GEN    protocol/text-protocol.c
                                GEN    protocol/text-server-protocol.h
                                GEN    protocol/input-method-protocol.c
                                GEN    protocol/input-method-server-protocol.h
                                GEN    protocol/workspaces-protocol.c
                                GEN    protocol/workspaces-server-protocol.h
                                GEN    protocol/scaler-protocol.c
                                GEN    protocol/scaler-server-protocol.h
                                GEN    
protocol/text-cursor-position-client-protocol.h
                                GEN    protocol/scaler-client-protocol.h
                                GEN    protocol/workspaces-client-protocol.h
                                GEN    protocol/xdg-shell-protocol.c
                                GEN    protocol/xdg-shell-client-protocol.h
                                GEN    protocol/screenshooter-client-protocol.h
                                GEN    protocol/text-client-protocol.h
                                GEN    protocol/input-method-client-protocol.h
                                GEN    protocol/desktop-shell-client-protocol.h
                                GEN    protocol/desktop-shell-protocol.c
                                GEN    protocol/fullscreen-shell-protocol.c
                                GEN    
protocol/fullscreen-shell-client-protocol.h
                                GEN    protocol/desktop-shell-server-protocol.h
                                GEN    protocol/xdg-shell-server-protocol.h
                                GEN    
protocol/fullscreen-shell-server-protocol.h
                                GEN    protocol/wayland-test-protocol.c
                                GEN    protocol/wayland-test-server-protocol.h
                                GEN    protocol/wayland-test-client-protocol.h
                              /usr/bin/make  all-am
                              make[1]: Entering directory 
`/source_build/weston-1.4.93'
                                CC     src/gl_renderer_la-gl-renderer.lo
                              src/gl-renderer.c:141:2: error: unknown type name 
'PFNEGLQUERYWAYLANDBUFFERWL'
                              src/gl-renderer.c: In function 
'gl_renderer_attach_egl':
                              src/gl-renderer.c:1184:18: error: called object 
'gr->query_buffer' is not a function
                              src/gl-renderer.c:1186:18: error: called object 
'gr->query_buffer' is not a function
                              src/gl-renderer.c:1188:18: error: called object 
'gr->query_buffer' is not a function
                              src/gl-renderer.c:1207:7: error: 
'EGL_TEXTURE_Y_UV_WL' undeclared (first use in this function)
                              src/gl-renderer.c:1207:7: note: each undeclared 
identifier is reported only once for each function it appears in
                              src/gl-renderer.c:1211:7: error: 
'EGL_TEXTURE_Y_U_V_WL' undeclared (first use in this function)
                              src/gl-renderer.c:1215:7: error: 
'EGL_TEXTURE_Y_XUXV_WL' undeclared (first use in this function)
                              src/gl-renderer.c:1223:16: error: 
'EGL_WAYLAND_PLANE_WL' undeclared (first use in this function)
                              src/gl-renderer.c: In function 
'gl_renderer_attach':
                              src/gl-renderer.c:1278:27: error: called object 
'gr->query_buffer' is not a function
                              src/gl-renderer.c: In function 
'gl_renderer_setup_egl_extensions':
                              src/gl-renderer.c:1856:19: warning: assignment 
makes integer from pointer without a cast [enabled by default]
                              src/gl-renderer.c: At top level:
                              src/gl-renderer.c:693:1: warning: 
'output_has_borders' defined but not used [-Wunused-function]
                              src/gl-renderer.c:758:1: warning: 
'output_get_border_damage' defined but not used [-Wunused-function]
                              make[1]: *** [src/gl_renderer_la-gl-renderer.lo] 
Error 1
                              make[1]: Leaving directory 
`/source_build/weston-1.4.93'
                              make: *** [all] Error 2


               10] I again tried building as guided in the 
http://wayland.freedesktop.org/ubuntu12.04.html
                              But none of the git clone as given in your site 
is downloading instead timeout is encountered as below

git clone git://anongit.freedesktop.org/git/mesa/drm
git clone git://anongit.freedesktop.org/xcb/proto
git clone git://anongit.freedesktop.org/xorg/util/macros
# Mesa:
git clone git://anongit.freedesktop.org/mesa/mesa


Time Out Error

                                                            
root@ivi-VirtualBox:/source_build# git clone 
git://anongit.freedesktop.org/mesa/mesa

                                                            Cloning into 
'mesa'...

                                                            fatal: unable to 
connect to anongit.freedesktop.org:

                                                            
anongit.freedesktop.org[0: 131.252.210.161]: errno=Connection timed out



Check your network connection. It is not able to establish connection. Check if 
some firewall is blocking or if company is blocking the git port.

You can try with below link:

git clone http://anongit.freedesktop.org/git/mesa/mesa.git



-Hebbar





Pls help me in this regard as to how to build your wayland and Weston modules



Thanks and Br,

Gautam,


________________________________

This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
______________________________________________________________________________________

www.accenture.com<http://www.accenture.com>
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to