On Thu, 12 Jun 2014 01:22:32 +0200 Morten Nilsen <[email protected]> said:

> On 12/06/14 00:31, Carsten Haitzler (The Rasterman) wrote:
> > do you have any options like --with-opengl=es ? normally it'll use desktop
> > gl
> 
> No, it's just %configure --disable-static in the spec, which gets 
> expanded by rpmbuild to this;
> 
> ./configure --build=x86_64-redhat-linux-gnu 
> --host=x86_64-redhat-linux-gnu --program-prefix= 
> --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr
> --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc 
> --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 
> --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib 
> --mandir=/usr/share/man --infodir=/usr/share/info --disable-static
> 
> > normally until you tell it not to...  with multiple gles libs... there may
> > be an issue. i've never had multiple gles libs... :)m maybe the nvidia gles
> > is being found and tested against and tests are failing due to reasons
> > specific to that. check config.log - the answer is there.
> 
> config.log says:
> 
> configure:36439: checking for GLES2/gl2.h
> configure:36439: gcc -std=gnu99 -c  -O2 -g -pipe -Wall 
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong 
> --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64 -mtune=generic 
> conftest.c >&5
> configure:36439: $? = 0
> configure:36439: result: yes
> configure:36458: checking for glTexImage2D in -lGLESv2
> configure:36483: gcc -std=gnu99 -o conftest  -O2 -g -pipe -Wall 
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong 
> --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64 -mtune=generic 
> -Wl,-z,relro  conftes/usr/bin/ld: skipping incompatible 
> /usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../libEGL.so when searching 
> for -lEGL
> /usr/bin/ld: skipping incompatible /lib/libEGL.so when searching for -lEGL
> /usr/bin/ld: skipping incompatible /usr/lib/libEGL.so when searching for 
> -lEGL
> /usr/bin/ld: cannot find -lEGL
> collect2: error: ld returned 1 exit status
> 
> so EGL is the actual problem, it would seem..

where is the stuff looking for libGL? (-lGL) ? like:

configure:36487: checking for glXCreateContext in -lGL
...
configure:36521: result: yes

it looks like it has failed looking for libGL (desktop gl) at all and is now
falling back to try gles/egl instead.

> -- 
> Cheers, Dr. P
> :wq
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to