On Sunday 01 September 2013 14:40:34 Bruce Dubbs wrote:
> lux-integ wrote:
> > On Saturday 31 August 2013 10:35:02 lux-integ wrote:
> >> -L/home/linteg/qt-everywhere-opensource-src-5.1.0/qtbase/lib
> >> -lQt5PlatformSupport -lfontconfig -lfreetype -lgthread-2.0 -pthread
> >> -lglib-2.0 -ludev -lEGL -lQt5DBus -lQt5Gui -lQt5Core -lGLESv2 -lpthread
> >> 
> >> .obj/release-shared/qxcbwindow.o: In function `QXcbWindow::create()':
> >> qxcbwindow.cpp:(.text+0x4148): undefined reference to
> >> `QXlibEglIntegration::getCompatibleVisualId(_XDisplay*, void*, void*)'
> >> collect2: error: ld returned 1 exit status
> 
> This seems odd.  I would think that the library with QXlibEglIntegration
> would be in the build directory.
> 
> The library directory
> -L/home/linteg/qt-everywhere-opensource-src-5.1.0/qtbase/lib is already
> specified.
> 
I had made a mistake  and subsequently  I adjusted the  -L variable to be:-
-L "-L/path/libdir1  -L/path/libdir2" 

and qt-5.1.1 
( http://www.linuxfromscratch.org/blfs/view/svn/x/qt5.html) 

now compiles WITHOUT the 
-opengl es2  \
option

as soon as I enable this option I get the 
((((( lQt5PlatformSupport -lfontconfig -lfreetype -lgthread-2.0 -pthread -
lglib-2.0 
-ludev -lEGL -lQt5DBus -lQt5Gui -lQt5Core -lGLESv2 -lpthread  
.obj/release-shared/qxcbwindow.o: In function `QXcbWindow::create()':
qxcbwindow.cpp:(.text+0x4148): undefined reference to 
`QXlibEglIntegration::getCompatibleVisualId(_XDisplay*, void*, void*)'
collect2: error: ld returned 1 exit status )))))

build failure

On Sunday 01 September 2013 14:40:34 Bruce Dubbs wrote:
> I'll note that I find QXlibEglIntegration in libQt5PlatformSupport.a,
> but I don't have a .so equivalent.
> 
I am now having another go with 
-shared
AND
-static 
just to see iif having  static libs will make any difference

Also I do not have Mesa-9.2.0  but Mesa-9.1.6.

Could this be the problem?

In otherwords will Mesa-9.1.6 not do and if not what is the version of qt5 
that will compile against  Mesa-9.1.6?


thanks in advance

luxInteg
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to