Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Darimasen 0.0.8 - "Nothing like RPN"
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Sudrien
Apprentice
Apprentice


Joined: 01 Oct 2003
Posts: 207
Location: Michigan

PostPosted: Thu May 19, 2005 4:10 am    Post subject: Darimasen 0.0.8 - "Nothing like RPN" Reply with quote

That file manager without the folder icons? The one with the menus that do all that? It be here.

http://darimasen.berlios.de/

Ebuilds available for download too.


[img=http://darimasen.berlios.de/0.0.8/images/Screenshot-Darimasen.png]


If you really want to try stuff from SVN...

http://svn.berlios.de/viewcvs/*checkout*/darimasen/0.0.x/darimasen-svn-0.1-r1.ebuild - where all bug fixes will go. Currently, there are none.

http://svn.berlios.de/viewcvs/*checkout*/darimasen/trunk/darimasen-svn-0.2.ebuild - rebuilding with Drag-n-Drop in mind. Not very functional yet.

-Sud.
_________________
...


Last edited by Sudrien on Thu Jun 02, 2005 12:52 am; edited 3 times in total
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Thu May 19, 2005 8:52 am    Post subject: Reply with quote

Download link seems to be broken ;)

If someone can't puzzle it out click here
Back to top
View user's profile Send private message
hardskinone
Guru
Guru


Joined: 02 Jan 2004
Posts: 460

PostPosted: Thu May 19, 2005 9:33 am    Post subject: Reply with quote

Seems a good thing, but I got:

Quote:

...
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
./configure: line 19418: syntax error near unexpected token `PKG,'
./configure: line 19418: `PKG_CHECK_MODULES(PKG, sigc++-2.0 >= 2.0 gtkmm-2.4 >= 2.6.0 gnome-vfsmm-2.6 >= 2.5.0)'

!!! Please attach the config.log to your bug report:
!!! /tmp/portage/darimasen-0.0.8/work/darimasen-0.0.8/config.log


config.log (paste url in a new tab/window).

Thx.
_________________
Playlinux.net
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Thu May 19, 2005 9:36 am    Post subject: Reply with quote

hardskinone wrote:
Seems a good thing, but I got:

Quote:

...
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
./configure: line 19418: syntax error near unexpected token `PKG,'
./configure: line 19418: `PKG_CHECK_MODULES(PKG, sigc++-2.0 >= 2.0 gtkmm-2.4 >= 2.6.0 gnome-vfsmm-2.6 >= 2.5.0)'

!!! Please attach the config.log to your bug report:
!!! /tmp/portage/darimasen-0.0.8/work/darimasen-0.0.8/config.log


config.log (paste url in a new tab/window).

Thx.
got the same error :(
Back to top
View user's profile Send private message
metwo
n00b
n00b


Joined: 30 Dec 2003
Posts: 69

PostPosted: Thu May 19, 2005 9:54 am    Post subject: Reply with quote

running these three commands should get it to work;

Code:

aclocal
libtoolize --force --copy
autoconf


then ./configure as normal.
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Thu May 19, 2005 10:09 am    Post subject: Reply with quote

metwo wrote:
running these three commands should get it to work;

Code:

aclocal
libtoolize --force --copy
autoconf


then ./configure as normal.
Thanks, it works fine now.
Back to top
View user's profile Send private message
metwo
n00b
n00b


Joined: 30 Dec 2003
Posts: 69

PostPosted: Thu May 19, 2005 10:13 am    Post subject: Reply with quote

I don't suppose you could try http://users.ox.ac.uk/~exet1295/files/darimasen-0.0.8.tar.bz2 could you please? it works 'straight out the box' (i.e. configure, make and go!) for me, if it works for everyone then that's the way to go :) If not then there's problems...
Back to top
View user's profile Send private message
hardskinone
Guru
Guru


Joined: 02 Jan 2004
Posts: 460

PostPosted: Thu May 19, 2005 10:44 am    Post subject: Reply with quote

Thanks metwo. The ebuild version now works but your tarbz2 fails make command. This is the error:

Code:

...
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for correct ltmain.sh version... no

*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.14, ltmain.sh = 1.5.16) ***

Please run:

  libtoolize --copy --force

if appropriate, please contact the maintainer of this
package (or your distribution) for help.

make: *** [config.status] Error 1


But after aclocal && libtoolize --force --copy && autoconf make ends clean.
_________________
Playlinux.net
Back to top
View user's profile Send private message
Sudrien
Apprentice
Apprentice


Joined: 01 Oct 2003
Posts: 207
Location: Michigan

PostPosted: Thu May 19, 2005 2:19 pm    Post subject: Reply with quote

pussi: CRUD! That's what I get for posting files and working on the website at the same time. (and you found an error in my php script) Fixed now.

hardskinone: We've had more troubles with libtool... Still looking into how to avoid this.

metwo: did you just re-run the distribute.sh on your machine, or do you have somthing to post to SVN? :wink:

-Sud.
_________________
...
Back to top
View user's profile Send private message
metwo
n00b
n00b


Joined: 30 Dec 2003
Posts: 69

PostPosted: Thu May 19, 2005 3:48 pm    Post subject: Reply with quote

Sudrien wrote:

metwo: did you just re-run the distribute.sh on your machine, or do you have somthing to post to SVN? :wink:


Unfortunately I just ran distribute.sh again! It seemed worth a try as It looks like we might have different versions of autotools, mine seems to do ./configure but throws up libtool errors on other machines on make.
Back to top
View user's profile Send private message
G2k
l33t
l33t


Joined: 06 Mar 2004
Posts: 672
Location: Rome, Italy

PostPosted: Thu May 19, 2005 6:14 pm    Post subject: Reply with quote

screeny plz :roll:
_________________
Animula vagula blandula,
Hospes comesque corporis,
Quae nunc abibis in loca
Pallidula rigida nudula,
Nec ut soles dabis iocos...
- Imp. Caesar Hadrianus
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Thu May 19, 2005 7:04 pm    Post subject: Reply with quote

G2k wrote:
screeny plz :roll:
http://darimasen.berlios.de/0.0.7/darimasen_0_0_7.png

It's older version but I think the interface hasn't changed any in this version.
Back to top
View user's profile Send private message
Sudrien
Apprentice
Apprentice


Joined: 01 Oct 2003
Posts: 207
Location: Michigan

PostPosted: Mon May 23, 2005 3:26 am    Post subject: Reply with quote

I broke the SVN ebuild today :)

http://svn.berlios.de/viewcvs/*checkout*/darimasen/0.0.x/darimasen-svn-0.1-r1.ebuild
- it the follow up branch to this release. metwo's bugfixes go here.


http://svn.berlios.de/viewcvs/*checkout*/darimasen/trunk/darimasen-svn-0.2.ebuild
- is where the new stuff will go. there is nothing new here.

I could use an advisor for C# questions. See https://forums.gentoo.org/viewtopic-p-2432730.html

-Sud.
_________________
...
Back to top
View user's profile Send private message
Sudrien
Apprentice
Apprentice


Joined: 01 Oct 2003
Posts: 207
Location: Michigan

PostPosted: Thu May 26, 2005 2:55 am    Post subject: Reply with quote

News flash on current development:

1. gnomevfs-sharp is not yet developed enough to be of use - though mono and gtk-sharp are generally stable enough, I have decided against doing the work I need to and leaning a new language at the same time. I leave the possiblity open in the future, but probably not in the 0.1.x series.

2. I was studying ROX' and Nautilus' rubberbanding/lasso/bounding box/multiple selection techniques. I have decided that I don't freakin' care to do all that work myself. The new-though-immature Gtk::Iconview can be bent to my needs. And shall be. THis will probably mean the sidecon format will go away for a while - until I can figure out how to properly sort it. Which also invoves sorting by date/owner/postal code :p

-Sud.
_________________
...
Back to top
View user's profile Send private message
Sudrien
Apprentice
Apprentice


Joined: 01 Oct 2003
Posts: 207
Location: Michigan

PostPosted: Thu Jun 02, 2005 12:53 am    Post subject: Reply with quote

Finally posted a screenshot.

http://darimasen.berlios.de/

There is a video in with the images too, which at least works with mplayer.

-Sud.
_________________
...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum