James McIlroy
2010-Jan-20 15:21 UTC
[Speex-dev] Getting speex to build under MinGW / Msys - ./configure failure
Hiya, I'm trying to get speex compiling under windows using MinGW and Msys. Sequence of events: - unpack the speex distribution, then run: - ./configure --disable-shared then it happily goes off and spews out a load of output, untill finally, it spews out the "killer": checking for sin in -lm... yes checking for getopt_long... yes checking for main in -lwinmm... yes ./configure: line 18753: syntax error near unexpected token `$FFT,' ./configure: line 18753: `AS_CASE($FFT,' now, under linux this works fine and we can get it compiling, no issues... versions of "stuff": g++ --version g++.exe (GCC) 3.4.5 (mingw-vista special r3) m4 --version m4 (GNU M4) 1.4.13 autoreconf --version autoreconf (GNU Autoconf) 2.56 $ automake --version automake (GNU automake) 1.11 $ make --version GNU Make 3.81 If there's anything else you guys need to know, please ask and I'll provide all other info! Sorry if this is a lame question, but I'm just getting started up with this ...
Jean-Marc Valin
2010-Jan-20 15:48 UTC
[Speex-dev] Getting speex to build under MinGW / Msys - ./configure failure
What version? Did you try both 1.2rc1 and git? Jean-Marc Quoting James McIlroy <james.mcilroy at nativ.tv>:> Hiya, > > I'm trying to get speex compiling under windows using MinGW and Msys. > > Sequence of events: > - unpack the speex distribution, then run: > - ./configure --disable-shared > > then it happily goes off and spews out a load of output, untill finally, > it spews out the "killer": > > checking for sin in -lm... yes > checking for getopt_long... yes > checking for main in -lwinmm... yes > ./configure: line 18753: syntax error near unexpected token `$FFT,' > ./configure: line 18753: `AS_CASE($FFT,' > > > now, under linux this works fine and we can get it compiling, no issues... > > versions of "stuff": > > g++ --version > g++.exe (GCC) 3.4.5 (mingw-vista special r3) > > m4 --version > m4 (GNU M4) 1.4.13 > > autoreconf --version > autoreconf (GNU Autoconf) 2.56 > > $ automake --version > automake (GNU automake) 1.11 > > $ make --version > GNU Make 3.81 > > If there's anything else you guys need to know, please ask and I'll > provide all other info! Sorry if this is a lame question, but I'm just > getting started up with this ... > > _______________________________________________ > Speex-dev mailing list > Speex-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev > >
Hi Is there a tool to verify and fix the checksum in a Speex file. I have seen somewhere a tool like "hoog.." Were can I get it Thanks for your time Saju -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20100120/79e209ad/attachment.htm
Reasonably Related Threads
- Getting speex to build under MinGW / Msys - ./configure failure
- [LLVMdev] Building clang with mingw/msys/gcc 4.4
- R CMD build with mingw and msys (PR#9766)
- [LLVMdev] [RC1] Status of Mingw MSYS
- [LLVMdev] Patch make llvm can't be compiled with msvc and eclipse+mingw or msys+mingw.