On Wednesday, January 15, 2014 9:51:25 AM UTC-5, Stijn wrote:
>
> Hi,
>
> I'm using pclint together with jenkins warnings plugin on linux.  However, 
> pclint is a windows executable executed by wine.  Therefore, the output of 
> pclint is something like 
> Z:\media\Data\workspace\pr_7315\app\common\logging\src\logger.c(91): Note 
> 956: Non const, non volatile static or external variable 
> 'log_parse_succeeded'
>
> Z: doesn't exist on a linux system, so Z: should be the \ path instead.
>

It's pretty perverse to run a Windows lint on Wine. Why not just use a 
native lint? If you must use a Windows executable under Wine, the included 
winepath utility can help you convert paths.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to