On Sunday 01 September 2013 16:02:04 lux-integ wrote: > 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? I have the problem resolved.
I reverted to qt-5.1.0 and it compiles with the switch -opengl es2 qt-5.1.1 would not compile with it. I do not know if this is doe to the oldish mesalib (Mesa-9.1.6 ) or otherwise. For the qt-5.1.0 build (in /opt -I used these i) --the qt-5.1.0-bison_fixes-1.patch and for configure ii)-- the I switch iii)--the L switch ( I have X11, mysql etc not in /usr ) when using the I switch either specifying a line such as I " - I/I/path/to/includes1 -I/path/to/includes2" sufficices ( note the space ); the build took too long to try a repeat with the simpler line I/path/to/includes1 I/path/to/includes2 ..\ when using the L switch I found it is best to keep it simple so a line such as L/path/libs1 L/path/to/libs2 .. \ sufficies --- Incidently I noted the configure spewed "no support for pulseaudio" though I have pulseaudio-4.0 installed. Is there a switch (or trick) to enable pulseaudio support in qt 5 thanks in advance and I hope the above tips will be usefiul to others trying to install qt5. sincerely luxInteg -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
