LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-29-2013, 10:16 AM   #1
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,471
Blog Entries: 2

Rep: Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980
Post Building LinSSID-2.1 on Slackware-14.0 - a messy job (HOWTO)


The README wouldn't cover no install/make???

Then i found it hat to be prepared with

Code:
qmake
and the resulting Makefile had to be edited like:
Code:
CC            = gcc-4.6
CXX           = g++-4.6
edited to
Code:
CC            = gcc
CXX           = g++
only then
Code:
make
is to be run...

It just wouldn't compile at first?


Then I found the error had to to with changes in qwt:

a line in file MainForm.h was:
Code:
#include <qwt/qwt_plot...
and the qwt/ was superfluous, as I removed it make went further just to stop complaining about some missing:
Code:
 /usr/lib/libboost_regex-mt.a
but I have no shared *.a files ??? (at least none that I know anything about)

there where some more edits to be found...

I found that the boost lost -mt files recently, so I gambled:
Code:
LIBS += /usr/lib/libboost_regex-mt.a /usr/lib/libqwt.so
and edited it to
Code:
LIBS += /usr/lib/libboost_regex.so /usr/lib/libqwt.so
and the compile just dropped out and the binary was in the ./dist/Release/ directory...

phew.

I figured a newbie might stumble upon this or someone could craft a SlackBuild for this sooner or later?

Best regards,
Stevan C.

Last edited by SCerovec; 09-29-2013 at 10:18 AM. Reason: error in the output path (corrected) :)
 
Old 09-29-2013, 11:23 AM   #2
jtsn
Member
 
Registered: Sep 2011
Posts: 922

Rep: Reputation: 480Reputation: 480Reputation: 480Reputation: 480Reputation: 480
Don't bother with building broken stuff, just convert the .deb package to .tgz.

Slackware 14.0 has already everything you need, you only have to install libraries/qwt from SBo.

Last edited by jtsn; 09-29-2013 at 11:34 AM.
 
  


Reply

Tags
wireless howto gui radar



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
LXer: LinSSID – Graphical wireless scanning for Linux LXer Syndicated Linux News 0 08-27-2013 09:22 PM
LXer: Building a mobile strategy needs to be Job One at every company LXer Syndicated Linux News 0 08-23-2013 01:21 AM
during rpm building the %{suse_update_config -fl} macro causes me fg: no job control dottpicci Linux - General 1 03-24-2010 02:33 PM
Howto run a job on a fixed time with cron? Schmurff Linux - Newbie 1 04-02-2004 03:31 AM
howto delete files via ftp from cron job ? cccc Linux - Networking 2 01-31-2004 06:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:09 PM.

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