Re: [id3lib-devel] ./configure problem in mingw32
                
                Brought to you by:
                
                    t1mpy
                    
                
            
            
        
        
        
    | 
     
      
      
      From: Frederick E. G. I. <fgr...@gm...> - 2007-11-26 15:17:23
      
     
   | 
That allowed me to successfully complete the configure script, but now I'm having problems with `make`ing it. (separate post on that). Thanks Robin -Frederick On Nov 26, 2007 3:12 AM, Robin Stocker <ro...@ni...> wrote: > Frederick Eugene Grinder III schrieb: > > in running ./configure in mingw32/msys, I get the following: > > . > > . > > . > > checking for truncate... no > > configure: error: Missing a vital function for id3lib > > > > I tried to edit configure.in to replace > >> AC_CHECK_FUNCS( > >> truncate \ > >> ,,AC_MSG_ERROR([Missing a vital function for id3lib]) > >> ) > > with > >> AC_CHECK_FUNCS(truncate) > > and I even tried removing those 4 lines altogether (both suggestions I > found > > in the archives of this list), > > but neither fixed the configure error. > > > > Anyone have any ideas? > > > > Thanks in advance! > > Hi, > > Try with this patch here: > > > http://id3lib-ruby.rubyforge.org/svn/trunk/ext/mswin32/patches/id3lib-3.8.3-configure-truncate.patch > > It's weird that even though truncate isn't found, it compiles cleanly. > > Cheers, > Robin Stocker (id3lib-ruby developer) > -- PGP Public Key: http://mason.gmu.edu/~fgrinder/fgrinder.txt  |