I had trouble building because configure.in did not include the test_grabbag/picture/Makefile entry for Makefile generation. This patch rectifies that situation. This is with flac cvs as of this morning. E Signed-off-by: Erik Hovland <erik@hovland.org> -- Erik Hovland mail: erik AT hovland DOT org web: http://hovland.org/ PGP/GPG public key available on request -------------- next part -------------- Index: flac-cvs/configure.in ==================================================================--- flac-cvs.orig/configure.in +++ flac-cvs/configure.in @@ -314,6 +314,7 @@ AC_CONFIG_FILES([ \ src/share/utf8/Makefile \ src/test_grabbag/Makefile \ src/test_grabbag/cuesheet/Makefile \ + src/test_grabbag/picture/Makefile \ src/test_libs_common/Makefile \ src/test_libFLAC/Makefile \ src/test_libFLAC++/Makefile \
ok, fixed, thanks. Josh --- Erik Hovland <erik@hovland.org> wrote:> I had trouble building because configure.in did not include the > test_grabbag/picture/Makefile entry for Makefile generation. > > This patch rectifies that situation. This is with flac cvs as of this > morning. > > E > > Signed-off-by: Erik Hovland <erik@hovland.org> > > -- > Erik Hovland > mail: erik AT hovland DOT org > web: http://hovland.org/ > PGP/GPG public key available on request > > Index: flac-cvs/configure.in > ==================================================================> --- flac-cvs.orig/configure.in > +++ flac-cvs/configure.in > @@ -314,6 +314,7 @@ AC_CONFIG_FILES([ \ > src/share/utf8/Makefile \ > src/test_grabbag/Makefile \ > src/test_grabbag/cuesheet/Makefile \ > + src/test_grabbag/picture/Makefile \ > src/test_libs_common/Makefile \ > src/test_libFLAC/Makefile \ > src/test_libFLAC++/Makefile \ > > ___________________________________________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Seemingly Similar Threads
- make dllimport/dllexport attributes work with mingw (and others)
- [PATCH 3/3] export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite
- [PATCH 2/2] Update and improve autotools build
- [PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
- [PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements