|
From: Christian S. <chr...@ep...> - 2003-12-03 10:06:24
|
Es geschah am Dienstag, 2. Dezember 2003 14:41 als Mark Knecht schrieb: > > I downloaded from CVS and started building, but it failed: > > g++ -DHAVE_CONFIG_H -I. -I. -I.. -pedantic -g -O2 -c -o > linuxsampler.o `test -f 'linuxsampler.cpp' || echo './'`linuxsampler.cpp > source='audioio.cpp' object='audioio.o' libtool=no \ > depfile='.deps/audioio.Po' tmpdepfile='.deps/audioio.TPo' \ > depmode=gcc3 /bin/sh ../depcomp \ > g++ -DHAVE_CONFIG_H -I. -I. -I.. -pedantic -g -O2 -c -o audioio.o > `test -f 'audioio.cpp' || echo './'`audioio.cpp > audioio.cpp: In member function `int AudioIO::Initialize(unsigned int, > unsigned > int, unsigned int, unsigned int)': > audioio.cpp:89: error: invalid conversion from `uint' to `unsigned int*' Nothing changed in audioio.cpp since I implemented automatic plughw fallback (2003-11-21) and that version worked AFAIK for you. Already tried a clean checkout? CU Christian |