Hello All,
I need your help again !!!!!
I have build Qt without phonon as described in the online book and my X11 
directory is /usr/X11 
when trying to build the phonon module I am getting the following error :
I have already put the Xorg prefixes as instructed into the 
/etc/profile.d/xorg.sh 

mkdir build &&
> cd build &&
> cmake -DCMAKE_INSTALL_PREFIX=$QTDIR \
>       -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \
>       -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
>       .. && make
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- !!!!! Tests have been removed and need to be redone !!!!!
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt-Version 4.8.5 (using /usr/bin/qmake)
CMake Error at /usr/share/cmake-2.8/Modules/FindX11.cmake:425 (message):
  Could not find X11
Call Stack (most recent call first):
  cmake/Qt4ConfigDependentSettings.cmake:30 (FIND_PACKAGE)
  cmake/FindQt4.cmake:1230 (INCLUDE)
  cmake/FindPhononInternal.cmake:68 (find_package)
  CMakeLists.txt:32 (include)


-- Configuring incomplete, errors occurred! 

Thanks for your help. 
Regards,
Roy


 
This is a signature message which indicates that this email is not spam


________________________________
 From: Bruce Dubbs <bruce.du...@gmail.com>
To: Sirsendu Roy <xai...@yahoo.com>; BLFS Support List 
<blfs-support@linuxfromscratch.org> 
Sent: Monday, August 5, 2013 5:15 PM
Subject: Re: [blfs-support] configure.ac:44: error: must install xorg-macros 
1.8 or later before running autoconf/autogen when building the glamor egl 0.5.0
 

Sirsendu Roy wrote:
> Hi Armin,
> Yes I did. My XORG_PREFIX=/usr/X11

Some packages require

export C_INCLUDE_PATH=$XORG_PREFIX/include
export CPLUS_INCLUDE_PATH=$XORG_PREFIX/include

Also, make sure you have set up PKG_CONFIG_PATH to include
/opt/xorg/lib/pkgconfig:/opt/xorg/share/pkgconfig

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
-- 
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