Menu

Ogre: Unsupported Window System

Anonymous
2008-04-22
2012-11-08
  • Anonymous

    Anonymous - 2008-04-22

    Hi,

    I can't (helptool) or any graphics methods to work in Lush in Fedora 8.
    I get the following error.

    *** ogre : Unsupported window system

    How can I fix this?

    Thanks,
    RHH

     
    • Peter Jones

      Peter Jones - 2008-05-03

      Here was the solution to my problem:

      The configure script looks for a header file "Xlib.h" and
      a library called libXt. Try to find those on your system:

      alpspitze:~/projects/psu-lush-1.3> find /usr -name Xlib.h
      /usr/include/X11/Xlib.h

      alpspitze:~/projects/psu-lush-1.3> find /usr -name "libXt*"
      /usr/lib/libXt.so.6.0.0
      /usr/lib/libXt.so.6
      /usr/lib/libXtst.so.6.1.0
      /usr/lib/libXtst.so.6
      /usr/lib/libXt.a
      /usr/lib/libXt.so
      /usr/lib/libXtst.a
      /usr/lib/libXtst.so

      Now tell configure the directories where to find the header
      and the library as follows:

      alpspitze:~/projects/psu-lush-1.3> ./configure --x-includes=/usr/include/X11 --x-libraries=/usr/lib

       
    • Yann LeCun

      Yann LeCun - 2008-04-22

      You need to install the required packages (listed on the website frontpage).
      In you case, you probably didn't install the libx11-dev development package.

      You want the following: libx11-dev, libinutils-dev, indent, libreadline5,
      libreadline5-dev libgsl0, libgsl0-dev

      Then redo configure/make.

      -- Yann

       
    • Anonymous

      Anonymous - 2008-04-23

      Thank you! I installed all of the packages you listed above and (helptool) works now.

      RHH

       
    • Peter Jones

      Peter Jones - 2008-04-26

      I have all of those packages installed. During ./configure I get the message:
      checking for X... no
      (helptool), gnuplot and ogre all complain. I have all the latest upgraded ubuntu packages installed. Has anybody had a similar problem?

       

Log in to post a comment.