[MPlayer-cvslog] r28383 - trunk/version.sh
Mathieu SCHROETER
mathieu.schroeter at gamesover.ch
Wed Jan 28 19:38:36 CET 2009
diego a écrit :
> NEW_REVISION="#define VERSION \"SVN-r${svn_revision}${extra}\""
> OLD_REVISION=`cat version.h 2> /dev/null`
> -TITLE="#define MP_TITLE \"%s \"VERSION\" (C) 2000-2009 MPlayer Team\\\n\""
> +TITLE="#define MP_TITLE \"%s \"VERSION\" (C) 2000-2009 MPlayer Team\n\""
and now.. version.h is broken
to the compilation:
parser-cfg.c: In function 'm_config_preparse_command_line':
parser-cfg.c:271: warning: assignment discards qualifiers from pointer
target type
In file included from mpcommon.c:12:
version.h:2:30: warning: missing terminating " character
version.h:3:1: warning: missing terminating " character
In file included from mpcommon.c:12:
version.h:3: error: missing terminating " character
mpcommon.c: In function 'print_version':
mpcommon.c:34: error: missing terminating " character
make: *** [mpcommon.o] Erreur 1
the result in version.h:
$ cat version.h
#define VERSION "SVN-r28383-4.3.2"
#define MP_TITLE "%s "VERSION" (C) 2000-2009 MPlayer Team
"
Regards,
Mathieu SCHROETER
More information about the MPlayer-cvslog
mailing list