|
|
|
Benjamin Drung-2
|
Hi,
I wanted to check if a bug was fixed in cvs, but the current checkout fails to build: make -C src make[1]: Entering directory `/home/skipper/packages/audacity/upstream/src' g++ -c -I../lib-src/portmixer/include -I../lib-src/portaudio-v19/include -g -Wall -I/usr/lib/wx/include/gtk2-unicode-debug-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ -D__WXGTK__ -pthread -I../lib-src/FileDialog -g -Wall -I/home/skipper/packages/audacity/upstream/lib-src/lib-widget-extra -I../lib-src/libresample/include -I../lib-src/sbsms/include -I/usr/include/soundtouch -I../lib-src/libnyquist -I../lib-src/libvamp -g -Wall -I/home/skipper/packages/audacity/upstream/lib-src/portsmf -I/usr/include/taglib -fno-strict-aliasing -I./include -I. -DLIBDIR=\"/usr/local//lib\" -D__STDC_CONSTANT_MACROS -Wall -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include Sequence.cpp -o Sequence.o Sequence.cpp:43:31: error: ODDecodeBlockFile.h: No such file or directory Sequence.cpp: In member function 'unsigned int Sequence::GetODFlags()': Sequence.cpp:681: error: 'ODDecodeBlockFile' was not declared in this scope Sequence.cpp:681: error: expected primary-expression before ')' token Sequence.cpp:681: error: expected `)' before 'mBlock' Sequence.cpp:683: error: incomplete type 'ODTask' used in nested name specifier make[1]: *** [Sequence.o] Error 1 make[1]: Leaving directory `/home/skipper/packages/audacity/upstream/src' make: *** [audacity] Error 2 I use Ubuntu 9.04 amd64 and ran "./configure --enable-debug && make -j3". -- Benjamin Drung Ubuntu Developer (www.ubuntu.com) | Debian Maintainer (www.debian.org) ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
||||||||||||||||
|
Ed Musgrove-2
|
Not on MS VS 2008 either.
--Ed > -----Original Message----- > From: Benjamin Drung [mailto:[hidden email]] > Sent: Sunday, October 11, 2009 3:44 PM > To: [hidden email] > Subject: [Audacity-devel] current cvs checkout does not build > > Hi, > > I wanted to check if a bug was fixed in cvs, but the current checkout fails to > build: > > make -C src > make[1]: Entering directory > `/home/skipper/packages/audacity/upstream/src' > g++ -c -I../lib-src/portmixer/include -I../lib-src/portaudio-v19/include -g - > Wall -I/usr/lib/wx/include/gtk2-unicode-debug-2.8 -I/usr/include/wx-2.8 - > D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ -D__WXGTK__ > -pthread -I../lib-src/FileDialog -g -Wall - > I/home/skipper/packages/audacity/upstream/lib-src/lib-widget-extra - > I../lib-src/libresample/include -I../lib-src/sbsms/include - > I/usr/include/soundtouch -I../lib-src/libnyquist -I../lib-src/libvamp -g - > Wall -I/home/skipper/packages/audacity/upstream/lib-src/portsmf - > I/usr/include/taglib -fno-strict-aliasing -I./include -I. - > DLIBDIR=\"/usr/local//lib\" -D__STDC_CONSTANT_MACROS -Wall - > D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include - > I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 - > I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb - > I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > Sequence.cpp -o Sequence.o > Sequence.cpp:43:31: error: ODDecodeBlockFile.h: No such file or directory > Sequence.cpp: In member function 'unsigned int Sequence::GetODFlags()': > Sequence.cpp:681: error: 'ODDecodeBlockFile' was not declared in this > Sequence.cpp:681: error: expected primary-expression before ')' token > Sequence.cpp:681: error: expected `)' before 'mBlock' > Sequence.cpp:683: error: incomplete type 'ODTask' used in nested name > specifier > make[1]: *** [Sequence.o] Error 1 > make[1]: Leaving directory > `/home/skipper/packages/audacity/upstream/src' > make: *** [audacity] Error 2 > > I use Ubuntu 9.04 amd64 and ran "./configure --enable-debug && make -j3". > > -- > Benjamin Drung > Ubuntu Developer (www.ubuntu.com) | Debian Maintainer > (www.debian.org) > > > -- > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > audacity-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/audacity-devel ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
||||||||||||||||
|
Michael Chinen
|
On Mon, Oct 12, 2009 at 1:18 AM, Ed Musgrove
<[hidden email]> wrote: > Not on MS VS 2008 either. Sorry, my fault. Should be fixed now. Michael > > --Ed > > >> -----Original Message----- >> From: Benjamin Drung [mailto:[hidden email]] >> Sent: Sunday, October 11, 2009 3:44 PM >> To: [hidden email] >> Subject: [Audacity-devel] current cvs checkout does not build >> >> Hi, >> >> I wanted to check if a bug was fixed in cvs, but the current checkout > fails to >> build: >> >> make -C src >> make[1]: Entering directory >> `/home/skipper/packages/audacity/upstream/src' >> g++ -c -I../lib-src/portmixer/include -I../lib-src/portaudio-v19/include > -g - >> Wall -I/usr/lib/wx/include/gtk2-unicode-debug-2.8 -I/usr/include/wx-2.8 - >> D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ -D__WXGTK__ >> -pthread -I../lib-src/FileDialog -g -Wall - >> I/home/skipper/packages/audacity/upstream/lib-src/lib-widget-extra > - >> I../lib-src/libresample/include -I../lib-src/sbsms/include - >> I/usr/include/soundtouch -I../lib-src/libnyquist -I../lib-src/libvamp > -g - >> Wall -I/home/skipper/packages/audacity/upstream/lib-src/portsmf - >> I/usr/include/taglib -fno-strict-aliasing -I./include -I. - >> DLIBDIR=\"/usr/local//lib\" -D__STDC_CONSTANT_MACROS -Wall - >> D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include - >> I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 - >> I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb - >> I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include >> Sequence.cpp -o Sequence.o >> Sequence.cpp:43:31: error: ODDecodeBlockFile.h: No such file or directory >> Sequence.cpp: In member function 'unsigned int Sequence::GetODFlags()': >> Sequence.cpp:681: error: 'ODDecodeBlockFile' was not declared in this > scope >> Sequence.cpp:681: error: expected primary-expression before ')' token >> Sequence.cpp:681: error: expected `)' before 'mBlock' >> Sequence.cpp:683: error: incomplete type 'ODTask' used in nested name >> specifier >> make[1]: *** [Sequence.o] Error 1 >> make[1]: Leaving directory >> `/home/skipper/packages/audacity/upstream/src' >> make: *** [audacity] Error 2 >> >> I use Ubuntu 9.04 amd64 and ran "./configure --enable-debug && make -j3". >> >> -- >> Benjamin Drung >> Ubuntu Developer (www.ubuntu.com) | Debian Maintainer >> (www.debian.org) >> >> >> > ---------------------------------------------------------------------------- > -- >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> audacity-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/audacity-devel > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > audacity-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/audacity-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ audacity-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/audacity-devel |
||||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |