09.07 unstable testing version

View: New views
3 Messages — Rating Filter:   Alert me  

09.07 unstable testing version

by fabrni :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

For those who would like to test the unstable version of the next version, it can be downloaded here: http://dvd-audio.sourceforge.net/dvda-author-09.07.unstable.tar.bz2
Read EXAMPLES for testing information.
Pictures are included in examples/ to create a basic 2-group menu.
Fab

------------------------------------------------------------------------------

_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

Re: 09.07 unstable testing version

by Kai-Uwe Behrmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

configure.ac:905
if test x$MAN2HTML = x ; then
will not be reached because of line 903:
AC_PATH_PROG([MAN2HTML], [man2html], [$bindir:/usr/bin:/usr/local/bin])
Perhaps
AC_PATH_PROG([MAN2HTML], [man2html], [])
would be more clear? Unfortunedly I can't test as autogen produces no
good result here (libtool errors).

The prefix does work, thanks.
... the lazy lower letter DVDA files reading not (yet?).

Kai-Uwe


Am 25.07.09, 20:08 -0400 schrieb fabrni@...:
> For those who would like to test the unstable version of the next version, it can be downloaded here: http://dvd-audio.sourceforge.net/dvda-author-09.07.unstable.tar.bz2
> Read EXAMPLES for testing information.
> Pictures are included in examples/ to create a basic 2-group menu.
> Fab

------------------------------------------------------------------------------
_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel

Re : 09.07 unstable testing version

by fabrni :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Kai-Uwe,
i'll handle your other patches later, I'm on my way now.
For autogen, install libtool 2.26 minimum, preferably from source.
Yes you're right on AC_PATH_PROG, I forgot an empty third argument [], the third one of the code being in fact the fourth, like this:

AC_PATH_PROG([MAN2HTML], [man2html], [], [$bindir:/usr/bin:/usr/local/bin])

The easy way out is simply to install man2html and help2man, as it avoids the issue altogether...
Fab


-----E-mail d'origine-----
De : Kai-Uwe <ku.b@...>
A : fabrni@...
Cc : dvd-audio-devel@...
Envoyé le : Dimanche, 26 Juillet 2009 10:23
Sujet : Re: [Dvd-audio-devel] 09.07 unstable testing version

configure.ac:905 
if test x$MAN2HTML = x ; then 
will not be reached because of line 903: 
AC_PATH_PROG([MAN2HTML], [man2html], [$bindir:/usr/bin:/usr/local/bin]) 
Perhaps 
AC_PATH_PROG([MAN2HTML], [man2html], []) 
would be more clear? Unfortunedly I can't test as autogen produces no good result here (libtool errors). 
0A 
The prefix does work, thanks. 
... the lazy lower letter DVDA files reading not (yet?). 
 
Kai-Uwe 
 
Am 25.07.09, 20:08 -0400 schrieb fabrni@...
> For those who would like to test the unstable version of the next version, it can be downloaded here: http://dvd-audio.sourceforge.net/dvda-author-09.07.unstable.tar.bz2 
> Read EXAMPLES for testing information. 
> Pictures are included in examples/ to create a basic 2-group menu. 
> Fab 

------------------------------------------------------------------------------

_______________________________________________
dvd-audio-devel mailing list
dvd-audio-devel@...
https://lists.sourceforge.net/lists/listinfo/dvd-audio-devel