devx.sfs for Lupu528 & Precise571

discuss compiling applications for Puppy
Post Reply
Message
Author
Ether
Posts: 261
Joined: Wed 21 Aug 2013, 17:56

devx.sfs for Lupu528 & Precise571

#1 Post by Ether »

Hello.

I hope this is the correct forum for my question.

I've been using Lupu528 for several years and have been amazed at how it always works on the dozen or so machines I've used it on (mostly for recovery issues and learning about Linux).

I've long wanted to teach myself how to compile applications from source, since there are a few apps I want that I cannot find packages for.

Today I started. I installed (frugal) lupu_528.sfs + lupu_devx_528-4.sfs and was able to get both of the "Hello World" examples at http://bkhome.org/genie/index.html working.

Then I installed (frugal) puppy_precise_5.7.1.sfs + devx_precise_5.7.1.sfs and it does not work. When I type "valac hello.gs" I get the error message "bash: valac: command not found".

I have the 571 devx sfs configured to load at bootup.

I apologize if there is a FAQ for devx installation and use issues; I could not find it.

Thank you.

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: devx.sfs for Lupu528 & Precise571

#2 Post by L18L »

Ether wrote: When I type "valac hello.gs" I get the error message "bash: valac: command not found".
http://bkhome.org/genie/index.html wrote:NOTICE
These Genie/Vala pages are no longer being updated, as I have defected. I have found BaCon to be more suited to my purposes: http://bkhome.org/bacon/
Maybe this is explaining why there is no vala in precise5.7.1
Why not use BaCon?

Ether
Posts: 261
Joined: Wed 21 Aug 2013, 17:56

Re: devx.sfs for Lupu528 & Precise571

#3 Post by Ether »

http://bkhome.org/genie/index.html wrote:NOTICE
These Genie/Vala pages are no longer being updated, as I have defected. I have found BaCon to be more suited to my purposes: http://bkhome.org/bacon/
Duh. How did I miss that ??
Maybe this is explaining why there is no vala in precise5.7.1
Most likely.
Why not use BaCon?
Actually, I'm not presently interested in writing my own apps.

I was just testing to see if the sfs was installed correctly.

What I actually am interested in are existing apps for which the source code is available, but there is no available binary distro for Puppy.

Can someone point me to a FAQ or a tutorial that walks me through a simple example of taking downloaded source code and compiling it into a working app in Lupu 528 or Precise 571 or Slacko57?

The app I am ultimately interested in is CVXOPT
http://cvxopt.org/install/index.html


.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#4 Post by Semme »

If you'd rather not build >> binaries. Any deps could be worked out with (L)ldd.

Lucid, sans deps >> https://launchpad.net/ubuntu/+source/cv ... ld/1422495

Precise, "" >> https://launchpad.net/ubuntu/+source/cv ... ld/3044529

Ether
Posts: 261
Joined: Wed 21 Aug 2013, 17:56

"deps"

#5 Post by Ether »

Please, What are "deps" ?

I am not a Linux guru. Still learning.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#6 Post by Semme »

I'm not one either. Take a read through that second link..

Ether
Posts: 261
Joined: Wed 21 Aug 2013, 17:56

#7 Post by Ether »

Semme wrote:I'm not one either.
OK, but what did you mean by this:

"Any deps could be worked out"

What are "deps" and why do they need to be worked out?

These are honest questions. I have no idea what you meant.

The ldd page is Greek to me.

Thank you.

.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#8 Post by Semme »

:D Gotta be tenacious. The item you're interested in is an involved, cli app(lication). Over @ FIVE?

Ether
Posts: 261
Joined: Wed 21 Aug 2013, 17:56

#9 Post by Ether »

Semme wrote:The item you're interested in is an involved, cli app(lication). Over @ FIVE?
Sorry, I've lost my secret decoder ring. But thanks anyway.

I'll look for help elsewhere.

.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#10 Post by Semme »

Hand holding aside, no problemo "massless medium" dude. The binary runs fine aboard 528.

User avatar
8-bit
Posts: 3406
Joined: Wed 04 Apr 2007, 03:37
Location: Oregon

#11 Post by 8-bit »

Just jumping in here to answer "What are deps".
Deps or dep is short for dependencies.
When you get the source code for an application, you may find that the developer has used various other support files needed for compiling the source into an application.

Ether
Posts: 261
Joined: Wed 21 Aug 2013, 17:56

#12 Post by Ether »

8-bit wrote:Just jumping in here to answer "What are deps".
Deps or dep is short for dependencies.
When you get the source code for an application, you may find that the developer has used various other support files needed for compiling the source into an application.
Thank you. I eventually figured that out.

When you're new at something, jargon and abbreviations and incomplete sentences can be a real impediment to learning.


.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#13 Post by Semme »

Jargon and abbreviations? That's OK. Those *spot-on* links were posted for your benefit, not mine.

Post Reply