|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
New shapshot at metamorph0sis.nm.ruHi all!
New ST-gtk2 port snapshot avaliable at http://metamorph0sis.nm.ru. News: - Fixed autotools/gettext issue. Now "make install" is involved correctly; - Ported MIDI fix from 0.6.8. Cheers! Yury. ------------------------------------------------------------------------- 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 shapshot at metamorph0sis.nm.ruHi Yury,
ST crash at the startup : soundtracker *** glibc detected *** malloc(): memory corruption: 0x085c4b68 *** I configure with --disable-esd --disable-alsa Oh and one question : why can't we use alsa driver ? It choose by defaut OSS each time. stan. Le vendredi 25 août 2006 à 14:20 +0400, Yury Aliaev a écrit : > Hi all! > > New ST-gtk2 port snapshot avaliable at http://metamorph0sis.nm.ru. News: > - Fixed autotools/gettext issue. Now "make install" is involved correctly; > - Ported MIDI fix from 0.6.8. > > Cheers! > Yury. ------------------------------------------------------------------------- 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 shapshot at metamorph0sis.nm.ruOn Fri, 2006-08-25 at 14:20 +0400, Yury Aliaev wrote:
> Hi all! > > New ST-gtk2 port snapshot avaliable at http://metamorph0sis.nm.ru. News: > - Fixed autotools/gettext issue. Now "make install" is involved correctly; > - Ported MIDI fix from 0.6.8. > > Cheers! > Yury. Thanks so much! This time it compiled for me. And it looks really really nice so far, I get a readable font, nice themed buttons, and I especially love to have a sane file chooser now where I can get to my favorite directories with a single click :) One thing, I had to edit configure.ac to disable the jack detection, otherwise it crashes on startup (even with --disable-jack). Now the only thing missing is a fixed Alsa 1.x driver, since the Alsa people don't properly support OSS emulation for my card and I have to use ESD right now. Maybe I'll try to take a look at the code myself and send you a patch, can't promise it though. -- 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 shapshot at metamorph0sis.nm.ruHi, europeen and others!
> Hi Yury, > > > ST crash at the startup : > > soundtracker > *** glibc detected *** malloc(): memory corruption: 0x085c4b68 *** > > > I configure with --disable-esd --disable-alsa > Elias Pschernig pointed that this may be due to jack bug incorrect jack detection. Will be fixed soon. BTW --disable-alsa now is not required 'cause I've ported midi fix. > > Oh and one question : why can't we use alsa driver ? It choose by defaut > OSS each time. > Because driver supporting modern ALSA still is not exist. But I'll try to write it as soon as possible :) Yury. ------------------------------------------------------------------------- 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 shapshot at metamorph0sis.nm.ruLe lundi 28 août 2006 à 13:40 +0400, Yury Aliaev a écrit :
> > > > > > I configure with --disable-esd --disable-alsa > > > > Elias Pschernig pointed that this may be due to jack bug incorrect jack > detection. Will be fixed soon. BTW --disable-alsa now is not required > 'cause I've ported midi fix. > > Yury. > Topic back from the past :-) With alsa support, ST always crashed when I try to click on 'Audio Configuration...' Did you see that ? Stan. ------------------------------------------------------------------------- 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 shapshot at metamorph0sis.nm.rueuropeen scripsit:
> > Topic back from the past :-) > > With alsa support, ST always crashed when I try to click on 'Audio > Configuration...' > Did you see that ? If you mean the latest snapshot, it's predictable. I've started writing native ALSA support, but haven't finished it yet. So its code is incomplete, buggy and may crash ST when enebled. So --disable-alsa may be required for the safe life ;-) Yury. ------------------------------------------------------------------------- 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 shapshot at metamorph0sis.nm.ruLe mercredi 08 novembre 2006 à 16:13 +0300, Yury Aliaev a écrit :
> If you mean the latest snapshot, it's predictable. I've started writing > native ALSA support, but haven't finished it yet. So its code is > incomplete, buggy and may crash ST when enebled. So --disable-alsa may > be required for the safe life ;-) > > Yury. Ok thanks. And for Jack ? I have not understand all things in the debate. Is the problem Jack itself, ST or ST jack driver ? Stan. ------------------------------------------------------------------------- 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 |
| Free embeddable forum powered by Nabble | Forum Help |