Announcement

Collapse
No announcement yet.

tarball can't find X libraries

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    tarball can't find X libraries

    This is the first time I have tried installing something on this install using good old configure - make - make install. I am trying to install Ktoshiba. I unpacked the tar file and started with this command from the readme
    Code:
    lars@toshiba:~/Desktop/ktoshiba-0.11$ ./configure --prefix=`kde-config --prefix`
    and it stopped at this point

    Code:
    checking for X... configure: error: Can't find X libraries. Please check your installation and add the correct paths!
    Suggestions?
    Toshiba Satellite 2800 P3M Coppermine @1GHz 256MB RAM GeForce 2 GO with 16MB DDR

    #2
    Re: tarball can't find X libraries

    NOW I remember why I kept giving up on Linux. I Googled my own answer to X libraries and installed xorg-dev. Now it chokes at

    Code:
    checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (library qt-mt) not found. Please check your installation!
    For more details about this problem, look at the end of config.log.
    Make sure that you have compiled Qt with thread support!
    I installed qt3-dev-tools and libqt3-headers but that didn't help
    Toshiba Satellite 2800 P3M Coppermine @1GHz 256MB RAM GeForce 2 GO with 16MB DDR

    Comment


      #3
      Re: tarball can't find X libraries

      NOW I remember why I kept giving up on Linux.
      Yes, it is sometimes...

      From FAQ: Installing from source
      http://kubuntuforums.net/forums/inde...opic=3085626.0

      SNIP

      checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (library qt-mt) not found. Please check your installation!
      For more details about this problem, look at the end of config.log.
      Make sure that you have compiled Qt with thread support !
      Hmm - libraryqt3 is missing

      Using Ubuntu packages
      http://packages.ubuntu.com/

      There is several libqt3 packages -> libqt3-mt, libqt3-mt-dev
      installing libqt3-mt-dev (3:3.3.8really3.3.7-0ubuntu4)
      --installs-->libxrandr-dev (2:1.2.0-3ubuntu1)

      SNAP
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Re: tarball can't find X libraries

        Stuck again. Fought with QT, fought with QT-MT. Now I'm stuck at
        Code:
        checking for dbus/connection.h... no
        configure: error: You need D-BUS/Qt3 bindings
        Toshiba Satellite 2800 P3M Coppermine @1GHz 256MB RAM GeForce 2 GO with 16MB DDR

        Comment


          #5
          Re: tarball can't find X libraries

          FINALLY got as far as make. I needed LIBDBUS-QT-1-DEV
          Toshiba Satellite 2800 P3M Coppermine @1GHz 256MB RAM GeForce 2 GO with 16MB DDR

          Comment


            #6
            Re: tarball can't find X libraries

            MAKE puked.

            Code:
            Good - your configure finished. Start make now
            
            lars@toshiba:~/Desktop/ktoshiba-0.11$ make
            make all-recursive
            make[1]: Entering directory `/home/lars/Desktop/ktoshiba-0.11'
            Making all in doc
            make[2]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/doc'
            Making all in .
            make[3]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/doc'
            make[3]: Nothing to be done for `all-am'.
            make[3]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/doc'
            Making all in en
            make[3]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/doc/en'
            /usr/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
            make[3]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/doc/en'
            make[2]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/doc'
            Making all in po
            make[2]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/po'
            Making all in es
            make[3]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/po/es'
            rm -f kcmktoshiba.gmo; /usr/bin/msgfmt -o kcmktoshiba.gmo ./kcmktoshiba.po
            test ! -f kcmktoshiba.gmo || touch kcmktoshiba.gmo
            rm -f ktoshiba.gmo; /usr/bin/msgfmt -o ktoshiba.gmo ./ktoshiba.po
            test ! -f ktoshiba.gmo || touch ktoshiba.gmo
            Making all in .
            make[4]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/po/es'
            make[4]: Nothing to be done for `all-am'.
            make[4]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/po/es'
            make[3]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/po/es'
            Making all in fr
            make[3]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/po/fr'
            rm -f kcmktoshiba.gmo; /usr/bin/msgfmt -o kcmktoshiba.gmo ./kcmktoshiba.po
            test ! -f kcmktoshiba.gmo || touch kcmktoshiba.gmo
            rm -f ktoshiba.gmo; /usr/bin/msgfmt -o ktoshiba.gmo ./ktoshiba.po
            test ! -f ktoshiba.gmo || touch ktoshiba.gmo
            Making all in .
            make[4]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/po/fr'
            make[4]: Nothing to be done for `all-am'.
            make[4]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/po/fr'
            make[3]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/po/fr'
            Making all in hu
            make[3]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/po/hu'
            rm -f kcmktoshiba.gmo; /usr/bin/msgfmt -o kcmktoshiba.gmo ./kcmktoshiba.po
            test ! -f kcmktoshiba.gmo || touch kcmktoshiba.gmo
            rm -f ktoshiba.gmo; /usr/bin/msgfmt -o ktoshiba.gmo ./ktoshiba.po
            test ! -f ktoshiba.gmo || touch ktoshiba.gmo
            Making all in .
            make[4]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/po/hu'
            make[4]: Nothing to be done for `all-am'.
            make[4]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/po/hu'
            make[3]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/po/hu'
            make[3]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/po'
            make[3]: Nothing to be done for `all-am'.
            make[3]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/po'
            make[2]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/po'
            Making all in src
            make[2]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/src'
            Making all in .
            make[3]: Entering directory `/home/lars/Desktop/ktoshiba-0.11/src'
            if /bin/bash ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
             -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  -I/usr/include/kde 
            -I/usr/share/qt3/include -I.  -DQT_THREAD_SUPPORT -D_REENTRANT 
            -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith 
            -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
            -O2  -Wformat-security -Wmissing-format-attribute -MT hci.lo -MD -MP -MF 
            ".deps/hci.Tpo" -c -o hci.lo hci.c; \
                then mv -f ".deps/hci.Tpo" ".deps/hci.Plo"; else rm -f ".deps/hci.Tpo"; exit 1; 
            fi
            if /bin/bash ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
             -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  -I/usr/include/kde 
            -I/usr/share/qt3/include -I.  -DQT_THREAD_SUPPORT -D_REENTRANT 
            -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith 
            -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
            -O2  -Wformat-security -Wmissing-format-attribute -MT sci.lo -MD -MP -MF 
            ".deps/sci.Tpo" -c -o sci.lo sci.c; \
                then mv -f ".deps/sci.Tpo" ".deps/sci.Plo"; else rm -f ".deps/sci.Tpo"; exit 1; fi
            /usr/share/qt3/bin/moc ./ktoshibasmminterface.h -o ktoshibasmminterface.moc
            if /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. 
            -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  -I/usr/include/kde 
            -I/usr/share/qt3/include -I.  -DQT_THREAD_SUPPORT -D_REENTRANT 
            -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
            -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security 
            -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new 
            -fno-common -MT ktoshibasmminterface.lo -MD -MP -MF 
            ".deps/ktoshibasmminterface.Tpo" -c -o ktoshibasmminterface.lo 
            ktoshibasmminterface.cpp; \
                then mv -f ".deps/ktoshibasmminterface.Tpo" 
            ".deps/ktoshibasmminterface.Plo"; else rm -f ".deps/ktoshibasmminterface.Tpo"; 
            exit 1; fi
            /bin/bash ../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef 
            -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts 
            -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute 
            -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -o 
            libktoshibasmminterface.la -rpath /usr/lib -L/usr/share/qt3/lib   hci.lo sci.lo 
            ktoshibasmminterface.lo
            /usr/share/qt3/bin/moc ./ktoshibaomnibookinterface.h -o 
            ktoshibaomnibookinterface.moc
            if /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. 
            -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  -I/usr/include/kde 
            -I/usr/share/qt3/include -I.  -DQT_THREAD_SUPPORT -D_REENTRANT 
            -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
            -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security 
            -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new 
            -fno-common -MT ktoshibaomnibookinterface.lo -MD -MP -MF 
            ".deps/ktoshibaomnibookinterface.Tpo" -c -o ktoshibaomnibookinterface.lo 
            ktoshibaomnibookinterface.cpp; \
                then mv -f ".deps/ktoshibaomnibookinterface.Tpo" ".deps/ktoshibaomnibookinterface.Plo"; 
            else rm -f ".deps/ktoshibaomnibookinterface.Tpo"; exit 1; fi
            /bin/bash ../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef 
            -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts 
            -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute 
            -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -o 
            libktoshibaomnibookinterface.la -rpath /usr/lib -L/usr/share/qt3/lib  
             ktoshibaomnibookinterface.lo
            /usr/share/qt3/bin/moc ./ktoshibaprocinterface.h -o ktoshibaprocinterface.moc
            if /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. 
            -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  -I/usr/include/kde 
            -I/usr/share/qt3/include -I.  -DQT_THREAD_SUPPORT -D_REENTRANT 
            -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
            -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security 
            -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new 
            -fno-common -MT ktoshibaprocinterface.lo -MD -MP -MF 
            ".deps/ktoshibaprocinterface.Tpo" -c -o ktoshibaprocinterface.lo 
            ktoshibaprocinterface.cpp; \
                then mv -f ".deps/ktoshibaprocinterface.Tpo" ".deps/ktoshibaprocinterface.Plo"; 
            else rm -f ".deps/ktoshibaprocinterface.Tpo"; 
            exit 1; fi
            /bin/bash ../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef 
            -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts 
            -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute 
            -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -o 
            libktoshibaprocinterface.la -rpath /usr/lib -L/usr/share/qt3/lib  
             ktoshibaprocinterface.lo
            rm -rf settingswidget.h;
            /usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload 
            ./settingswidget.ui | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; 
            s,#include <qwizard.h>,#include <kwizard.h>,g" >> settingswidget.h ;
            rm -rf statuswidget.h;
            /usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload ./statuswidget.ui
             | /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,
            #include <kwizard.h>,g" >> statuswidget.h ;
            rm -rf cmdwidget.h;
            /usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload ./cmdwidget.ui | 
            /usr/bin/perl -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,
            #include <kwizard.h>,g" >> cmdwidget.h ;
            /usr/share/qt3/bin/moc ./ktoshiba.h -o ktoshiba.moc
            if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  
             -I/usr/include/kde -I/usr/share/qt3/include -I.  -DQT_THREAD_SUPPORT -D_REENTRANT 
             -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
             -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute
             -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT ktoshiba.o -MD -MP
             -MF ".deps/ktoshiba.Tpo" -c -o ktoshiba.o ktoshiba.cpp; \
                then mv -f ".deps/ktoshiba.Tpo" ".deps/ktoshiba.Po"; else rm -f ".deps/ktoshiba.Tpo"; exit 1; fi
            In file included from ktoshiba.cpp:31:
            suspend.h:26:24: error: hal/libhal.h: No such file or directory
            suspend.h:79: error: ISO C++ forbids declaration of ‘LibHalContext’ with no type
            suspend.h:79: error: expected ‘;’ before ‘*’ token
            make[3]: *** [ktoshiba.o] Error 1
            make[3]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/src'
            make[2]: *** [all-recursive] Error 1
            make[2]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11/src'
            make[1]: *** [all-recursive] Error 1
            make[1]: Leaving directory `/home/lars/Desktop/ktoshiba-0.11'
            make: *** [all] Error 2
            lars@toshiba:~/Desktop/ktoshiba-0.11$
            Toshiba Satellite 2800 P3M Coppermine @1GHz 256MB RAM GeForce 2 GO with 16MB DDR

            Comment


              #7
              Re: tarball can't find X libraries

              hal/libhal.h: No such file or directory
              Ubuntu packages (searching libhal.h)
              http://packages.ubuntu.com/

              =>
              Package Contents Search Results

              You have searched for libhal.h in gutsy, architecture i386.
              Found 1 matching files/directories, displaying files/directories 1 to 1.

              FILE PACKAGE

              usr/include/hal/libhal.h libdevel/libhal-dev
              =>

              Do you have:

              Package: libhal-dev (0.5.9.1-6ubuntu5)
              Hardware Abstraction Layer - development files

              HAL provides an abstract view on hardware.

              This abstraction layer is simply an interface that makes
              it possible to add support for new devices and new ways of
              connecting devices to the computer, without modifying every
              application that uses the device. It maintains a list of devices
              that currently exist, and can provide information about those
              upon request.

              This package contains files that are needed to build applications.

              Note
              If you are trying to compile KToshiba
              http://ktoshiba.sourceforge.net/
              and
              http://www.kde-apps.org/content/show...?content=18621

              Q: I couldn't find the .deb package on ktoshiba's website. Where is it?

              A:
              Re: Re: Re: Debian p
              by Coproscefalo on: 05/30/2007, 21:52

              Azael Azael Avalos

              Please go to the SF.net download page to get a newer "alienized version" of KToshiba

              https://sourceforge.net/project/show...ease_id=512137

              Saludos
              Azael
              Before you edit, BACKUP !

              Why there are dead links ?
              1. Thread: Please explain how to access old kubuntu forum posts
              2. Thread: Lost Information

              Comment


                #8
                Re: tarball can't find X libraries

                Thank you Rog131 for the link to the DEB package. I originally went to the download page at http://ktoshiba.sourceforge.net/dload.html and all I found for 'packages' was a broken link to an OpenSUSE version.
                Toshiba Satellite 2800 P3M Coppermine @1GHz 256MB RAM GeForce 2 GO with 16MB DDR

                Comment

                Working...
                X