2007/11/25, Nico Sabbi <nicola_sabbi@fastwebnet.it>:
Il Saturday 24 November 2007 15:32:00 Ulion ha scritto:
Found little document, it didn't mention whether it accept \n, but on my os x, it did, and work around the wrong dvdnav-config file bug. If this also works on linux, I think it did support \n, just undocumented.
http://www.gnu.org/software/make/manual/html_node/Echoing.html
[nico@xp libdvdnav]$ head -8 obj/dvdnav-config #!/bin/sh\n\nprefix=/usr/local\n libdir=/usr/local/lib\n version=4.1.1\n dvdread=internal\n dvdreaddir=src/dvdread/\n threadlib=-lpthread\n\n dvdreadlib="-ldvdread" dvdreadmsg="[--minilibs]"
Sorry for this result. But since the original Makefile broken on mac osx build either 10.4 or 10.5 machine build env, so I still want to fix this problem, by remove all '\n's and add @prefix to echo, here's patch for it under libdvdnav dir. Do you agree with this? -- Ulion