New ST-GTK2 snapshot and site update at metamorph0sis.nm.ru

View: New views
4 Messages — Rating Filter:   Alert me  

New ST-GTK2 snapshot and site update at metamorph0sis.nm.ru

by Yury Aliaev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello, all!

Today I've uploaded new ST-GTK2 snapshot at http://metamorph0sis.nm.ru.
News: tracker widget is completely ported to Gtk+-2, tracker colors now
have become customizable, some other ports and fixes, see Changelog.

Also I've reorganized my site which now contains some other info related
to trackers.

Welcome!
Yury.

P.S. mutab0r.chat.ru still contains outdated data 'cause the problems
with the hosting. Avoid using it!

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Soundtracker-discuss mailing list
Soundtracker-discuss@...
https://lists.sourceforge.net/lists/listinfo/soundtracker-discuss

Parent Message unknown Re: New ST-GTK2 snapshot and site update at metamorph0sis.nm.ru

by Yury Aliaev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Elias Pschernig scripsit:

> I downloaded this:
> http://metamorph0sis.nm.ru/soundtracker-0.6.7.gtk2.tar.bz2
>
> And it results in this:
>
>
>>./configure
>
> ...
>
>>make
>
> ...
>
>>make install
>
> ...
> make[3]: Entering directory
> `/home/elias/src/soundtracker-0.6.7.gtk2/app'
> test -z "/usr/local/bin" ||  "/usr/local/bin"
> /bin/sh: /usr/local/bin: is a directory
> make[3]: *** [install-binPROGRAMS] Error 126
> make[3]: Leaving directory `/home/elias/src/soundtracker-0.6.7.gtk2/app'
> make[2]: *** [install-am] Error 2
> make[2]: Leaving directory `/home/elias/src/soundtracker-0.6.7.gtk2/app'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory `/home/elias/src/soundtracker-0.6.7.gtk2/app'
> make: *** [install-recursive] Error 1
>

Sorry, sorry and one more time sorry! Looks like I've forgotten to fix
old and well-known autotools issue. This will be fixed in some days. Now
you just can run autoconf and then automake in the source directory,
then ./configure, make, make install. It should works.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Soundtracker-discuss mailing list
Soundtracker-discuss@...
https://lists.sourceforge.net/lists/listinfo/soundtracker-discuss

Re: New ST-GTK2 snapshot and site update at metamorph0sis.nm.ru

by Elias Pschernig :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2006-08-15 at 15:01 +0400, Yury Aliaev wrote:

> >
> > ...
> > make[3]: Entering directory
> > `/home/elias/src/soundtracker-0.6.7.gtk2/app'
> > test -z "/usr/local/bin" ||  "/usr/local/bin"
> > /bin/sh: /usr/local/bin: is a directory
> > make[3]: *** [install-binPROGRAMS] Error 126
> > make[3]: Leaving directory `/home/elias/src/soundtracker-0.6.7.gtk2/app'
> > make[2]: *** [install-am] Error 2
> > make[2]: Leaving directory `/home/elias/src/soundtracker-0.6.7.gtk2/app'
> > make[1]: *** [install-recursive] Error 1
> > make[1]: Leaving directory `/home/elias/src/soundtracker-0.6.7.gtk2/app'
> > make: *** [install-recursive] Error 1
> >
>
> Sorry, sorry and one more time sorry! Looks like I've forgotten to fix
> old and well-known autotools issue. This will be fixed in some days. Now
> you just can run autoconf and then automake in the source directory,
> then ./configure, make, make install. It should works.

Thanks, but it only brings me forward a little step. After running
aclocal (I also had to run that), autoconf, automake, ./configure and
make, now make install has this error:

make[1]: Entering directory `/home/elias/src/soundtracker-0.6.7.gtk2/po'
/bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;;
*) echo "../.././mkinstalldirs" ;; esac` /usr/local/share
/bin/sh: ../.././mkinstalldirs: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/home/elias/src/soundtracker-0.6.7.gtk2/po'
make: *** [install-recursive] Error 1

Any ideas?

--
Elias Pschernig


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Soundtracker-discuss mailing list
Soundtracker-discuss@...
https://lists.sourceforge.net/lists/listinfo/soundtracker-discuss

Re: New ST-GTK2 snapshot and site update at metamorph0sis.nm.ru

by Junichi Uekawa :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

>
> Thanks, but it only brings me forward a little step. After running
> aclocal (I also had to run that), autoconf, automake, ./configure and
> make, now make install has this error:
>
> make[1]: Entering directory `/home/elias/src/soundtracker-0.6.7.gtk2/po'
> /bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;;
> *) echo "../.././mkinstalldirs" ;; esac` /usr/local/share
> /bin/sh: ../.././mkinstalldirs: No such file or directory
> make[1]: *** [install-data-yes] Error 127
> make[1]: Leaving directory `/home/elias/src/soundtracker-0.6.7.gtk2/po'
> make: *** [install-recursive] Error 1
>


I encountered similar problem recently; workaround is to find
mkinstalldirs from somewhere and put it in:

/home/elias/src/soundtracker-0.6.7.gtk2


The right fix will probably be running autopoint, but I haven't
actually tried it yet.


regards,
        junichi
--
dancer@{debian.org,netfort.gr.jp}   Debian Project

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Soundtracker-discuss mailing list
Soundtracker-discuss@...
https://lists.sourceforge.net/lists/listinfo/soundtracker-discuss