Show
Ignore:
Timestamp:
03/29/12 11:36:46 (14 months ago)
Author:
Snyder.Jason
Message:

small change about installing gtk2-engines-pixbuf to fix python warnings the tools were generating

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/mcarrick/user-guide-0.8.3/Installation.tex

    r11082 r11084  
    4444\subsubsection{Installing Dependencies on Ubuntu 11.10} 
    4545\begin{lstlisting}[] 
    46  $ sudo apt-get -y install libtool automake g++ omniorb libomniorb4-dev omniidl \ 
    47         libboost-all-dev libgnuradio-usrp-dev libgnuradio-usrp2-dev libpulse-dev \ 
    48         libsndfile-dev python-omniorb omniidl-python omniorb-nameserver python-numpy \ 
    49         python-wxgtk2.8 
    50 \end{lstlisting} 
     46 $ sudo apt-get -y install libtool automake g++ omniorb libomniorb4-dev \ 
     47        omniidl libboost-all-dev libgnuradio-usrp-dev libgnuradio-usrp2-dev \ 
     48        libpulse-dev libsndfile-dev python-omniorb omniidl-python \ 
     49        omniorb-nameserver python-numpy python-wxgtk2.8  
     50\end{lstlisting} 
     51A bug in Ubuntu 11.10 causes some of the OSSIE tools to print the following warning:  
     52\begin{lstlisting}[] 
     53(eclipse:18548): Gtk-WARNING **: Unable to locate theme engine in  
     54module_path: "pixmap" 
     55\end{lstlisting} 
     56Installing the \texttt{gtk2-engines-pixbuf} package will remove the warning, though it is not explicity necessary for OSSIE. 
    5157 
    5258\subsubsection{Configure omniORB}