protux-devel
[Top][All Lists]
Advanced

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

Re: [Protux-devel] Autostuff migration : Done :-)


From: booker
Subject: Re: [Protux-devel] Autostuff migration : Done :-)
Date: Tue, 25 Feb 2003 22:15:01 +0100
User-agent: KMail/1.4.3

Am Montag 17 Februar 2003 07:58 nachmittags/abends schrieb Martin Herren:
> The only thing i could think of, is that your automake is too
> old...(1.4-p6)... 


Now I use 

- automake  1.6.3

but the problem (configure can't find moc) remains.


>
> that's strange... /usr/lib/qt3/bin/ is explicitly in the search path of
> moc... but instead of creating a sym-link, you can also use the
> --with-qt-bin-dir=/usr/lib/qt3/bin option, or the
> --with-qt-prefix=/usr/lib/qt3/ option with configure.


No, none of this options solved the problem.


Only creating the sym-link solved the moc-problem.


> > I had this problem, I solved with this
> >
> >
> > ln -s /usr/lib/qt3/bin/moc /usr/bin/moc
> >
> >
> > I think it may solve to you too..


After creating the link make works initially, but failed in the end:


address@hidden mustuxlib]$ make
cd . && /bin/sh /home/booker/cvs/mustux/mustuxlib/missing --run autoheader
autoheader-2.5x: `config.h.in' is unchanged
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-am
make[1]: Entering directory `/home/booker/cvs/mustux/mustuxlib'
source='MustuxApplication.cc' object='MustuxApplication.lo' libtool=yes \
depfile='.deps/MustuxApplication.Plo' 
tmpdepfile='.deps/MustuxApplication.TPlo' \
depmode=gcc3 /bin/sh ./depcomp \
/bin/sh ./libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.     
-I/usr/lib/qt3/include -DQT_THREAD_SUPPORT  -D_REENTRANT -D_ALSA -c -o 
MustuxApplication.lo `test -f 'MustuxApplication.cc' || echo 
'./'`MustuxApplication.cc
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/lib/qt3/include -DQT_THREAD_SUPPORT 
-D_REENTRANT -D_ALSA -c MustuxApplication.cc -MT MustuxApplication.lo -MD -MP 
-MF .deps/MustuxApplication.TPlo  -fPIC -DPIC
mv -f MustuxApplication.o .libs/MustuxApplication.lo
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/lib/qt3/include -DQT_THREAD_SUPPORT 
-D_REENTRANT -D_ALSA -c MustuxApplication.cc -MT MustuxApplication.lo -MD -MP 
-MF .deps/MustuxApplication.TPlo >/dev/null 2>&1
mv -f .libs/MustuxApplication.lo MustuxApplication.lo
source='MustuxAudioDeviceMapper.cc' object='MustuxAudioDeviceMapper.lo' 
libtool=yes \
depfile='.deps/MustuxAudioDeviceMapper.Plo' 
tmpdepfile='.deps/MustuxAudioDeviceMapper.TPlo' \
depmode=gcc3 /bin/sh ./depcomp \
/bin/sh ./libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.     
-I/usr/lib/qt3/include -DQT_THREAD_SUPPORT  -D_REENTRANT -D_ALSA -c -o 
MustuxAudioDeviceMapper.lo `test -f 'MustuxAudioDeviceMapper.cc' || echo 
'./'`MustuxAudioDeviceMapper.cc
rm -f .libs/MustuxAudioDeviceMapper.lo
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/lib/qt3/include -DQT_THREAD_SUPPORT 
-D_REENTRANT -D_ALSA -c MustuxAudioDeviceMapper.cc -MT 
MustuxAudioDeviceMapper.lo -MD -MP -MF .deps/MustuxAudioDeviceMapper.TPlo  
-fPIC -DPIC
MustuxAudioDeviceMapper.cc: In member function `int 
MustuxAudioDeviceMapper::Bus::open(int, int, int)':
MustuxAudioDeviceMapper.cc:1015: invalid conversion from `snd_pcm_uframes_t*' 
to `int*'
/usr/include/alsa/pcm.h:546: too many arguments to function `snd_pcm_uframes_t 
snd_pcm_hw_params_get_period_size_min(const snd_pcm_hw_params_t*, int*)'
MustuxAudioDeviceMapper.cc:1015: at this point in file
MustuxAudioDeviceMapper.cc:1021: invalid conversion from `snd_pcm_uframes_t*' 
to `int*'
/usr/include/alsa/pcm.h:547: too many arguments to function `snd_pcm_uframes_t 
snd_pcm_hw_params_get_period_size_max(const snd_pcm_hw_params_t*, int*)'
MustuxAudioDeviceMapper.cc:1021: at this point in file
MustuxAudioDeviceMapper.cc:1048: invalid conversion from `snd_pcm_uframes_t*' 
to `long unsigned int'
MustuxAudioDeviceMapper.cc:1056: invalid conversion from `snd_pcm_uframes_t*' 
to `int*'
/usr/include/alsa/pcm.h:545: too many arguments to function `snd_pcm_sframes_t 
snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t*, int*)'
MustuxAudioDeviceMapper.cc:1056: at this point in file
make[1]: *** [MustuxAudioDeviceMapper.lo] Error 1
make[1]: Leaving directory `/home/booker/cvs/mustux/mustuxlib'
make: *** [all] Error 2
address@hidden mustuxlib]$



greetings
Reinhard




reply via email to

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