LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-20-2015, 07:49 PM   #31
norobro
Member
 
Registered: Feb 2006
Distribution: Debian Sid
Posts: 792

Rep: Reputation: 331Reputation: 331Reputation: 331Reputation: 331

Looks like you need another library. Can't help you on Slack but the Debian package is libeigen3-dev.
 
Old 10-20-2015, 08:02 PM   #32
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by norobro View Post
Looks like you need another library. Can't help you on Slack but the Debian package is libeigen3-dev.
Found what I need here:
http://slackbuilds.org/repository/14...?search=opencv
 
Old 10-20-2015, 08:34 PM   #33
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Now Slackware is having a problem installing opencv.
I know I downloaded the correct pkg from the Slack Builds repo.

Code:
s
opencv-3.0.0/samples/wp8/OpenCVXaml/OpenCVXaml/Resources/AppResources.resx
opencv-3.0.0/samples/wp8/readme.txt
unzip:  cannot find or open /home/zebracat/Downloads/opencv/3.0.0.zip, /home/zebracat/Downloads/opencv/3.0.0.zip.zip or /home/zebracat/Downloads/opencv/3.0.0.zip.ZIP.
unzip:  cannot find or open /home/zebracat/Downloads/opencv/opencv_contrib-3.0.0.zip, /home/zebracat/Downloads/opencv/opencv_contrib-3.0.0.zip.zip or /home/zebracat/Downloads/opencv/opencv_contrib-3.0.0.zip.ZIP.
bash-4.2#
TobiSGD, any ideas?
 
Old 10-20-2015, 09:10 PM   #34
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Edit: Nevermind, overlooked a post.

Last edited by TobiSGD; 10-20-2015 at 09:12 PM.
 
Old 10-20-2015, 09:13 PM   #35
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
and OpenCV is only needed for the lip reading and face recognition
it is a "computer Vision" lib and software - very cool in what one can do with it

but is not a must have
 
Old 10-20-2015, 09:13 PM   #36
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Ztcoracat View Post

TobiSGD, any ideas?
Maybe you should just use sbopkg together with sqg to save yourself from doing this stuff manually and having to care about all the dependencies.
 
Old 10-20-2015, 09:24 PM   #37
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by TobiSGD View Post
Maybe you should just use sbopkg together with sqg to save yourself from doing this stuff manually and having to care about all the dependencies.
I'm familuar with sbopkg's but not together with sqg. Could you elaborate on that?

Since opencv isn't a must have like John said I'll move on.

The last pkg I have to install is qwt and than I can run the build.sh script for Simon.
 
Old 10-20-2015, 10:03 PM   #38
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Running the build script for Simon returned and error.

Code:
bash-4.2$ cd /home/zebracat/simon/simon/
bash-4.2$ su
Password: 
bash-4.2# ./build.sh
./build.sh: line 6: kde4-config: command not found
CMake Error at CMakeLists.txt:4 (cmake_policy):
  Policy "CMP0026" is not known to this version of CMake.


CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:58 (message):
  ERROR: Could not find KDE4 kde4-config
Call Stack (most recent call first):
  CMakeLists.txt:21 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/zebracat/simon/simon/build/CMakeFiles/CMakeOutput.log".
bash-4.2#
From the looks of it I still need kde4-.
I took care of that-

Last edited by Ztcoracat; 10-20-2015 at 11:23 PM.
 
Old 10-20-2015, 10:46 PM   #39
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Code:
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
   * qaccessibilityclient  <https://projects.kde.org/projects/playground/accessibility/libkdeaccessibilityclient>
     KDE client-side accessibility library
     Required to enable ATSPI plugin.
   * OpenCV  <http://http://opencv.willowgarage.com/>
     OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision
     Required for Simon Vision
   * VRPN  <http://www.cs.unc.edu/Research/vrpn/index.html>
     Virtual-Reality Peripheral Network Connector
     Required to build the VRPN command plugin

-----------------------------------------------------------------------------

-- Configuring incomplete, errors occurred!
See also "/home/zebracat/simon/simon/build/CMakeFiles/CMakeOutput.log".
See also "/home/zebracat/simon/simon/build/CMakeFiles/CMakeError.log".
bash-4.2#
I have already installed qaccessibilityclient.

Openvc would not install for me no matter what I tried.
I'll look for VRPN tomorrow. It's late-
 
Old 10-21-2015, 06:49 AM   #40
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Ztcoracat View Post
I'm familuar with sbopkg's but not together with sqg. Could you elaborate on that?
sqg is a tool that generates queue files for the Slackbuilds you can find on SlackBuilds.org which can be used with sbopkg, so that you don't have to handle dependecies for those packages manually. http://www.linuxquestions.org/questi...or-4175451646/
 
Old 10-21-2015, 07:30 AM   #41
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #39.
Quote:
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
* qaccessibilityclient <https://projects.kde.org/projects/playground/accessibility/libkdeaccessibilityclient>
KDE client-side accessibility library
The conditions for Simon is that you have a full install of the { KDE and Qt } from your install DVD.
A random mix of other than the original Slackware 14.1 packages will not work.
See post #15.


-

Last edited by knudfl; 10-21-2015 at 07:33 AM.
 
Old 10-21-2015, 08:10 PM   #42
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by knudfl View Post
Re #39.

The conditions for Simon is that you have a full install of the { KDE and Qt } from your install DVD.
A random mix of other than the original Slackware 14.1 packages will not work.
See post #15.


-
I tried putting the Slack DVD in the drive and pulled up the files.

How exactly do I use the Slackware installation cd to install what needs to be installed?
(never done that before)

Last edited by Ztcoracat; 10-21-2015 at 08:42 PM. Reason: Removed link as it didn't work
 
Old 10-21-2015, 09:47 PM   #43
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
The Slackware DVD is in the cdrom drive and I'm trying with the terminal.
The CD/DVD is mounted-
Not sure why it's not working.......

Code:
bash: cd: /mnt/cdrom/kde: No such file or directory
bash-4.2# installpkg kde
Cannot install kde:  file not found
bash-4.2#
I tried using pkgtool and choose install pkgs from some other directory and told the system to look in the cdrom.
It says the directory that you want to install from doesn't exist.?
 
Old 10-21-2015, 10:07 PM   #44
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I'm really trying here-

Code:
/sbin/pkgtool: line 377: [: cd: binary operator expected
/sbin/pkgtool: line 404: [: cd: binary operator expected
/sbin/pkgtool: line 490: [: cd: binary operator expected
bash-4.2# installpkg kde
Cannot install kde:  file not found
bash-4.2#
Code:
bash-4.2# installpkg qt
Cannot install qt:  file not found
bash-4.2# cd /mnt/cdrom/./slackware64/kde
bash: cd: /mnt/cdrom/./slackware64/kde: No such file or directory
bash-4.2#
What am I doing wrong?
 
Old 10-22-2015, 04:32 AM   #45
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Ztcoracat View Post
What am I doing wrong?
You have already used slackpkg in a previous post, which means it is correctly set up, so you can just forget about the DVD and install the (probably updated) packages from the configured mirror (and quite frankly, I don't know why the DVD was brought up in the first place).
Code:
slackpkg install kde
should work.

If you really want to install from the DVD and use installpkg you have to give installpkg the path to specific packages, it can't handle groups like slackpkg.
I strongly recommend to read up on package management in Slackware: http://docs.slackware.com/slackware:package_management
 
  


Reply

Tags
simon



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sphinx voice recognition software gdlinuxer Linux - Software 1 03-27-2012 11:46 AM
Voice recognition Software for Linux to grant access!!!!!!!!!!!!!! vinnie_vinodh Linux - Newbie 2 03-03-2009 01:46 PM
Voice recognition software Davet101 Linux - Software 1 02-27-2007 07:33 AM
Voice Recognition software??? abattoir Linux - Software 2 04-13-2005 01:47 AM
voice recognition software for linux? slackmagic Linux - Software 4 04-02-2004 01:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration