protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-devel] commiting stuff


From: booker
Subject: Re: [Protux-devel] commiting stuff
Date: Sat, 31 May 2003 10:56:11 +0200
User-agent: KMail/1.5

No this don't solved the problem, but I tried another automake version which 
solved the problem in the end.

Summary:
I changed automake version from 1.4x to automake (GNU automake) 1.6.3, 
uninstalled libmustux, re-compiled libmustux, installed libmustux and finally  
run configure, make, make install in protux dir .... HOORAY!!!!  :-)


BUT ...... executing Protux failed ....... :-(((


address@hidden mustuxlib]$ protux --d1
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
ENTERING MustuxApplication (CONSTRUCTOR)
LEAVING MustuxApplication (CONSTRUCTOR)
ENTERING Protux (CONSTRUCTOR)
    ENTERING GlobalProperties.cc::init
        [ Added property VERSION = 0.17.2  ]
        [ Added property VERSION = 0.15.3  ]
        [ Added property HZOOM_LEVEL = 18  ]
        [ Added property DSP_DEVICE = /dev/dsp  ]
        [ Added property DEFAULT_NUM_TRACKS = 6  ]
        [ Added property MINIMUM_MULTITRACKAREA_WIDTH = 740  ]
        [ Added property MINIMUM_MULTITRACKAREA_HEIGHT = 400  ]
        [ Added property SPECTROGRAM_WIDTH = 200  ]
        [ Added property SPECTROGRAM_HEIGHT = 100  ]
        [ Added property JMB_CLEAR_TIME = 2000  ]
        [ Added property JMB_HOLD_SENSITIVENESS_FACTOR = 10  ]
        [ Added property JMB_DOUBLE_PRESS_INTERVAL = 200  ]
        [ Added property SLICE_WIDTH_FACTOR = 1  ]
        [ Added property MP3_DECODE_COMMAND = mpg123 -w %if  ]
        [ Added property OGG_DECODE_COMMAND = ogg123 -d wav %if  ]
        [ Added property MP3_ENCODE_COMMAND = notlame -b320 %if  ]
        [ Added property OGG_ENCODE_COMMAND = oggenc -b320 %if  ]
        [ Added property DEFAULT_SAMPLE_RATE = 48000  ]
        [ Added property DEFAULT_BIT_DEPTH = 24  ]
    LEAVING GlobalProperties.cc::init
    ENTERING MustuxAudioDeviceMapper.cc::init
        [ Found ALSA supported Card : EMU10K1 - Sound Blaster Live! ]
        [ PLABACK Bus 0 [ card 0 ] : "EMU10K1 - 1st OUT (hw:0,3)" created ]
        [ CAPTURE Bus 0 [ card 0 ] : "EMU10K1 - 1st IN (hw:0,2)" created ]
        [ CAPTURE Bus 1 [ card 0 ] : "EMU10K1 - 2nd IN (hw:0,1)" created ]
        [ PLABACK Bus 1 [ card 0 ] : "EMU10K1 - 2nd OUT (hw:0,0)" created ]
        [ CAPTURE Bus 2 [ card 0 ] : "EMU10K1 - 3rd IN (hw:0,0)" created ]

        [ Probing CAPTURE Buses 
------------------------------------------------ ]
        [       Probing valid modes for bus  0:0 ... ]
        [          Trying 22050 Hz 1 channels 16 bits ... FAILED :  ]
        [          Trying 22050 Hz 2 channels 16 bits ... FAILED :  ]
        [          Trying 32000 Hz 1 channels 16 bits ... FAILED :  ]
        [          Trying 32000 Hz 2 channels 16 bits ... FAILED :  ]
        [          Trying 44100 Hz 1 channels 16 bits ... FAILED :  ]
        [          Trying 44100 Hz 2 channels 16 bits ... FAILED :  ]
        [          Trying 44100 Hz 1 channels 24 bits ... FAILED :  ]
        [          Trying 44100 Hz 2 channels 24 bits ... FAILED :  ]
        [          Trying 48000 Hz 1 channels 16 bits ... FAILED :  ]
        [          Trying 48000 Hz 2 channels 16 bits ... OK ]
        [          Trying 48000 Hz 1 channels 24 bits ... FAILED :  ]
        [          Trying 48000 Hz 2 channels 24 bits ... FAILED :  ]
        [          Trying 96000 Hz 1 channels 16 bits ... FAILED :  ]
        [          Trying 96000 Hz 2 channels 16 bits ... FAILED :  ]
        [          Trying 96000 Hz 1 channels 24 bits ... FAILED :  ]
        [          Trying 96000 Hz 2 channels 24 bits ... FAILED :  ]
        [       Probing valid modes for bus  0:1 ... ]
        [          Trying 22050 Hz 1 channels 16 bits ... FAILED :  ]
        [          Trying 22050 Hz 2 channels 16 bits ... FAILED :  ]
        [          Trying 32000 Hz 1 channels 16 bits ... FAILED :  ]
        [          Trying 32000 Hz 2 channels 16 bits ... FAILED :  ]
        [          Trying 44100 Hz 1 channels 16 bits ... FAILED :  ]
        [          Trying 44100 Hz 2 channels 16 bits ... FAILED :  ]
        [          Trying 44100 Hz 1 channels 24 bits ... FAILED :  ]
        [          Trying 44100 Hz 2 channels 24 bits ... FAILED :  ]
        [          Trying 48000 Hz 1 channels 16 bits ... FAILED :  ]
        [          Trying 48000 Hz 2 channels 16 bits ... FAILED :  ]
        [          Trying 48000 Hz 1 channels 24 bits ... FAILED :  ]
        [          Trying 48000 Hz 2 channels 24 bits ... FAILED :  ]
        [          Trying 96000 Hz 1 channels 16 bits ... FAILED :  ]
        [          Trying 96000 Hz 2 channels 16 bits ... FAILED :  ]
        [          Trying 96000 Hz 1 channels 24 bits ... FAILED :  ]
        [          Trying 96000 Hz 2 channels 24 bits ... FAILED :  ]
        [       Probing valid modes for bus  0:2 ... ]






greetings
Reinhard





Am Samstag, 31. Mai 2003 01:34 schrieb Luciano Giordana:
> Im not sure, but maybe manually deleting /usr/local/libmustux stuff and
> /usr/local/bin/[mustux-stuff] and reinstalling it might solve the problem
>
> []s
>
> On Friday 30 May 2003 07:25 pm, booker wrote:
> > Am Samstag, 31. Mai 2003 00:16 schrieb Luciano Giordana:
> > > Im sorry, R, I didnt understand: were you able to compile libmustux?
> > >
> > > I commited some changes yesterday and made a fresh checkout, everything
> > > went fine, but maybe some problems related with my changes in  other
> > > machines, please let me know if you are able to compile everything
> >
> > I updated my local trees right now and I'm still able to compile and
> > install libmustux, but configure for protux still failes, because of not
> > finding libmustux (see output below).
> >
> >
> > greetings
> > Reinhard
> >
> > > On Friday 30 May 2003 07:02 pm, booker wrote:
> > > > Am Donnerstag, 29. Mai 2003 23:35 schrieb Martin Herren:
> > > > > cool... do you know how to close these two bug reports on savannah
> > > > > ? I don't know how to do it and i think i don't have the rights to
> > > > > do it... So could you do it ?
> > > >
> > > > As far as I remember you can only change the BUG state to solved, for
> > > > example, but cannot delete it from database.
> > > >
> > > > > > ... but failed for protux:
> > > > >
> > > > > ...
> > > > >
> > > > > > checking if a small qt application compiles and links fine... ok
> > > > > > checking for mustux-config... /usr/local/bin/mustux-config
> > > > > > checking for libmustux... /usr/local/lib
> > > > > > checking for mustux headers... /usr/local/include
> > > > > > checking for libmustux version >= 0.17.0... yes
> > > > > > checking if a small mustux application compiles and links fine...
> > > > > > failed configure: error: there is something wrong with your
> > > > > > mustux installation address@hidden protux]$
> > > > >
> > > > > it doesn't compile for me neither, but it's the compilation that
> > > > > fails, not the configure script...
> > > > >
> > > > > If libmustux compiled and installed successfully, i need the output
> > > > > of config.log to tell what went wrong... i hope it's not a f***ing
> > > > > missing vtable again... but can't see anything else right now...
> > > > > config.log will tell more. And if it's again vtable stuff, it will
> > > > > be time to fix that problem too.
> > > >
> > > > Ok, I've attached the config.log.
> > > >
> > > >
> > > > greetings
> > > > Reinhard
> >
> > _______________________________________________
> > Protux-devel mailing list
> > address@hidden
> > http://mail.nongnu.org/mailman/listinfo/protux-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]