![]() |
![]() |
#1 |
Member
Join Date: Apr 2006
Posts: 5
|
![]()
The last version of limpcdec forgot ./configure file.
Edit : ./configure is missing in 1.2.3 too, but is present in 1.2.2 There is ./autogen.sh, but this is not "pretty" for automatic installations without installing autotools. And if I do ./autogen.sh, I have this error : Putting files in AC_CONFIG_AUX_DIR, `config'. include/Makefile.am:5: invalid variable `nobase_include_HEADERS'
__________________
Want to know all about your media files? http://mediainfo.sourceforge.net Last edited by Zenitram; 08 December 2006 at 02:01 pm. |
![]() |
![]() |
![]() |
#2 |
Procrastinator
Join Date: Jul 2004
Posts: 131
|
![]()
Configure has been removed on purpose since it can be regenerated automatically with autogen.sh.
However, autogen.sh *should* work. Maybe we need to fix something. Can I ask you your autotools version, and can you check which tool produce this error by calling autotools manually ? |
![]() |
![]() |
![]() |
#3 |
Member
Join Date: Apr 2006
Posts: 5
|
![]()
I note for ./configure, even if I don't agree : autotools are not often installed, so some people won't easily do "./configure;make" as they does for other softwares. For example, I had to install it for you only ;-)
For autogen.sh : Zenitram@s01:~$ wget http://files.musepack.net/source/lib...-1.2.4.tar.bz2 15:00:36 (78.57 KB/s) - `libmpcdec-1.2.4.tar.bz2' saved [43735/43735] Zenitram@s01:~$ bunzip2 libmpcdec-1.2.4.tar.bz2 Zenitram@s01:~$ tar xf libmpcdec-1.2.4.tar Zenitram@s01:~$ cd libmpcdec-1.2.4/ Zenitram@s01:~/libmpcdec-1.2.4$ ls AUTHORS autogen.sh ChangeLog configure.ac COPYING docs include INSTALL Makefile.am README src win32 Zenitram@s01:~/libmpcdec-1.2.4$ mkdir config Zenitram@s01:~/libmpcdec-1.2.4$ libtoolize --copy --force You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. Putting files in AC_CONFIG_AUX_DIR, `config'. Zenitram@s01:~/libmpcdec-1.2.4$ aclocal Zenitram@s01:~/libmpcdec-1.2.4$ autoheader Zenitram@s01:~/libmpcdec-1.2.4$ automake --gnu --add-missing --copy automake: configure.ac: installing `config/install-sh' automake: configure.ac: installing `config/mkinstalldirs' automake: configure.ac: installing `config/missing' include/Makefile.am:5: invalid variable `nobase_include_HEADERS' Zenitram@s01:~/libmpcdec-1.2.4$ automake version : 1.4-p6-11 Note: when checking for automake version, I noticed that automake 1.9 was available too with my distrib (Ubuntu 6.10, by default apt-get install automake installs v1.4). With automake 1.9, script is OK.
__________________
Want to know all about your media files? http://mediainfo.sourceforge.net |
![]() |
![]() |
![]() |
#4 |
Procrastinator
Join Date: Jul 2004
Posts: 131
|
![]()
Ok, you have a point and I'll add back configure script into the distributed package so people won't have to guess which autotools package to install. However, svn won't have it as it is unnecessary there.
1.2.4 will be updated soon. |
![]() |
![]() |
![]() |
#5 |
Member
Join Date: Apr 2006
Posts: 5
|
![]()
Good news, thanks!
(and I agree with you : SVN needn't it, this is a "release specific" file)
__________________
Want to know all about your media files? http://mediainfo.sourceforge.net |
![]() |
![]() |
![]() |
#6 |
Admin
Join Date: Jul 2004
Posts: 372
![]() |
![]()
Updated on the server. Redownload.
|
![]() |
![]() |
![]() |
#7 |
Musepack developer
|
![]()
i think it is unnecessary.
any developer will have a current autotools version installed. but, whatever... |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
libmpcdec 1.2.5 | Lefungus | Development | 0 | 11 February 2007 07:54 pm |
libmpcdec not working when linked with mplayer since 1.2.3 | Nicholi | Development | 4 | 27 January 2007 12:44 pm |