Re: [strongSwan] Whack_log change from 2.3 release to 4.3.5

2010-02-16 Thread NAGARAJAN, ANIL (ANIL)
X509.c: uknown conversion type character 'Y' in format. -Original Message- From: Martin Willi [mailto:mar...@strongswan.org] Sent: Tuesday, February 16, 2010 3:18 PM To: NAGARAJAN, ANIL (ANIL) Cc: users@lists.strongswan.org Subject: Re: [strongSwan] Whack_log change from 2.3

Re: [strongSwan] Whack_log change from 2.3 release to 4.3.5

2010-02-16 Thread Andreas Steffen
Hi Anil, strongSwan uses printf hooks which define additional characters as %D, %N, %Y, etc. In order to suppress the compiler warnings you have to set CFLAGS="-Wno-format" what our configure.in scripts is actually doing. Best regards Andreas NAGARAJAN, ANIL (ANIL) wrote: > Hi All, > > Whi

Re: [strongSwan] Whack_log change from 2.3 release to 4.3.5

2010-02-16 Thread Martin Willi
Hi, > I am getting compilation error while compiling x509.c file. > > Whack_log(RC_COMMENT, " subject: \"%Y\"",...) Please provide the complete compiler error. > The compiler is not able to identify "%Y" The compiler does not have to, %Y is part of the format string. The printf hook will handl

[strongSwan] Whack_log change from 2.3 release to 4.3.5

2010-02-16 Thread NAGARAJAN, ANIL (ANIL)
Hi All, While compiling new version of strong swan 4.3.5 on my platform, I am getting compilation error while compiling x509.c file. Whack_log(RC_COMMENT, " subject: \"%Y\"",...) The compiler is not able to identify "%Y", can anyone help on this. I could not find its(%Y) definition too. Regds