Message boards : Number crunching : New Boinc GUI Coming Along...
Message board moderation

To post messages, you must log in.

AuthorMessage
AthlonRob

Send message
Joined: 2 Sep 04
Posts: 3
Credit: 1,007
RAC: 0
Message 2932 - Posted: 1 Oct 2004, 1:14:08 UTC

For those who don't read the S@H message boards... I got the new GUI to compile under Linux. It's looking *sweet*... it isn't difficult to crash it, was a total pain in the ass to compile it... but I love it. :-)

It's almost fully functional. The API is in a state of flux at the moment (which is what caused the crashes), so not everything is working, but it's a HUGE leap forward.

At long last, we have a GUI!

Check out my screenshots here:
<a>http://uml.no-ip-here.net/ss/[/url]
ID: 2932 · Report as offensive     Reply Quote
Heffed

Send message
Joined: 2 Sep 04
Posts: 71
Credit: 8,657
RAC: 0
Message 2933 - Posted: 1 Oct 2004, 1:42:00 UTC

Thanks for the pics. :)

There's a typo in the disks pic though. ;) Might want to tell dev how to spell available.

ID: 2933 · Report as offensive     Reply Quote
Profile Alex

Send message
Joined: 2 Sep 04
Posts: 378
Credit: 10,765
RAC: 0
Message 2939 - Posted: 1 Oct 2004, 3:39:06 UTC - in response to Message 2932.  

>
Good work getting it to run.


______________________________________________________________
Did your tech wear a static strap? No? Well, there ya go! :p
ID: 2939 · Report as offensive     Reply Quote
[AF_HFR_HOP!_SMP PoWaaa_Tn2T] ...

Send message
Joined: 17 Sep 04
Posts: 2
Credit: 8,991
RAC: 0
Message 3108 - Posted: 2 Oct 2004, 14:41:37 UTC
Last modified: 2 Oct 2004, 14:44:40 UTC

Where could I find the source please ?
ID: 3108 · Report as offensive     Reply Quote
Profile PeterHallgarten
Avatar

Send message
Joined: 2 Sep 04
Posts: 14
Credit: 33,774
RAC: 0
Message 3362 - Posted: 8 Oct 2004, 14:39:57 UTC
Last modified: 8 Oct 2004, 14:40:36 UTC

The source can be found at http://boinc.berkeley.edu/source/nightly/.

Boinc is the source for boinc 4.5 the new split gui and cli compoent and boinc_public is the source for the current boinc 4.11.

73 de VK3AVE


ID: 3362 · Report as offensive     Reply Quote
[AF_HFR_HOP!_SMP PoWaaa_Tn2T] ...

Send message
Joined: 17 Sep 04
Posts: 2
Credit: 8,991
RAC: 0
Message 3500 - Posted: 11 Oct 2004, 10:12:12 UTC

thanks
ID: 3500 · Report as offensive     Reply Quote
Profile [AF_HFR_Tn²T] iench

Send message
Joined: 23 Oct 04
Posts: 1
Credit: 4,210
RAC: 0
Message 4672 - Posted: 30 Oct 2004, 21:53:02 UTC - in response to Message 3108.  

> Where could I find the source please ?
>
>dtc? :o
ID: 4672 · Report as offensive     Reply Quote
Profile PeterHallgarten
Avatar

Send message
Joined: 2 Sep 04
Posts: 14
Credit: 33,774
RAC: 0
Message 4699 - Posted: 31 Oct 2004, 12:41:49 UTC
Last modified: 31 Oct 2004, 12:47:53 UTC

I use the following to retreive and complile on linux the development verion.

cd /usr/src
cvs -z3 -d :pserver:anonymous@alien.ssl.berkeley.edu:/home/cvs/cvsroot checkout boinc
cd boinc
./_autosetup
./configure --disable-server --prefix=/usr
make clean
make
make install
service boinc stop
cp /usr/src/boinc/client/boinc_4.*_i686-pc-linux-gnu /home/boinc
chown boinc /home/boinc/boinc_4.*_i686-pc-linux-gnu
chgrp boinc /home/boinc/boinc_4.*_i686-pc-linux-gnu
service boinc start
tail /home/boinc/boinc.log -f

To build the public release

cd /usr/src
cvs -z3 -d :pserver:anonymous@alien.ssl.berkeley.edu:/home/cvs/cvsroot checkout boinc_public
cd boinc_public
./_autosetup
./configure --disable-server --prefix=/usr
make clean
make
make install
service boinc stop
cp /usr/src/boinc_public/client/boinc_4.*_i686-pc-linux-gnu /home/boinc
chown boinc /home/boinc/boinc_4.*_i686-pc-linux-gnu
chgrp boinc /home/boinc/boinc_4.*_i686-pc-linux-gnu
service boinc start
tail /home/log/boinc/boinc.log -f

ID: 4699 · Report as offensive     Reply Quote
AthlonRob

Send message
Joined: 2 Sep 04
Posts: 3
Credit: 1,007
RAC: 0
Message 4920 - Posted: 5 Nov 2004, 16:42:38 UTC - in response to Message 4699.  

> I use the following to retreive and complile on linux the development verion.
>
> cd /usr/src
> cvs -z3 -d :pserver:anonymous@alien.ssl.berkeley.edu:/home/cvs/cvsroot
> checkout boinc
> cd boinc
> ./_autosetup
> ./configure --disable-server --prefix=/usr
> make clean

FWIW, the make clean isn't necessary; the code is already clean, as you just downloaded it.

If you're working from an already-existing code repository you keep in /usr/src, you might think about doing a 'make distclean' and a 'cvs update' instead of re-downloading the whole thing.

> make
> make install
> service boinc stop
> cp /usr/src/boinc/client/boinc_4.*_i686-pc-linux-gnu /home/boinc
> chown boinc /home/boinc/boinc_4.*_i686-pc-linux-gnu
> chgrp boinc /home/boinc/boinc_4.*_i686-pc-linux-gnu
> service boinc start
> tail /home/boinc/boinc.log -f

To get the GUI, you've got to hack things up a bit... it's not compiling under linux at the moment. Its code is in the clientgui subdirectory.

ID: 4920 · Report as offensive     Reply Quote
Profile Michal Krakowiak

Send message
Joined: 17 Sep 04
Posts: 6
Credit: 289,475
RAC: 0
Message 4921 - Posted: 5 Nov 2004, 17:12:46 UTC - in response to Message 2932.  


> At long last, we have a GUI!

Hm... GUI is for Graphic User Interface.
I found only icons on these screenshots. Ok, it's graphic, but not interface :)
ID: 4921 · Report as offensive     Reply Quote
Profile Ageless
Avatar

Send message
Joined: 18 Sep 04
Posts: 143
Credit: 27,645
RAC: 0
Message 4922 - Posted: 5 Nov 2004, 17:23:20 UTC

Thanks for those images, Rob. :)

Any ETA of when this BOINC version is to be released?
ID: 4922 · Report as offensive     Reply Quote

Message boards : Number crunching : New Boinc GUI Coming Along...


©2024 CERN