How to install Qcad and Planner alien software?

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

How to install Qcad and Planner alien software?

#1 Post by WhoDo »

Guys, I need some advice/help in getting access to a couple of packages that are not currently in the Puppy software repository.

I have clients who need Qcad for design and Planner for project management, both of which I believe are available in RPM format for PCLinuxOS.

I have tried installing Qcad from a tarball (sp?), but I don't appear to have the necessary C compiler libraries on my system. Do we have any of those? Can Puppy import from RPM or DEB format?

All help greatly appreciated.

Cheers

User avatar
Pizzasgood
Posts: 6183
Joined: Wed 04 May 2005, 20:28
Location: Knoxville, TN, USA

#2 Post by Pizzasgood »

unrpm should decompress it. Then you'd either compile it or put it in the correct place (usr/* in /usr/, etc.). If not, you may need to install the unrpm dotpup. There is also an undeb dotpup. I believe they were on the wiki.

Also, MU made a .deb installer I think.
[size=75]Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib[/size]
[img]http://www.browserloadofcoolness.com/sig.png[/img]

User avatar
Gn2
Posts: 943
Joined: Mon 16 Oct 2006, 05:33
Location: virtual - Veni vidi, nihil est adpulerit

#3 Post by Gn2 »


User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

#4 Post by WhoDo »

Thanks, Pizzasgood. I'll go hunting through the Wikki for those apps you mention.

Much appreciated.

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#5 Post by muggins »

i thought qcad was available somewhere for puppy?

anyway for executables if you do ldd executable-name it will tell you which libraries are missing/required. if there's too many i don't bother, but if it's just a few i download from rpmfind

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#6 Post by muggins »

i don't know about planner, but did you see these 2 links regarding qcad on puppy?

http://www.murga.org/%7Epuppy/viewtopic ... light=qcad

http://www.murga.org/%7Epuppy/viewtopic ... light=qcad

User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

#7 Post by WhoDo »

muggins wrote:i don't know about planner, but did you see these 2 links regarding qcad on puppy?

http://www.murga.org/%7Epuppy/viewtopic ... light=qcad

http://www.murga.org/%7Epuppy/viewtopic ... light=qcad
Thanks, Muggins. No, I hadn't seen those threads. I usually avoid searching the board because it usually results in a "phpBB: Critical Error" database timeout and I can't get back in. If I can't find it by browsing the appropriate forum I'm stuck.

I've checked the threads and they refer to the demo version which is time limited. The dotpup created by G2 wasn't for Qcad but for the C++ libraries to run the demo version.

In the meantime I've got the .tar.gz files for both programs. When I try to run ./Configure as the first step I get an error "Unable to locate a suitable ??? compiler". I have the libstdc++ libraries installed, too! :?

User avatar
Pizzasgood
Posts: 6183
Joined: Wed 04 May 2005, 20:28
Location: Knoxville, TN, USA

#8 Post by Pizzasgood »

What about the devx_xxx.sfs file? Keep in mind that it needs to be updated with each new Puppy (though sometimes you can get by with renaming an old one).

http://www.puppyos.com/test/
[size=75]Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib[/size]
[img]http://www.browserloadofcoolness.com/sig.png[/img]

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#9 Post by muggins »

WhoDo,

for Qcad, maybe try mark's gslapt pup & point it at the itallian slackware site, where they've got a qcad package:

http://www.slacky.it/download/graphic/d ... 86-1AS.tgz

or you could try the damnsmall package at:

http://distro.ibiblio.org/pub/linux/dis ... cad.tar.gz

( although i don't see why the slackware.it qcad download is 6M+ & the damnsmall is ca 40M! probably go with the first option.)

User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

#10 Post by WhoDo »

Pizzasgood wrote:What about the devx_xxx.sfs file? Keep in mind that it needs to be updated with each new Puppy (though sometimes you can get by with renaming an old one).

http://www.puppyos.com/test/
Ok, I've downloaded the file from the link supplied. Now without being rude, can you tell me where to put it? :P

I'm not sure at this stage whether I'm on Puppy 2.02 or 2.11, so I'll rename the file as suggested if it doesn't work the first time.

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#11 Post by GuestToo »

look in /etc/puppyversion

devx_211.sfs: http://www.puppyos.net/test/

User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

#12 Post by WhoDo »

GuestToo wrote:look in /etc/puppyversion

devx_211.sfs: http://www.puppyos.net/test/
Thanks, G2
I have devx_202.sfs and thanks to you I know I'm running 2.02.

I am also downloading devx_211.sfs from the link you gave me, because I'm planning an upgrade very shortly (give me 10 minutes :D )

Where do I put the devx_xxx.sfs file so the configure scripts will see it?

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#13 Post by MU »

put it in /mnt/home and reboot.
Then type
gcc

You should get this line:
sh-3.00# gcc
gcc: no input files

Mark

User avatar
Pizzasgood
Posts: 6183
Joined: Wed 04 May 2005, 20:28
Location: Knoxville, TN, USA

#14 Post by Pizzasgood »

If using an option 2 HD install, it goes in / instead.
[size=75]Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib[/size]
[img]http://www.browserloadofcoolness.com/sig.png[/img]

User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

#15 Post by WhoDo »

Pizzasgood wrote:If using an option 2 HD install, it goes in / instead.
I now have devx_211.sfs in my / directory. /etc/puppyversion says "211".I have rebooted.
MU wrote:Then type
gcc

You should get this line:
sh-3.00# gcc
gcc: no input files
I then went to a terminal shell and entered gcc:

Result was "command not found" :?

Someone once told me that if I find myself in a hole the first thing to do is stop digging! I'm too stubborn to follow that advice. :roll:

Still getting "error: no acceptable C compiler found in $PATH" when I attempt to run ./configure, too. Any more ideas (I hope)?

Post Reply