Dpup Exprimo 5.X.15

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#2071 Post by edoc »

OK, just to be certain I downloaded the latest 5x15 again (and the devx as well), checked the md5sums, and rebooted (without saving).

Then I set up the timezone and wireless connection, just so that is done and puts some unique content into the Save File.

I rebooted and all of the steps, including partition, were there.

No idea what happened but it's all good now!

Thanks!

Now back to wrestling with the ax25 stack ...
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#2072 Post by edoc »

pemasu wrote:Not sure what you mean with C++ compiler. I do load devx sfs and I compile my stuff with it. I do use gcc though which is in devx sfs. The devx sfs can be found from the same folder as the main iso.

Download link: http://smokey01.com/pemasu/DpupSqueeze5 ... xprimo5X15/
He's learning C++ and wants to be able to compile his test code without leaving Puppy Exprimo.
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
Ray MK
Posts: 774
Joined: Tue 05 Feb 2008, 09:10
Location: UK

#2073 Post by Ray MK »

Hi

Using Exprimo 5.1.5 now - on my daughter's 1yr old Laptop (Emachines E732) and all seems good.
This laptop uses broadcom for wifi and it is working.

Super fast - it screams.
Next test is to put it on my 10yr old Acer Laptop - am sure it will be good.

Thanks Pemasu for another fine Puppy.

Very best regards - Ray
[b]Asus[/b] 701SD. 2gig ram. 8gb SSD. [b]IBM A21m[/b] laptop. 192mb ram. PIII Coppermine proc. [b]X60[/b] T2400 1.8Ghz proc. 2gig ram. 80gb hdd. [b]T41[/b] Pentium M 1400Mhz. 512mb ram.

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#2074 Post by edoc »

I have 5X15 (Is 5.1.5 the same thing?) on a Panasonic Toughbook CF-29 and it is working fine as well ... pending more tests later.

I will probably update all of the computers here ... after a few days of others testing as well ...
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#2075 Post by pemasu »

Thanks of the feedback guys. If I dont get tomorrow bug reports....I will announce this in the first page.

User avatar
Ray MK
Posts: 774
Joined: Tue 05 Feb 2008, 09:10
Location: UK

#2076 Post by Ray MK »

Hi Pemasu

Dpup Exprimo 5.X.15 looking very good on my 10 yr old Acer laptop.

Just a very quick test - and all seems ok.

Will try on the EeePc 2moro - snoring time now.

Thanks for a really supa-dupa Puppy - very best regards - Ray
[b]Asus[/b] 701SD. 2gig ram. 8gb SSD. [b]IBM A21m[/b] laptop. 192mb ram. PIII Coppermine proc. [b]X60[/b] T2400 1.8Ghz proc. 2gig ram. 80gb hdd. [b]T41[/b] Pentium M 1400Mhz. 512mb ram.

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#2077 Post by James C »

Been busy but finally got 5.X.15 installed (manual frugal) on my Athlon XP box...... no problems yet. Looks good. :)

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#2078 Post by James C »

Rebooted,made savefile and started tweaking.......all good so far.
Attachments
5.X.15.png
(172.8 KiB) Downloaded 477 times

Warrior522
Posts: 90
Joined: Tue 03 Aug 2010, 15:46

#2079 Post by Warrior522 »

Hate to be a pain, but I really need that C++ compiler ASAP; my boss is not a patient man anymore...

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#2080 Post by rcrsn51 »

Warrior522 wrote:Hate to be a pain, but I really need that C++ compiler ASAP; my boss is not a patient man anymore...
On the previous page, pemasu gave you the link to the devx package. It contains the compiler. Did you try it?

Since it's an SFS, you will need to use the SFS loader tool in your Setup or System menu.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#2081 Post by pemasu »

rcrsn51 wrote:
Warrior522 wrote:Hate to be a pain, but I really need that C++ compiler ASAP; my boss is not a patient man anymore...
On the previous page, pemasu gave you the link to the devx package. It contains the compiler. Did you try it?

Since it's an SFS, you will need to use the SFS loader tool in your Setup or System menu.
Or right click devx sfs and load it with sfs_load rox right click app which is in right click menu.

Warrior522
Posts: 90
Joined: Tue 03 Aug 2010, 15:46

#2082 Post by Warrior522 »

I loaded the SFS and hit run, nothing. What dependency am I missing this time, I wonder... :roll:

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#2083 Post by pemasu »

I usually download source code of the application. Then I extract it, I go to the extracted folder and I run in console ./configure (with needed options), then I run make -j 6 and then I run make install DESTDIR=/path/to/the/destination/folder, next I run strippkg, splitpkg and at last I use rox right click app dir2pet ie makepet from rox right click menu.

So....now you could tell us what you want to accomplish and how you do it usually. Detailed description.

Do you want to compile with gcc in console or do something else.
Last edited by pemasu on Mon 13 Aug 2012, 16:46, edited 1 time in total.

User avatar
stu91
Posts: 145
Joined: Mon 06 Aug 2012, 15:11
Location: England. Dpup. Dell Inspiron 1501

#2084 Post by stu91 »

Warrior522 wrote:I loaded the SFS and hit run, nothing. What dependency am I missing this time, I wonder... :roll:
Hello Warrior522,
Try looking in your menu to see if it has been updated with the various applications and components from the devx.sfs

The SFS load application should list what .sfs files are loaded - if the devx.sfs is loaded you should see it in the panel to 'Unload SFS'

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#2085 Post by pemasu »

Also...in console: gcc --version
tells you if gcc has been loaded (from devx sfs)

User avatar
stu91
Posts: 145
Joined: Mon 06 Aug 2012, 15:11
Location: England. Dpup. Dell Inspiron 1501

#2086 Post by stu91 »

Hi Pemasu,
I think Warrior522 maybe means he hit run to start some application from the popup gui screen directly after an sfs has been loaded?

Warrior522
Posts: 90
Joined: Tue 03 Aug 2010, 15:46

#2087 Post by Warrior522 »

pemasu wrote:Also...in console: gcc --version
tells you if gcc has been loaded (from devx sfs)
(4.4.5-8) 4.4.5

Warrior522
Posts: 90
Joined: Tue 03 Aug 2010, 15:46

#2088 Post by Warrior522 »

stu91 wrote:Hi Pemasu,
I think Warrior522 maybe means he hit run to start some application from the popup gui screen directly after an sfs has been loaded?
Exactly.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#2089 Post by pemasu »

Warrior522. That gui Run is misleading. Forget it. When you load sfs, you get usual bins and libs loaded which you need for compiling.

So you have loaded devx sfs succesfully. And you have gcc in use.
Now you should tell, what you want to do. I use gcc with previously mentioned commands. But I dont know what you want to accomplish.

Warrior522
Posts: 90
Joined: Tue 03 Aug 2010, 15:46

#2090 Post by Warrior522 »

pemasu wrote:Warrior522. That gui Run is misleading. Forget it. When you load sfs, you get usual bins and libs loaded which you need for compiling.

So you have loaded devx sfs succesfully. And you have gcc in use.
Now you should tell, what you want to do. I use gcc with previously mentioned commands. But I dont know what you want to accomplish.
I need to get the compiler running so I can use it to test out C++ files.

Post Reply