On Sun, Sep 21, 2014 at 12:57:33PM +0200, Richard Cochran wrote:
> This has some warnings,
> 
> /home/richard/git/linuxptp/util.c: In function ‘string_newf’:
> /home/richard/git/linuxptp/util.c:353:2: error: implicit declaration of 
> function ‘vasprintf’ [-Werror=implicit-function-declaration]

Is libc on your system missing vasprintf() or it just needs
_GNU_SOURCE to be defined?

> /home/richard/git/linuxptp/timemaster.c: In function 'start_program':
> /home/richard/git/linuxptp/timemaster.c:899:2: error: implicit declaration of 
> function 'fork' [-Werror=implicit-function-declaration]

Hm, timemaster.c includes <unistd.h>, so I'm not sure what's wrong
here. Any suggestions?

After rebasing to current git there is also a conflict with the new
functions declared in config.h, I'll add a patch that separates util.h
from config.h to allow compilation of timemaster.c.

Thanks,

-- 
Miroslav Lichvar

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to