Announcement

Collapse
No announcement yet.

simon listens 0.4.0 build error

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

    simon listens 0.4.0 build error

    Hi everyone/anyone, I've recently migrated from ubuntu to kubuntu precise. Main reason being that after many fails trying to build simon listens version 0.4.0 on gnome, I thought it would be simpler on kde. I get the 0.3.0 version working ok but after days of trying I just cant get the new version to build. I've got all the dependencies built (i think), I get this error at 21% of build when running the build_ubuntu.sh:

    simon-0.4.0/build/simonlib/simonvision/../../../simonlib/simonvision/imageanalyzer.h:22:16: fatal error: cv.h: No such file or directory
    compilation terminated.
    make[2]: *** [simonlib/simonvision/CMakeFiles/simonvision.dir/simonvision_automoc.cpp.o] Error 1
    make[1]: *** [simonlib/simonvision/CMakeFiles/simonvision.dir/all] Error 2
    make: *** [all] Error 2

    Cant find any documentation on this problem, any ideas? Please help!!!!
    Greatful for any assistance

    #2
    Do you have the libcv-dev ?

    Your error:
    ...fatal error: cv.h: No such file or directory...
    Ubuntu packages: http://packages.ubuntu.com/search?se...ecise&arch=any

    You have searched for files named cv.h in suite precise, all sections, and all architectures. Found 3 results.
    File Packages
    /usr/include/opencv/cv.h libcv-dev
    /usr/include/spooles/Utilities/CV.h libspooles-dev
    /usr/lib/perl/5.14.2/CORE/cv.h perl

    ---Edit---

    The package:simon (raring)
    - http://packages.ubuntu.com/raring/simon
    Package simon
    raring (kde): open-source speech recognition program [universe]
    0.4.0-0ubuntu1: amd64 i386
    - http://archive.ubuntu.com/ubuntu/poo...0-0ubuntu1.dsc has:
    Build-Depends: debhelper (>= 8.0.0), pkg-kde-tools, cmake, kdelibs5-dev, libqwt-dev, libsamplerate0-dev, libsphinxbase-dev, libpocketsphinx-dev, libopencv-dev, libxtst-dev, kdepimlibs5-dev, libqaccessibilityclient-dev, libboost1.49-dev, libqtwebkit-dev
    ---Edit---
    Last edited by Rog132; Mar 08, 2013, 10:52 AM.
    A good place to start: Topic: Top 20 Kubuntu FAQs & Answers
    Searching FAQ's: Google Search 'FAQ from Kubuntuforums'

    Comment


      #3
      hey, thanks for the answer buddy, yeah I have it.
      i tried to install an older beta version to see if i get different results(simon-0.4.0-rc1.tar.bz2) but get the same results of course:

      Building CXX object simonlib/simonvision/CMakeFiles/simonvision.dir/simonvision_automoc.cpp.o
      In file included from /simon-0.4.0-rc1/build/simonlib/simonvision/../../../simonlib/simonvision/faceanalyzer.h:23:0,
      from /simon-0.4.0-rc1/build/simonlib/simonvision/moc_faceanalyzer.cpp:10,
      from simon-0.4.0-rc1/build/simonlib/simonvision/simonvision_automoc.cpp:4:
      /simon-0.4.0-rc1/build/simonlib/simonvision/../../../simonlib/simonvision/imageanalyzer.h:23:21: fatal error: highgui.h: No such file or directory
      compilation terminated.
      make[2]: *** [simonlib/simonvision/CMakeFiles/simonvision.dir/simonvision_automoc.cpp.o] Error 1
      make[1]: *** [simonlib/simonvision/CMakeFiles/simonvision.dir/all] Error 2
      make: *** [all] Error 2

      Comment


        #4
        ::

        Comment


          #5
          thanx alot Rog132!
          it seems som of my libs are obsolete and need updates, i'll keep you informed on progress.
          priceless thank you!

          Comment


            #6
            you're the man ROG!
            after updating a heap of packages it finally built like a charm.
            THANK YOU!!!

            Comment

            Working...
            X