| Author |
Message |
LT1
Joined: 25 Jul 2007 Posts: 3 Location: Russia
|
Posted: Wed 25 Jul 2007, 08:02 Post subject:
Ultimate++ on Puppy Subject description: It works! |
|
Look here
| Description |
|
| Filesize |
98.07 KB |
| Viewed |
1156 Time(s) |

|
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Wed 25 Jul 2007, 09:09 Post subject:
|
|
good news
I came across u++ recently and thought it looked interesting
http://www.ultimatepp.org/
have you programmed in it?
Any chance of a dotpet?
_________________ Puppy WIKI
Last edited by Lobster on Thu 27 Sep 2007, 20:57; edited 1 time in total
|
|
Back to top
|
|
 |
jason.b.c

Joined: 08 Feb 2006 Posts: 751 Location: Marshfield,MO
|
Posted: Wed 25 Jul 2007, 18:58 Post subject:
|
|
YES YES , please someone make a .pet for this....
_________________ Puppy is Awesome..!!!!

|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Wed 25 Jul 2007, 22:48 Post subject:
|
|
HomeBudget, YES YES PLEASE!
Prior to releasing 2.17, we compared various home and small business accounting apps, finally settled on Grisbi, but very reluctantly as it has a lot of problems. We would love to compare this new one!
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Wed 25 Jul 2007, 23:10 Post subject:
|
|
Gee, it even has an example wordprocessor, UWord.
|
|
Back to top
|
|
 |
LT1
Joined: 25 Jul 2007 Posts: 3 Location: Russia
|
Posted: Thu 26 Jul 2007, 05:06 Post subject:
|
|
I'm sorry, I have no time for make it properly...
So, instructions:
1. download upp-2007.1.tar.gz
to /root
2. unpack to some subdirectory (for example: /root/upp-2007.1)
3. copy modified Makefile to /root/upp-2007.1/uppsrc/ide
4. chdir /root/upp-2007.1/uppsrc/ide
5. make
6. make install
7. copy GCC.bm to /usr/share/upp/
8. copy binary file 'ide' to /usr/bin
( /root/upp-2007.1/uppout/ide/GCC33-Gcc32-Gui-Linux-Main/ide )
9. run ide. It works! Tested on PuppyLinux 2.16 and PuppyLinux 2.17
Before compiling example in Linux: menu->Build->Output mode->Use shared libs
(default 'All static' doesn't work)
| Description |
Makefile and GCC.bm
|

Download |
| Filename |
makeandbm.zip |
| Filesize |
23.32 KB |
| Downloaded |
378 Time(s) |
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Thu 26 Jul 2007, 05:49 Post subject:
|
|
Okay, I went through the exercise, compiled it. The example HomeBudget and UWord are rather basic considering their size. The IDE is an nteresting all-in-one solution though.
|
|
Back to top
|
|
 |
puppyoutsider
Joined: 25 Sep 2007 Posts: 10
|
Posted: Thu 27 Sep 2007, 16:04 Post subject:
U++ Subject description: installing problems |
|
Hello,
I use Puppy-2.17 an tried to install U++.
I followed the instructions of LT1, but ran into problems on the 5th step. I have downloaded the mentioned file to /root. I unpacked it into /root/upp-2007.1 and copied the Makefile from this directory to /root/upp-2007.1/uppsrc/ide, after renaming the already existing Makefile to Makefile.org. Than the command in step 4 didn't work, but cd /root/upp-2007.1/uppsrc/ide does.
Now typing make gives error-messages
#make -f uppsrc/ide/Makefile
#make[1]: Entering directory `/root/upp-2007.1/uppsrc/ide'
#make[1]: uppsrc/ide/Makefile: No such file or directory
#make[1]: *** No rule to make target `uppsrc/ide/Makefile'. Stop
#make[1]: Leaving directory `/root/upp-2007.1/uppsrc/ide'
#make: *** [theide] Error 2
Are there some hints to solve this problem?
Thanks in advance.
|
|
Back to top
|
|
 |
LT1
Joined: 25 Jul 2007 Posts: 3 Location: Russia
|
Posted: Fri 28 Sep 2007, 03:33 Post subject:
Re: U++ Subject description: installing problems |
|
3. cp Makefile /root/upp-2007.1/uppsrc/ide
4. cd /root/upp-2007.1/uppsrc/ide
5. make
|
|
Back to top
|
|
 |
puppyoutsider
Joined: 25 Sep 2007 Posts: 10
|
Posted: Fri 28 Sep 2007, 04:00 Post subject:
U++ |
|
That is just as I tried.
I copied the Makefile with a Filemanager instead of commandline, but I looked inside the directory /root/upp-2007.1/uppsrc/ide and realy found Makefile.
Should Makefile be adjusted to fit my system or has it to be proper for any system?
Are other packages or libraries necessary fulfil the procedure? How to check?
Anyway, thanks for quick respons.
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Fri 28 Sep 2007, 06:05 Post subject:
|
|
i'm following LT1's steps, & as i post this it's compiling away,(on 2.16). my suspicions are, in order:
1) you've copied the Makefile that came with the upp source, not LT1's modified makefile included in his .zip file
http://www.murga-linux.com/puppy/viewtopic.php?mode=attach&id=4934
2) you don't have a working environment. does gcc --help work?
3) for some reason it doesn't work with 2.17. haven't tested yet.
4) parallel universe discontinuity cover-all explanation.
|
|
Back to top
|
|
 |
puppyoutsider
Joined: 25 Sep 2007 Posts: 10
|
Posted: Sun 30 Sep 2007, 07:37 Post subject:
U++ Subject description: installation |
|
Hello,
After setting up Puppy-2.16 I retried to install U++.
Muggins, you were right, I used the wrong Makefile. After copying the right Makefile, I could run "make", which took a long time (ca. 30-45 min).
Than I did "make install". I don't know what this was doing. It was quite fast, I saw no error messages, but I didn't seem to me as something happened.
Following the next installation steps from LT1 (very clear, many thanks for that) makes the package work.
Thanks for all suggestions and helps.
|
|
Back to top
|
|
 |
|