Em 01-03-2014 01:09, Waitman Gobble escreveu:
> 
> On Sat, March 1, 2014 1:54 am, Fernando de Oliveira wrote:
>> Em 28-02-2014 20:39, Waitman Gobble escreveu:
>>
>>> Hi,
>>>
>>>
>>> I'm receiving this error building cmake-2.8.12.2, I have MesaLib-10.0.3
>>>  and Qt-5.2.1 installed. The CMAKE_CXX_LIBRARY_ARCHITECTURE "" looks
>>> suspect.. not sure at the moment why it is missing the GL lib..

Only now I see that cmake optional is  Qt-4.8.5, but you have qt5. Did
you get thq qt-gui built, using qt5? This needs more investigation.

>>
>> We have split GLU from MESA and are still finding where it should be
>> included as dependency. Please, If you install GLU does that disappear?
>>>
>>> Any tips? I'll guess to try reinstalling Qt5 for start.
>>>
>>>



>>
>>
> 
> Hi,
> 
> I tried installing GLU-9.0.0 from BLFS/2014-03-01 but received an error
> when it hit the c++ code..
> 
> 
>   CXX      src/libnurbs/interface/bezierPatch.lo
> In file included from src/libnurbs/interface/bezierPatch.cc:42:0:
> ./include/GL/glu.h:38:19: fatal error: GL/gl.h: No such file or directory
>  #include <GL/gl.h>
>                    ^
> compilation terminated.
> Makefile:1143: recipe for target 'src/libnurbs/interface/bezierPatch.lo'
> failed
> make: *** [src/libnurbs/interface/bezierPatch.lo] Error 1
> 
> to solve, i did:
> 
> CPPFLAGS="-I/usr/X11/include" ./configure --prefix=$XORG_PREFIX
> --disable-static
> 
> 
> 

What is your XORG_PREFIX:

echo $XORG_PREFIX

If it is not /usr, and it seems you are using XORG_PREFIX=/usr/X11, you
need to do more configuration:

http://www.linuxfromscratch.org/blfs/view/svn/x/xorg7.html

Furthermore, if you are building as root, make shure that echo
$XORG_PREFIX and echo $PATH are correct. One way to make it sure is
source /etc/profile in the script or manually.

Qt4 and Qt5 have recently suffered many modifications, check if used old
or new instructions. If you install qt4 now, you will may have to make
adaptations, depending when qt5 was installed, or perhaps reinstall both


-- 
[]s,
Fernando
-- 
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